Deploying to gh-pages from @ 2d8dc8e31b 🚀

This commit is contained in:
jethrokuan
2021-08-08 05:54:03 +00:00
parent 4538c3f1af
commit cc17a222da
3 changed files with 12 additions and 12 deletions

View File

@@ -963,10 +963,10 @@ keybindings available. Here are several of the more useful ones:
</li></ul> </li></ul>
<p>-<code>&lt;TAB&gt;</code>: <code>magit-section-toggle</code> <p>-<code>&lt;TAB&gt;</code>: <code>magit-section-toggle</code>
</p><ul> </p><ul>
<li> <code>&lt;RET&gt;</code>: <code>org-roam-visit-thing</code> <li> <code>&lt;RET&gt;</code>: <code>org-roam-buffer-visit-thing</code>
</li></ul> </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>. section-specific commands such as <code>org-roam-node-visit</code>.
</p> </p>
<hr> <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 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 <code>org-roam-node</code>), and when nil is returned the node will be
filtered out. 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. for an example sort function.
If REQUIRE-MATCH, the minibuffer prompt will require a match. If REQUIRE-MATCH, the minibuffer prompt will require a match.
</p></dd></dl> </p></dd></dl>
@@ -2403,7 +2403,7 @@ instead. The exposed function to be used in extensions is <code>org-roam-capture
<dd> <dd>
<p>Main entry point. <p>Main entry point.
GOTO and KEYS correspond to &lsquo;org-capture&rsquo; arguments. GOTO and KEYS correspond to &lsquo;org-capture&rsquo; arguments.
INFO is an alist for filling up Org-roam&rsquo;s capture templates. INFO is a plist for filling up Org-roam&rsquo;s capture templates.
NODE is an &lsquo;org-roam-node&rsquo; construct containing information about the node. NODE is an &lsquo;org-roam-node&rsquo; construct containing information about the node.
PROPS is a plist containing additional Org-roam properties for each template. PROPS is a plist containing additional Org-roam properties for each template.
TEMPLATES is a list of org-roam templates. TEMPLATES is a list of org-roam templates.

View File

@@ -495,9 +495,9 @@ keybindings available. Here are several of the more useful ones:
- ~M-{N}~: ~magit-section-show-level-{N}-all~ - ~M-{N}~: ~magit-section-show-level-{N}-all~
- ~n~: ~magit-section-forward~ - ~n~: ~magit-section-forward~
-~<TAB>~: ~magit-section-toggle~ -~<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~. section-specific commands such as ~org-roam-node-visit~.
** Configuring what is displayed in the buffer ** 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 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 ~org-roam-node~), and when nil is returned the node will be
filtered out. 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. for an example sort function.
If REQUIRE-MATCH, the minibuffer prompt will require a match. 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. Main entry point.
GOTO and KEYS correspond to `org-capture' arguments. 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. NODE is an `org-roam-node' construct containing information about the node.
PROPS is a plist containing additional Org-roam properties for each template. PROPS is a plist containing additional Org-roam properties for each template.
TEMPLATES is a list of org-roam templates. TEMPLATES is a list of org-roam templates.

View File

@@ -798,10 +798,10 @@ keybindings available. Here are several of the more useful ones:
-@code{<TAB>}: @code{magit-section-toggle} -@code{<TAB>}: @code{magit-section-toggle}
@itemize @itemize
@item @item
@code{<RET>}: @code{org-roam-visit-thing} @code{<RET>}: @code{org-roam-buffer-visit-thing}
@end itemize @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}. section-specific commands such as @code{org-roam-node-visit}.
@node Configuring what is displayed in the buffer @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 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 @code{org-roam-node}), and when nil is returned the node will be
filtered out. 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. for an example sort function.
If REQUIRE-MATCH, the minibuffer prompt will require a match. If REQUIRE-MATCH, the minibuffer prompt will require a match.
@end defun @end defun
@@ -2024,7 +2024,7 @@ instead. The exposed function to be used in extensions is @code{org-roam-capture
Main entry point. Main entry point.
GOTO and KEYS correspond to `org-capture' arguments. 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. NODE is an `org-roam-node' construct containing information about the node.
PROPS is a plist containing additional Org-roam properties for each template. PROPS is a plist containing additional Org-roam properties for each template.
TEMPLATES is a list of org-roam templates. TEMPLATES is a list of org-roam templates.