mirror of
https://github.com/org-roam/org-roam
synced 2025-08-25 14:13:30 -05:00
lints
This commit is contained in:
@@ -71,15 +71,15 @@ keys The keys that will select the template, as a string, characters onl
|
|||||||
|
|
||||||
(\"b\" \"Templates for marking stuff to buy\")
|
(\"b\" \"Templates for marking stuff to buy\")
|
||||||
|
|
||||||
The \"C\" key is used by default for quick access to the customization of the template
|
The \"C\" key is used by default for quick access to the customization of
|
||||||
variable. But if you want to use that key for a template, you can.
|
the template variable. But if you want to use that key for a template, you can.
|
||||||
|
|
||||||
description A short string describing the template, which will be shown during selection.
|
description A short string describing the template, which will be shown during selection.
|
||||||
|
|
||||||
type The type of entry. Valid types are:
|
type The type of entry. Valid types are:
|
||||||
entry an Org node, with a headline. Will be filed
|
entry an Org node, with a headline. Will be filed
|
||||||
as the child of the target entry or as a
|
as the child of the target entry or as a
|
||||||
top-level entry. Its default template is:
|
top level entry. Its default template is:
|
||||||
\"* %?\n %a\"
|
\"* %?\n %a\"
|
||||||
item a plain list item, will be placed in the
|
item a plain list item, will be placed in the
|
||||||
first plain list at the target location.
|
first plain list at the target location.
|
||||||
@@ -270,8 +270,7 @@ Org-roam templates are NOT compatible with regular Org capture:
|
|||||||
they rely on additional hacks and hooks to achieve the
|
they rely on additional hacks and hooks to achieve the
|
||||||
streamlined user experience in Org-roam. "
|
streamlined user experience in Org-roam. "
|
||||||
:group 'org-roam
|
:group 'org-roam
|
||||||
:type
|
:type '(repeat
|
||||||
'(repeat
|
|
||||||
(choice (list :tag "Multikey description"
|
(choice (list :tag "Multikey description"
|
||||||
(string :tag "Keys ")
|
(string :tag "Keys ")
|
||||||
(string :tag "Description"))
|
(string :tag "Description"))
|
||||||
@@ -337,8 +336,7 @@ streamlined user experience in Org-roam. "
|
|||||||
"The Org-roam templates used during a capture from the roam-ref protocol.
|
"The Org-roam templates used during a capture from the roam-ref protocol.
|
||||||
See `org-roam-capture-templates' for the template documentation."
|
See `org-roam-capture-templates' for the template documentation."
|
||||||
:group 'org-roam
|
:group 'org-roam
|
||||||
:type
|
:type '(repeat
|
||||||
'(repeat
|
|
||||||
(choice (list :tag "Multikey description"
|
(choice (list :tag "Multikey description"
|
||||||
(string :tag "Keys ")
|
(string :tag "Keys ")
|
||||||
(string :tag "Description"))
|
(string :tag "Description"))
|
||||||
|
@@ -68,8 +68,7 @@
|
|||||||
"Capture templates for daily-notes in Org-roam.
|
"Capture templates for daily-notes in Org-roam.
|
||||||
See `org-roam-capture-templates' for the template documentation."
|
See `org-roam-capture-templates' for the template documentation."
|
||||||
:group 'org-roam
|
:group 'org-roam
|
||||||
:type
|
:type '(repeat
|
||||||
'(repeat
|
|
||||||
(choice (list :tag "Multikey description"
|
(choice (list :tag "Multikey description"
|
||||||
(string :tag "Keys ")
|
(string :tag "Keys ")
|
||||||
(string :tag "Description"))
|
(string :tag "Description"))
|
||||||
|
Reference in New Issue
Block a user