feature: add a starter kit

This commit is contained in:
Ben Hong
2021-02-23 11:01:39 -05:00
parent dd45e22771
commit f073101d46
68 changed files with 67583 additions and 0 deletions

1
.obsidian/plugins/calendar/data.json vendored Normal file
View File

@@ -0,0 +1 @@
{"shouldConfirmBeforeCreate":true,"weekStart":"monday","wordsPerDot":250,"showWeeklyNote":true,"weeklyNoteFormat":"","weeklyNoteTemplate":"templates/Weekly Note — Template","weeklyNoteFolder":"reports/Weekly Notes","localeOverride":"system-default"}

4329
.obsidian/plugins/calendar/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.4.19",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}