| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump nroam to v0.9.0v0.9.0 | 2021-03-07 | 1 | -1/+1 | |
| | | |||||
| * | Add support for unlinked references | 2021-03-01 | 1 | -0/+2 | |
| | | | | | | * nroam-unlinked.el: New file. * nroam.el: Setup unlinked references section. | ||||
| * | Split nroam.el | 2021-03-01 | 1 | -129/+16 | |
| | | | | | | * nroam-backlinks.el: * nroam-utils.el: New files. | ||||
| * | Insert sections when turning the mode on if the buffer ↵ | 2021-02-28 | 1 | -1/+6 | |
| | | | | | | | | | file exists. * nroam.el (nroam-mode): Conditionally insert sections when turning enabling `nroam-mode'. (nroam--maybe-insert-immediately): New function. | ||||
| * | * nroam.el (nroam--insert): Extract ↵ | 2021-02-28 | 1 | -12/+15 | |
| | | | | | `nroam--set-sections-visibility'. | ||||
| * | * nroam.el (nroam--hide-drawers): Reformat. | 2021-02-25 | 1 | -3/+1 | |
| | | |||||
| * | * nroam.el (nroam--ensure-empty-line): Do dot move to ↵ | 2021-02-25 | 1 | -2/+1 | |
| | | | | | point-max. | ||||
| * | Refactor nroam--insert-backlink | 2021-02-25 | 1 | -13/+8 | |
| | | | | | * nroam.el (nroam--insert-source-content): Inline into `nroam--insert-backlink'. | ||||
| * | * nroam.el (nroam--insert): Rename let variable | 2021-02-25 | 1 | -3/+3 | |
| | | |||||
| * | * nroam.el (nroam--insert-backlinks-heading): Simplify | 2021-02-25 | 1 | -5/+3 | |
| | | |||||
| * | * nroam.el: Remove a double space | 2021-02-25 | 1 | -1/+1 | |
| | | |||||
| * | Minor refactoring | 2021-02-25 | 1 | -6/+6 | |
| | | | | | * nroam.el (nroam--insert-source-content): Rename let vars for clarity. | ||||
| * | Do not insert a new line if the buffer is empty | 2021-02-25 | 1 | -1/+2 | |
| | | | | | | * nroam.el (nroam--insert): When the buffer is empty, do not insert a newline at it would be inserted at the beginning of the buffer. | ||||
| * | Ensure one empty line between each heading in nroam sections | 2021-02-25 | 1 | -8/+14 | |
| | | | | | | | | | * nroam.el (nroam--do-separated-by-newlines): New function. (nroam-backlinks-section): (nroam--insert): (nroam--insert-backlink-group): Call `nroam--do-separated-by-newlines' to ensure one empty line is inserted between headings. | ||||
| * | Fix nroam with org-roam-dailies-find-today | 2021-02-25 | 1 | -0/+1 | |
| | | | | | | * nroam.el (nroam--insert): Insert a non read-only newline before nroam sections so that `org-roam-dailies-find-today' can insert the capture template. | ||||
| * | Add missing newline after backlink headline | 2021-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Better headline when no linked reference | 2021-02-24 | 1 | -3/+5 | |
| | | | | | | * nroam.el (nroam--insert-backlinks-heading): Display "No linked reference" there is no backlink. | ||||
| * | Improve code for narrowing in nroam--insert | 2021-02-24 | 1 | -3/+1 | |
| | | | | | * nroam.el (nroam--insert): Improve code for narrowing. | ||||
| * | Set visibility of backlinks section | 2021-02-24 | 1 | -6/+12 | |
| | | | | | | * nroam.el (nroam--insert): Set visibility according to startup-options. | ||||
| * | Advice org-capture to remove nroam sections when capturing | 2021-02-24 | 1 | -2/+15 | |
| | | | | | | Nroam sections need to be pruned as they are in read-only, otherwise `org-capture' will fail to insert the capture template. | ||||
| * | Do not insert backlink section when there is no backlink | 2021-02-24 | 1 | -2/+2 | |
| | | |||||
| * | Fix nroam--point-at-section-p | 2021-02-23 | 1 | -3/+4 | |
| | | | | | * Fix `nroam--point-at-section-p' when nroam sections have not been inserted. | ||||
| * | Fix org-capture with nroam | 2021-02-23 | 1 | -2/+12 | |
| | | | | | Only enable nroam-mode on org-roam file buffers. | ||||
| * | Add missing autoloads | 2021-02-23 | 1 | -7/+11 | |
| | | |||||
| * | Make nroam sections customizable | 2021-02-23 | 1 | -44/+55 | |
| | | |||||
| * | Name the nroam work buffer *nroam-work* | 2021-02-23 | 1 | -1/+1 | |
| | | |||||
| * | Call get-buffer-create with one agrument | 2021-02-23 | 1 | -1/+1 | |
| | | | | | The second argument is not available in Emacs 27.1. | ||||
| * | Add docstring and empty line | 2021-02-23 | 1 | -0/+2 | |
| | | | | | * nroam.el (nroam--init-work-buffer): Add docstring. | ||||
| * | Speedup crawler by ... making it not crawl! | 2021-02-22 | 1 | -8/+16 | |
| | | |||||
| * | Add the empty line as part of linked references section | 2021-02-22 | 1 | -4/+3 | |
| | | | | | | Do no add the empty line above the linked references section so that it is not written to files. | ||||
| * | Add missing debug declare form to with-nroam-markers macro | 2021-02-22 | 1 | -1/+1 | |
| | | |||||
| * | Remove the temporary to-do list | 2021-02-22 | 1 | -7/+0 | |
| | | |||||
| * | Fix empty line before linked references | 2021-02-22 | 1 | -2/+10 | |
| | | | | | | Ensure one empty line before backlink section, but put the start marker on the heading line instead of the empty line above it. | ||||
| * | Initial commit | 2021-02-21 | 1 | -0/+257 | |
