mirror of
https://github.com/org-roam/org-roam
synced 2025-08-21 13:53:31 -05:00
Deploying to gh-pages from @ cc3689f30f
🚀
This commit is contained in:
12
manual.html
12
manual.html
@@ -1187,16 +1187,16 @@ title/alias but are not linked
|
|||||||
|
|
||||||
<p>Note that computing unlinked references may be slow, and has not been added in by default.
|
<p>Note that computing unlinked references may be slow, and has not been added in by default.
|
||||||
</p>
|
</p>
|
||||||
<p>Or, if you want to render unique sources for backlinks (and also keep rendering reference links), set <code>org-roam-mode-section-functions</code> as follows:
|
<p>For each section function, you can pass args along to modify its behaviour. For
|
||||||
|
example, if you want to render unique sources for backlinks (and also keep
|
||||||
|
rendering reference links), set <code>org-roam-mode-section-functions</code> as follows:
|
||||||
</p>
|
</p>
|
||||||
<div class="lisp">
|
<div class="lisp">
|
||||||
<pre class="lisp"> (setq org-roam-mode-section-functions
|
<pre class="lisp">(setq org-roam-mode-section-functions
|
||||||
(list
|
'((org-roam-backlinks-section :unique t)
|
||||||
(lambda (node) (org-roam-backlinks-section node :unique t))
|
org-roam-reflinks-section))
|
||||||
#'org-roam-reflinks-section))
|
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<span id="Configuring-the-Org_002droam-buffer-display"></span><div class="header">
|
<span id="Configuring-the-Org_002droam-buffer-display"></span><div class="header">
|
||||||
<p>
|
<p>
|
||||||
|
@@ -648,13 +648,14 @@ To configure what sections are displayed in the buffer, set ~org-roam-mode-secti
|
|||||||
|
|
||||||
Note that computing unlinked references may be slow, and has not been added in by default.
|
Note that computing unlinked references may be slow, and has not been added in by default.
|
||||||
|
|
||||||
Or, if you want to render unique sources for backlinks (and also keep rendering reference links), set ~org-roam-mode-section-functions~ as follows:
|
For each section function, you can pass args along to modify its behaviour. For
|
||||||
|
example, if you want to render unique sources for backlinks (and also keep
|
||||||
|
rendering reference links), set ~org-roam-mode-section-functions~ as follows:
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-roam-mode-section-functions
|
(setq org-roam-mode-section-functions
|
||||||
(list
|
'((org-roam-backlinks-section :unique t)
|
||||||
(lambda (node) (org-roam-backlinks-section node :unique t))
|
org-roam-reflinks-section))
|
||||||
#'org-roam-reflinks-section))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Configuring the Org-roam buffer display
|
** Configuring the Org-roam buffer display
|
||||||
|
@@ -988,16 +988,16 @@ To configure what sections are displayed in the buffer, set @code{org-roam-mode-
|
|||||||
|
|
||||||
Note that computing unlinked references may be slow, and has not been added in by default.
|
Note that computing unlinked references may be slow, and has not been added in by default.
|
||||||
|
|
||||||
Or, if you want to render unique sources for backlinks (and also keep rendering reference links), set @code{org-roam-mode-section-functions} as follows:
|
For each section function, you can pass args along to modify its behaviour. For
|
||||||
|
example, if you want to render unique sources for backlinks (and also keep
|
||||||
|
rendering reference links), set @code{org-roam-mode-section-functions} as follows:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(setq org-roam-mode-section-functions
|
(setq org-roam-mode-section-functions
|
||||||
(list
|
'((org-roam-backlinks-section :unique t)
|
||||||
(lambda (node) (org-roam-backlinks-section node :unique t))
|
org-roam-reflinks-section))
|
||||||
#'org-roam-reflinks-section))
|
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
||||||
@node Configuring the Org-roam buffer display
|
@node Configuring the Org-roam buffer display
|
||||||
@section Configuring the Org-roam buffer display
|
@section Configuring the Org-roam buffer display
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user