Next: Org-roam Files, Previous: Directories and Files, Up: Concepts and Configuration [Contents]
The Org-roam buffer displays backlinks for the currently active Org-roam note.
The name of the org-roam buffer. Defaults to *org-roam*
.
The position of the Org-roam buffer side window. Valid values are 'left
,
'right
, 'top
, 'bottom
.
Width of org-roam-buffer
. Has an effect only if org-roam-buffer-position
is
'left
or 'right
.
Height of org-roam-buffer
. Has an effect only if org-roam-buffer-position
is
'top
or 'bottom
.
Additional window parameters for the org-roam-buffer side window.
For example one can prevent the window from being deleted when calling
delete-other-windows
, by setting it with the following:
(setq org-roam-buffer-window-parameters '((no-delete-other-windows . t)))