| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Merge pull request #2 from Whil-/master | 2021-02-24 | 1 | -6/+10 | |
| |\ | | | | | Set visibility of backlinks section | ||||
| | * | 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 | 2 | -3/+13 | |
| | | | | | 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. | ||||
| * | Merge pull request #1 from Whil-/master | 2021-02-23 | 2 | -13/+18 | |
| |\ | | | | | Make crawler not crawl and as a consequence ... speed up things a lot! | ||||
| | * | Add docstring and empty line | 2021-02-23 | 1 | -0/+2 | |
| | | | | | | | | | * nroam.el (nroam--init-work-buffer): Add docstring. | ||||
| | * | Readme.org: Performance part not needed due to crawler ↵ | 2021-02-22 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | changes Crawler doesn't crawl any longer and has no performance issues any longer, no matter how big the Org roam library. | ||||
| | * | 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. | ||||
| * | Add section on usage in the readme | 2021-02-22 | 1 | -1/+4 | |
| | | |||||
| * | Update screenshot | 2021-02-21 | 1 | -0/+0 | |
| | | |||||
| * | Crop screenshot | 2021-02-21 | 3 | -1/+1 | |
| | | |||||
| * | Add a screenshot to the readme | 2021-02-21 | 2 | -0/+2 | |
| | | |||||
| * | Initial commit | 2021-02-21 | 3 | -0/+960 | |
