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": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/September/10.09.2024.md",
|
"file": "2024/September/Week 37/10.09.2024.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/September/10.09.2024.md",
|
"file": "2024/September/Week 37/10.09.2024.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -115,7 +115,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/September/10.09.2024.md",
|
"file": "2024/September/Week 37/10.09.2024.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
@ -138,7 +138,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/September/10.09.2024.md"
|
"file": "2024/September/Week 37/10.09.2024.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -149,8 +149,17 @@
|
|||||||
"type": "reminder-list",
|
"type": "reminder-list",
|
||||||
"state": {}
|
"state": {}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "8679fd559598b821",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "calendar",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
@ -167,14 +176,15 @@
|
|||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "2099e6386d1a3742",
|
"active": "8679fd559598b821",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"2024/September/Week 37",
|
||||||
|
"README.md",
|
||||||
|
"2024/September/Week 37/10.09.2024.md",
|
||||||
"Template/Daily Note.md",
|
"Template/Daily Note.md",
|
||||||
"2024/September/10.09.2024.md",
|
|
||||||
"2024/September/2024-09-10.md",
|
"2024/September/2024-09-10.md",
|
||||||
"2024-09-10.md",
|
"2024-09-10.md",
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
"README.md",
|
|
||||||
"Template",
|
"Template",
|
||||||
"2024/September",
|
"2024/September",
|
||||||
"2024"
|
"2024"
|
||||||
|
Loading…
Reference in New Issue
Block a user