feature: update boilerplate with key plugins and streamlined templates

This commit is contained in:
Ben Hong
2022-01-27 14:59:59 -05:00
parent 4a4e8a047f
commit 776155d490
110 changed files with 37922 additions and 3779 deletions

View File

@@ -0,0 +1,32 @@
{
"showGettingStartedBanner": false,
"hasMigratedDailyNoteSettings": false,
"hasMigratedWeeklyNoteSettings": true,
"daily": {
"format": "",
"template": "templates/Daily Note (Template).md",
"folder": "timeline/Daily Notes",
"enabled": true
},
"weekly": {
"format": "",
"folder": "timeline/Weekly Notes",
"template": "templates/Weekly Note (Template).md",
"enabled": true
},
"monthly": {
"format": "",
"template": "",
"folder": ""
},
"quarterly": {
"format": "",
"template": "",
"folder": ""
},
"yearly": {
"format": "",
"template": "",
"folder": ""
}
}