roam: update capture templates
This commit is contained in:
parent
05dd325fda
commit
70e56bfbaf
38
roam.el
38
roam.el
@ -2,47 +2,19 @@
|
|||||||
|
|
||||||
(after! org-roam
|
(after! org-roam
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
'(("m" "main" plain
|
'(("d" "default" plain
|
||||||
"%?"
|
"%?"
|
||||||
:target
|
:target
|
||||||
(file+head
|
(file+head
|
||||||
"main/${slug}.org"
|
"pages/${slug}.org"
|
||||||
"#+title: ${title}\n")
|
"#+title: ${title}\n")
|
||||||
:unnarrowed t)
|
:unnarrowed t)
|
||||||
("c" "cheatsheet" plain
|
))
|
||||||
"%?"
|
|
||||||
:target
|
|
||||||
(file+head
|
|
||||||
"cheatsheet/${slug}.org"
|
|
||||||
"#+title: ${title}\n")
|
|
||||||
:unnarrowed t)
|
|
||||||
("w" "worksheet" plain
|
|
||||||
"%?"
|
|
||||||
:target
|
|
||||||
(file+head
|
|
||||||
"worksheet/${slug}.org"
|
|
||||||
"#+title: ${title}\n")
|
|
||||||
:unnarrowed t)
|
|
||||||
("p" "person" plain
|
|
||||||
"%?"
|
|
||||||
:target
|
|
||||||
(file+head
|
|
||||||
"person/${slug}.org"
|
|
||||||
"#+title: ${title}\n")
|
|
||||||
:unnarrowed t)
|
|
||||||
("n" "literature note" plain
|
|
||||||
"%?"
|
|
||||||
:target
|
|
||||||
(file+head
|
|
||||||
"%(concat
|
|
||||||
(when citar-org-roam-subdir (concat citar-org-roam-subdir \"/\")) \"${citekey}.org\")"
|
|
||||||
"#+title: ${title}\n")
|
|
||||||
:unnarrowed t)))
|
|
||||||
(setq org-roam-dailies-capture-templates
|
(setq org-roam-dailies-capture-templates
|
||||||
'(("d" "default" entry
|
'(("d" "default" entry
|
||||||
"* %?"
|
"* %?"
|
||||||
:target (file+head "%<%Y-%m-%d>.org"
|
:target (file "%<%Y_%m_%d>.org"))))
|
||||||
"#+title: %<%Y-%m-%d>\n"))))
|
;; "#+title: %<%Y-%m-%d>\n"))))
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Capture today" "n n" #'org-roam-dailies-capture-today)
|
:desc "Capture today" "n n" #'org-roam-dailies-capture-today)
|
||||||
(setq org-roam-directory (concat org-directory "roam/")
|
(setq org-roam-directory (concat org-directory "roam/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user