Move certain types of notes into folders
This commit is contained in:
parent
af62504a48
commit
421cc34f60
1 changed files with 7 additions and 2 deletions
|
|
@ -42,12 +42,17 @@ require("org-roam").setup({
|
||||||
f = {
|
f = {
|
||||||
description = "fleeting",
|
description = "fleeting",
|
||||||
template = "#+filetags: fleeting\n\n%?",
|
template = "#+filetags: fleeting\n\n%?",
|
||||||
target = "%<%Y%m%d%H%M%S>-%[slug].org",
|
target = "fleeting%[sep]%<%Y%m%d%H%M%S>-%[slug].org",
|
||||||
},
|
},
|
||||||
l = {
|
l = {
|
||||||
description = "literature",
|
description = "literature",
|
||||||
template = "#+filetags: literature\n\n * %?\n * Description\n\n * Notes\n - pg 1: ",
|
template = "#+filetags: literature\n\n * %?\n * Description\n\n * Notes\n - pg 1: ",
|
||||||
target = "%<%Y%m%d%H%M%S>-%[slug].org",
|
target = "literature%[sep]%<%Y%m%d%H%M%S>-%[slug].org",
|
||||||
|
},
|
||||||
|
r = {
|
||||||
|
description = "reference",
|
||||||
|
template = "#+filetags: reference\n\n * %?\n * Description\n\n * Notes\n - pg 1: ",
|
||||||
|
target = "reference%[sep]%<%Y%m%d%H%M%S>-%[slug].org",
|
||||||
},
|
},
|
||||||
m = {
|
m = {
|
||||||
description = "main",
|
description = "main",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue