mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(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:
@ -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.
|
||||
|
Reference in New Issue
Block a user