mirror of
https://github.com/org-roam/org-roam
synced 2025-09-22 16:20:54 -05:00
Deploying to gh-pages from @ 2d8dc8e31b
🚀
This commit is contained in:
@@ -963,10 +963,10 @@ keybindings available. Here are several of the more useful ones:
|
||||
</li></ul>
|
||||
<p>-<code><TAB></code>: <code>magit-section-toggle</code>
|
||||
</p><ul>
|
||||
<li> <code><RET></code>: <code>org-roam-visit-thing</code>
|
||||
<li> <code><RET></code>: <code>org-roam-buffer-visit-thing</code>
|
||||
</li></ul>
|
||||
|
||||
<p><code>org-roam-visit-thing</code> is a placeholder command, that is replaced by
|
||||
<p><code>org-roam-buffer-visit-thing</code> is a placeholder command, that is replaced by
|
||||
section-specific commands such as <code>org-roam-node-visit</code>.
|
||||
</p>
|
||||
<hr>
|
||||
@@ -2364,7 +2364,7 @@ INITIAL-INPUT is the initial minibuffer prompt value. FILTER-FN
|
||||
is a function to filter out nodes: it takes a single argument (an
|
||||
<code>org-roam-node</code>), and when nil is returned the node will be
|
||||
filtered out.
|
||||
SORT-FN is a function to sort nodes. See <code>org-roam-node-sort-by-file-mtime</code>
|
||||
SORT-FN is a function to sort nodes. See <code>org-roam-node-read-sort-by-file-mtime</code>
|
||||
for an example sort function.
|
||||
If REQUIRE-MATCH, the minibuffer prompt will require a match.
|
||||
</p></dd></dl>
|
||||
@@ -2403,7 +2403,7 @@ instead. The exposed function to be used in extensions is <code>org-roam-capture
|
||||
<dd>
|
||||
<p>Main entry point.
|
||||
GOTO and KEYS correspond to ‘org-capture’ arguments.
|
||||
INFO is an alist for filling up Org-roam’s capture templates.
|
||||
INFO is a plist for filling up Org-roam’s capture templates.
|
||||
NODE is an ‘org-roam-node’ construct containing information about the node.
|
||||
PROPS is a plist containing additional Org-roam properties for each template.
|
||||
TEMPLATES is a list of org-roam templates.
|
||||
|
@@ -495,9 +495,9 @@ keybindings available. Here are several of the more useful ones:
|
||||
- ~M-{N}~: ~magit-section-show-level-{N}-all~
|
||||
- ~n~: ~magit-section-forward~
|
||||
-~<TAB>~: ~magit-section-toggle~
|
||||
- ~<RET>~: ~org-roam-visit-thing~
|
||||
- ~<RET>~: ~org-roam-buffer-visit-thing~
|
||||
|
||||
~org-roam-visit-thing~ is a placeholder command, that is replaced by
|
||||
~org-roam-buffer-visit-thing~ is a placeholder command, that is replaced by
|
||||
section-specific commands such as ~org-roam-node-visit~.
|
||||
|
||||
** Configuring what is displayed in the buffer
|
||||
@@ -1415,7 +1415,7 @@ method to access nodes is ~org-roam-node-at-point~ and ~org-roam-node-read~:
|
||||
is a function to filter out nodes: it takes a single argument (an
|
||||
~org-roam-node~), and when nil is returned the node will be
|
||||
filtered out.
|
||||
SORT-FN is a function to sort nodes. See ~org-roam-node-sort-by-file-mtime~
|
||||
SORT-FN is a function to sort nodes. See ~org-roam-node-read-sort-by-file-mtime~
|
||||
for an example sort function.
|
||||
If REQUIRE-MATCH, the minibuffer prompt will require a match.
|
||||
|
||||
@@ -1447,7 +1447,7 @@ instead. The exposed function to be used in extensions is ~org-roam-capture-~:
|
||||
|
||||
Main entry point.
|
||||
GOTO and KEYS correspond to `org-capture' arguments.
|
||||
INFO is an alist for filling up Org-roam's capture templates.
|
||||
INFO is a plist for filling up Org-roam's capture templates.
|
||||
NODE is an `org-roam-node' construct containing information about the node.
|
||||
PROPS is a plist containing additional Org-roam properties for each template.
|
||||
TEMPLATES is a list of org-roam templates.
|
||||
|
@@ -798,10 +798,10 @@ keybindings available. Here are several of the more useful ones:
|
||||
-@code{<TAB>}: @code{magit-section-toggle}
|
||||
@itemize
|
||||
@item
|
||||
@code{<RET>}: @code{org-roam-visit-thing}
|
||||
@code{<RET>}: @code{org-roam-buffer-visit-thing}
|
||||
@end itemize
|
||||
|
||||
@code{org-roam-visit-thing} is a placeholder command, that is replaced by
|
||||
@code{org-roam-buffer-visit-thing} is a placeholder command, that is replaced by
|
||||
section-specific commands such as @code{org-roam-node-visit}.
|
||||
|
||||
@node Configuring what is displayed in the buffer
|
||||
@@ -1990,7 +1990,7 @@ INITIAL-INPUT is the initial minibuffer prompt value. FILTER-FN
|
||||
is a function to filter out nodes: it takes a single argument (an
|
||||
@code{org-roam-node}), and when nil is returned the node will be
|
||||
filtered out.
|
||||
SORT-FN is a function to sort nodes. See @code{org-roam-node-sort-by-file-mtime}
|
||||
SORT-FN is a function to sort nodes. See @code{org-roam-node-read-sort-by-file-mtime}
|
||||
for an example sort function.
|
||||
If REQUIRE-MATCH, the minibuffer prompt will require a match.
|
||||
@end defun
|
||||
@@ -2024,7 +2024,7 @@ instead. The exposed function to be used in extensions is @code{org-roam-capture
|
||||
|
||||
Main entry point.
|
||||
GOTO and KEYS correspond to `org-capture' arguments.
|
||||
INFO is an alist for filling up Org-roam's capture templates.
|
||||
INFO is a plist for filling up Org-roam's capture templates.
|
||||
NODE is an `org-roam-node' construct containing information about the node.
|
||||
PROPS is a plist containing additional Org-roam properties for each template.
|
||||
TEMPLATES is a list of org-roam templates.
|
||||
|
Reference in New Issue
Block a user