mirror of
https://github.com/org-roam/org-roam
synced 2025-08-21 13:53:31 -05:00
Deploying to gh-pages from @ b179a5a1a6
🚀
This commit is contained in:
10
manual.html
10
manual.html
@@ -1187,6 +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>
|
||||
<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>
|
||||
<div class="lisp">
|
||||
<pre class="lisp"> (setq org-roam-mode-section-functions
|
||||
(list
|
||||
(lambda (node) (org-roam-backlinks-section node :unique t))
|
||||
#'org-roam-reflinks-section))
|
||||
</pre></div>
|
||||
|
||||
|
||||
<hr>
|
||||
<span id="Configuring-the-Org_002droam-buffer-display"></span><div class="header">
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user