(feat): formalize node dedicated buffers (#1622)

This adds the whole new section in `org-roam-mode.el` for node dedicated
buffers, with a new global command `org-roam-buffer-display-dedicated`,
which supersedes `org-roam-buffer` command.

Along the way this also refactors the code for the persistent buffers to
clean it up, make it more clear in what it does, improve its robustness,
and to make it play nice with the dedicated buffers.
This commit is contained in:
Wetlize
2021-07-23 14:19:30 +03:00
committed by GitHub
parent 8e89bad945
commit d1e3a5d9be
5 changed files with 153 additions and 98 deletions

View File

@ -870,8 +870,8 @@ window instead."
"Insert section for a link from SOURCE-NODE to some other node.
SOURCE-NODE is an `org-roam-node' that links or references some
other node. Normally the other node is `org-roam-current-node'
that set in `org-roam-buffer'.
other node. Normally the other node is
`org-roam-buffer-current-node'.
POINT is the position in SOURCE-NODE's file where the link is
located.