summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * nroam.el (nroam--hide-drawers): Reformat.Gravatar Nicolas Petton2021-02-251-3/+1
|
* * nroam.el (nroam--ensure-empty-line): Do dot move to ↵Gravatar Nicolas Petton2021-02-251-2/+1
| | | | point-max.
* Refactor nroam--insert-backlinkGravatar Nicolas Petton2021-02-251-13/+8
| | | | * nroam.el (nroam--insert-source-content): Inline into `nroam--insert-backlink'.
* * nroam.el (nroam--insert): Rename let variableGravatar Nicolas Petton2021-02-251-3/+3
|
* * nroam.el (nroam--insert-backlinks-heading): SimplifyGravatar Nicolas Petton2021-02-251-5/+3
|
* * nroam.el: Remove a double spaceGravatar Nicolas Petton2021-02-251-1/+1
|
* Minor refactoringGravatar Nicolas Petton2021-02-251-6/+6
| | | | * nroam.el (nroam--insert-source-content): Rename let vars for clarity.
* Do not insert a new line if the buffer is emptyGravatar Nicolas Petton2021-02-251-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 sectionsGravatar Nicolas Petton2021-02-251-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-todayGravatar Nicolas Petton2021-02-251-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 headlineGravatar Nicolas Petton2021-02-241-1/+1
|
* Better headline when no linked referenceGravatar Nicolas Petton2021-02-241-3/+5
| | | | | * nroam.el (nroam--insert-backlinks-heading): Display "No linked reference" there is no backlink.
* Merge pull request #2 from Whil-/masterGravatar Nicolas Petton2021-02-241-6/+10
|\ | | | | Set visibility of backlinks section
| * Improve code for narrowing in nroam--insertGravatar Gustav Wikström2021-02-241-3/+1
| | | | | | | | * nroam.el (nroam--insert): Improve code for narrowing.
| * Set visibility of backlinks sectionGravatar Gustav Wikström2021-02-241-6/+12
|/ | | | | * nroam.el (nroam--insert): Set visibility according to startup-options.
* Advice org-capture to remove nroam sections when capturingGravatar Nicolas Petton2021-02-241-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 backlinkGravatar Nicolas Petton2021-02-241-2/+2
|
* Fix nroam--point-at-section-pGravatar Nicolas Petton2021-02-231-3/+4
| | | | * Fix `nroam--point-at-section-p' when nroam sections have not been inserted.
* Fix org-capture with nroamGravatar Nicolas Petton2021-02-232-3/+13
| | | | Only enable nroam-mode on org-roam file buffers.
* Add missing autoloadsGravatar Nicolas Petton2021-02-231-7/+11
|
* Make nroam sections customizableGravatar Nicolas Petton2021-02-231-44/+55
|
* Name the nroam work buffer *nroam-work*Gravatar Nicolas Petton2021-02-231-1/+1
|
* Call get-buffer-create with one agrumentGravatar Nicolas Petton2021-02-231-1/+1
| | | | The second argument is not available in Emacs 27.1.
* Merge pull request #1 from Whil-/masterGravatar Nicolas Petton2021-02-232-13/+18
|\ | | | | Make crawler not crawl and as a consequence ... speed up things a lot!
| * Add docstring and empty lineGravatar Gustav Wikström2021-02-231-0/+2
| | | | | | | | * nroam.el (nroam--init-work-buffer): Add docstring.
| * Readme.org: Performance part not needed due to crawler ↵Gravatar Gustav Wikström2021-02-221-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!Gravatar Gustav Wikström2021-02-221-8/+16
|/
* Add the empty line as part of linked references sectionGravatar Nicolas Petton2021-02-221-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 macroGravatar Nicolas Petton2021-02-221-1/+1
|
* Remove the temporary to-do listGravatar Nicolas Petton2021-02-221-7/+0
|
* Fix empty line before linked referencesGravatar Nicolas Petton2021-02-221-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 readmeGravatar Nicolas Petton2021-02-221-1/+4
|
* Update screenshotGravatar Nicolas Petton2021-02-211-0/+0
|
* Crop screenshotGravatar Nicolas Petton2021-02-213-1/+1
|
* Add a screenshot to the readmeGravatar Nicolas Petton2021-02-212-0/+2
|
* Initial commitGravatar Nicolas Petton2021-02-213-0/+960