From e1ed4b00c483c18cb0092c23f3417a7f17b96416 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Fri, 23 Jul 2021 11:19:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d1e3a?= =?UTF-8?q?5d9be085b9177381503d9da823915042b7c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual.html | 26 ++++++++++++++++---------- org-roam.org | 21 ++++++++++++--------- org-roam.texi | 22 ++++++++++++++-------- 3 files changed, 42 insertions(+), 27 deletions(-) diff --git a/manual.html b/manual.html index bec569d..594b418 100644 --- a/manual.html +++ b/manual.html @@ -862,22 +862,19 @@ other notes (backlinks, reference links, unlinked references etc.). There are two main functions to use here:

Use org-roam-buffer-toggle when you want wish for the Org-roam buffer to buffer, call M-x org-roam-buffer.

-
-
Function: org-roam-buffer
-
-

Launch an Org-roam buffer for the current node at point. -

-

To bring up a buffer that tracks the current node at point, call M-x org-roam-buffer-toggle.

@@ -887,6 +884,15 @@ org-roam-buffer-toggle.

Toggle display of the org-roam-buffer.

+

To bring up a buffer that’s dedicated for a specific node, call M-x +org-roam-buffer-display-dedicated. +

+
+
Function: org-roam-buffer-display-dedicated
+
+

Launch node dedicated Org-roam buffer without visiting the node itself. +

+ @@ -2429,7 +2435,7 @@ Next: , Pre - + diff --git a/org-roam.org b/org-roam.org index a78a599..c2e88ab 100644 --- a/org-roam.org +++ b/org-roam.org @@ -447,19 +447,15 @@ Org-roam provides (see [[id:70083bfd-d1e3-42b9-bf83-5b05708791c0][Completion]]). Org-roam provides the Org-roam buffer: an interface to view relationships with other notes (backlinks, reference links, unlinked references etc.). There are -two main functions to use here: +two main commands to use here: -- ~org-roam-buffer~: Launch an Org-roam buffer for the current node at point. - ~org-roam-buffer-toggle~: Launch an Org-roam buffer that tracks the node currently at point. This means that the content of the buffer changes as the point is moved, if necessary. - -Use ~org-roam-buffer-toggle~ when you want wish for the Org-roam buffer to -buffer, call ~M-x org-roam-buffer~. - -- Function: org-roam-buffer - - Launch an Org-roam buffer for the current node at point. +- ~org-roam-buffer-display-dedicated~: Launch an Org-roam buffer for a specific + node without visiting its file. Unlike ~org-roam-buffer-toggle~ you can have + multiple such buffers and their content won't be automatically replaced with a + new node at point. To bring up a buffer that tracks the current node at point, call ~M-x org-roam-buffer-toggle~. @@ -468,6 +464,13 @@ org-roam-buffer-toggle~. Toggle display of the ~org-roam-buffer~. +To bring up a buffer that's dedicated for a specific node, call ~M-x +org-roam-buffer-display-dedicated~. + +- Function: org-roam-buffer-display-dedicated + + Launch node dedicated Org-roam buffer without visiting the node itself. + ** Navigating the Org-roam Buffer The Org-roam buffer uses ~magit-section~, making the typical ~magit-section~ diff --git a/org-roam.texi b/org-roam.texi index 1cabd8b..178509c 100644 --- a/org-roam.texi +++ b/org-roam.texi @@ -716,23 +716,21 @@ other notes (backlinks, reference links, unlinked references etc.). There are two main functions to use here: @itemize -@item -@code{org-roam-buffer}: Launch an Org-roam buffer for the current node at point. - @item @code{org-roam-buffer-toggle}: Launch an Org-roam buffer that tracks the node currently at point. This means that the content of the buffer changes as the point is moved, if necessary. + +@item +@code{org-roam-buffer-display-dedicated}: Launch an Org-roam buffer for a +specific node without visiting its file. Unlike @code{org-roam-buffer-toggle} you +can have multiple such buffers and their content won't be automatically +replaced with a new node at point. @end itemize Use @code{org-roam-buffer-toggle} when you want wish for the Org-roam buffer to buffer, call @code{M-x org-roam-buffer}. -@defun org-roam-buffer - -Launch an Org-roam buffer for the current node at point. -@end defun - To bring up a buffer that tracks the current node at point, call @code{M-x org-roam-buffer-toggle}. @@ -741,6 +739,14 @@ org-roam-buffer-toggle}. Toggle display of the @code{org-roam-buffer}. @end defun +To bring up a buffer that's dedicated for a specific node, call @code{M-x +org-roam-buffer-display-dedicated}. + +@defun org-roam-buffer-display-dedicated + +Launch node dedicated Org-roam buffer without visiting the node itself. +@end defun + @menu * Navigating the Org-roam Buffer:: * Configuring what is displayed in the buffer::