update: periodic-notes formating
This commit is contained in:
11
.obsidian/plugins/periodic-notes/data.json
vendored
11
.obsidian/plugins/periodic-notes/data.json
vendored
@@ -5,28 +5,29 @@
|
|||||||
"daily": {
|
"daily": {
|
||||||
"folder": "-Daily-Notes",
|
"folder": "-Daily-Notes",
|
||||||
"template": "5-Templates/Daily-Notes.md",
|
"template": "5-Templates/Daily-Notes.md",
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"format": "YYYY-MM-DD"
|
||||||
},
|
},
|
||||||
"weekly": {
|
"weekly": {
|
||||||
"format": "",
|
"format": "GGGG-[W]WW",
|
||||||
"template": "5-Templates/Weekly-Notes.md",
|
"template": "5-Templates/Weekly-Notes.md",
|
||||||
"folder": "-Periodic-Notes",
|
"folder": "-Periodic-Notes",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"monthly": {
|
"monthly": {
|
||||||
"format": "",
|
"format": "YYYY-MM",
|
||||||
"template": "5-Templates/Monthly-Notes.md",
|
"template": "5-Templates/Monthly-Notes.md",
|
||||||
"folder": "-Periodic-Notes",
|
"folder": "-Periodic-Notes",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"quarterly": {
|
"quarterly": {
|
||||||
"format": "",
|
"format": "YYYY-[Q]Q",
|
||||||
"template": "5-Templates/Quarterly-Notes.md",
|
"template": "5-Templates/Quarterly-Notes.md",
|
||||||
"folder": "-Periodic-Notes",
|
"folder": "-Periodic-Notes",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"yearly": {
|
"yearly": {
|
||||||
"format": "",
|
"format": "YYYY",
|
||||||
"template": "5-Templates/Yearly-Notes.md",
|
"template": "5-Templates/Yearly-Notes.md",
|
||||||
"folder": "-Periodic-Notes",
|
"folder": "-Periodic-Notes",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|||||||
Reference in New Issue
Block a user