init
This commit is contained in:
parent
56b85b1e40
commit
157e003e04
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,3 +1,4 @@
|
||||
[
|
||||
"obsidian-reminder-plugin"
|
||||
"obsidian-reminder-plugin",
|
||||
"calendar"
|
||||
]
|
10
.obsidian/plugins/calendar/data.json
vendored
Normal file
10
.obsidian/plugins/calendar/data.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": true,
|
||||
"weekStart": "locale",
|
||||
"wordsPerDot": 250,
|
||||
"showWeeklyNote": false,
|
||||
"weeklyNoteFormat": "",
|
||||
"weeklyNoteTemplate": "",
|
||||
"weeklyNoteFolder": "",
|
||||
"localeOverride": "system-default"
|
||||
}
|
4457
.obsidian/plugins/calendar/main.js
vendored
Normal file
4457
.obsidian/plugins/calendar/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/calendar/manifest.json
vendored
Normal file
10
.obsidian/plugins/calendar/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "calendar",
|
||||
"name": "Calendar",
|
||||
"description": "Calendar view of your daily notes",
|
||||
"version": "1.5.10",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.9.11"
|
||||
}
|
26
.obsidian/workspace.json
vendored
26
.obsidian/workspace.json
vendored
@ -25,7 +25,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "2024/September/10.09.2024.md",
|
||||
"file": "2024/September/Week 37/10.09.2024.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
@ -98,7 +98,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "2024/September/10.09.2024.md",
|
||||
"file": "2024/September/Week 37/10.09.2024.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -115,7 +115,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "2024/September/10.09.2024.md",
|
||||
"file": "2024/September/Week 37/10.09.2024.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@ -138,7 +138,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "2024/September/10.09.2024.md"
|
||||
"file": "2024/September/Week 37/10.09.2024.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -149,8 +149,17 @@
|
||||
"type": "reminder-list",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "8679fd559598b821",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "calendar",
|
||||
"state": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"currentTab": 5
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
@ -167,14 +176,15 @@
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "2099e6386d1a3742",
|
||||
"active": "8679fd559598b821",
|
||||
"lastOpenFiles": [
|
||||
"2024/September/Week 37",
|
||||
"README.md",
|
||||
"2024/September/Week 37/10.09.2024.md",
|
||||
"Template/Daily Note.md",
|
||||
"2024/September/10.09.2024.md",
|
||||
"2024/September/2024-09-10.md",
|
||||
"2024-09-10.md",
|
||||
"Untitled.md",
|
||||
"README.md",
|
||||
"Template",
|
||||
"2024/September",
|
||||
"2024"
|
||||
|
Loading…
Reference in New Issue
Block a user