Update Obisidan template#
This commit is contained in:
parent
f4c5cfa2d2
commit
15b0b49730
14 changed files with 26413 additions and 10497 deletions
5
.obsidian/app.json
vendored
5
.obsidian/app.json
vendored
|
@ -5,10 +5,7 @@
|
||||||
"defaultViewMode": "preview",
|
"defaultViewMode": "preview",
|
||||||
"foldIndent": true,
|
"foldIndent": true,
|
||||||
"spellcheck": false,
|
"spellcheck": false,
|
||||||
"spellcheckLanguages": [
|
"spellcheckLanguages": null,
|
||||||
"en-US",
|
|
||||||
"de-DE"
|
|
||||||
],
|
|
||||||
"trashOption": "local",
|
"trashOption": "local",
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"newLinkFormat": "absolute",
|
"newLinkFormat": "absolute",
|
||||||
|
|
3
.obsidian/core-plugins-migration.json
vendored
3
.obsidian/core-plugins-migration.json
vendored
|
@ -26,5 +26,6 @@
|
||||||
"publish": false,
|
"publish": false,
|
||||||
"sync": false,
|
"sync": false,
|
||||||
"canvas": true,
|
"canvas": true,
|
||||||
"bookmarks": true
|
"bookmarks": true,
|
||||||
|
"properties": false
|
||||||
}
|
}
|
6605
.obsidian/plugins/dataview/main.js
vendored
6605
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dataview/manifest.json
vendored
2
.obsidian/plugins/dataview/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "dataview",
|
"id": "dataview",
|
||||||
"name": "Dataview",
|
"name": "Dataview",
|
||||||
"version": "0.5.56",
|
"version": "0.5.59",
|
||||||
"minAppVersion": "0.13.11",
|
"minAppVersion": "0.13.11",
|
||||||
"description": "Complex data views for the data-obsessed.",
|
"description": "Complex data views for the data-obsessed.",
|
||||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||||
|
|
2
.obsidian/plugins/dataview/styles.css
vendored
2
.obsidian/plugins/dataview/styles.css
vendored
|
@ -23,7 +23,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view-table > tbody > tr:hover {
|
.table-view-table > tbody > tr:hover {
|
||||||
background-color: var(--text-selection) !important;
|
background-color: var(--table-row-background-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view-table > thead > tr > th {
|
.table-view-table > thead > tr > th {
|
||||||
|
|
18
.obsidian/plugins/obsidian-day-planner/data.json
vendored
18
.obsidian/plugins/obsidian-day-planner/data.json
vendored
|
@ -1,10 +1,22 @@
|
||||||
{
|
{
|
||||||
|
"circularProgress": true,
|
||||||
|
"nowAndNextInStatusBar": true,
|
||||||
|
"showTaskNotification": true,
|
||||||
|
"zoomLevel": 1,
|
||||||
|
"timelineIcon": "calendar-with-checkmark",
|
||||||
|
"endLabel": "All done",
|
||||||
|
"startHour": 7,
|
||||||
|
"timelineDateFormat": "LLLL",
|
||||||
|
"centerNeedle": true,
|
||||||
|
"showHelp": true,
|
||||||
|
"plannerHeading": "Day planner",
|
||||||
|
"plannerHeadingLevel": 1,
|
||||||
|
"timelineColored": false,
|
||||||
|
"timelineStartColor": "#006466",
|
||||||
|
"timelineEndColor": "#4d194d",
|
||||||
"customFolder": "Day Planners",
|
"customFolder": "Day Planners",
|
||||||
"mode": 1,
|
"mode": 1,
|
||||||
"mermaid": false,
|
"mermaid": false,
|
||||||
"completePastItems": false,
|
"completePastItems": false,
|
||||||
"circularProgress": true,
|
|
||||||
"nowAndNextInStatusBar": true,
|
|
||||||
"showTaskNotification": true,
|
|
||||||
"timelineZoomLevel": 5
|
"timelineZoomLevel": 5
|
||||||
}
|
}
|
29570
.obsidian/plugins/obsidian-day-planner/main.js
vendored
29570
.obsidian/plugins/obsidian-day-planner/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-day-planner",
|
"id": "obsidian-day-planner",
|
||||||
"name": "Day Planner",
|
"name": "Day Planner",
|
||||||
"version": "0.5.8",
|
"version": "0.10.1",
|
||||||
"description": "A plugin to help you plan your day and setup pomodoro timers",
|
"minAppVersion": "0.16.0",
|
||||||
"isDesktopOnly": false,
|
"description": "A day planner with clean UI and readable syntax",
|
||||||
"js": "main.js",
|
"author": "James Lynch, continued by Ivan Lednev",
|
||||||
"css": "style.css"
|
"authorUrl": "https://github.com/ivan-lednev",
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/machineelf",
|
||||||
|
"isDesktopOnly": false
|
||||||
}
|
}
|
507
.obsidian/plugins/obsidian-day-planner/styles.css
vendored
507
.obsidian/plugins/obsidian-day-planner/styles.css
vendored
File diff suppressed because one or more lines are too long
123
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
123
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-tasks-plugin",
|
"id": "obsidian-tasks-plugin",
|
||||||
"name": "Tasks",
|
"name": "Tasks",
|
||||||
"version": "4.0.1",
|
"version": "4.7.1",
|
||||||
"minAppVersion": "1.1.1",
|
"minAppVersion": "1.1.1",
|
||||||
"description": "Task management for Obsidian",
|
"description": "Task management for Obsidian",
|
||||||
"author": "Martin Schenck and Clare Macrae",
|
"author": "Martin Schenck and Clare Macrae",
|
||||||
|
|
|
@ -83,6 +83,11 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide tags that Obsidian recognises, if `hide tags` instruction was used. */
|
||||||
|
.tasks-layout-hide-tags .task-description a.tag {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.tasks-setting-important {
|
.tasks-setting-important {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
52
.obsidian/workspace.json
vendored
52
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "6417598fdcb52d4e",
|
"id": "d0d1ea65ca3da221",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "d90aec04c6889134",
|
"id": "31c3ef6191d47d12",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "empty",
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
{
|
{
|
||||||
"id": "ec52e80aff4ffb89",
|
"id": "ec52e80aff4ffb89",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 29.451540195341845,
|
"dimension": 31.675592960979344,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "9bebb7c5a5092409",
|
"id": "9bebb7c5a5092409",
|
||||||
|
@ -94,10 +94,25 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "70c476b57b961209",
|
||||||
|
"type": "tabs",
|
||||||
|
"dimension": 31.675592960979344,
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "79200622b92992a2",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "timeline",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "c152a02593699d74",
|
"id": "c152a02593699d74",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 49.135987978963186,
|
"dimension": 36.64881407804131,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "96df686ab02776fa",
|
"id": "96df686ab02776fa",
|
||||||
|
@ -140,21 +155,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 2
|
"currentTab": 2
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "c9cd22bacd1a68ab",
|
|
||||||
"type": "tabs",
|
|
||||||
"dimension": 21.41247182569497,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "39f76c5bd454f0b8",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "timeline",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
|
@ -168,16 +168,18 @@
|
||||||
"daily-notes:Open today's daily note": false,
|
"daily-notes:Open today's daily note": false,
|
||||||
"command-palette:Open command palette": false,
|
"command-palette:Open command palette": false,
|
||||||
"markdown-importer:Open format converter": false,
|
"markdown-importer:Open format converter": false,
|
||||||
"templater-obsidian:Templater": false
|
"templater-obsidian:Templater": false,
|
||||||
|
"obsidian-day-planner:Week plan": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "d90aec04c6889134",
|
"active": "31c3ef6191d47d12",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"_Templates/Daily Note Template.md",
|
|
||||||
"_Templates/Meeting Template.md",
|
|
||||||
"_Templates/Task Template.md",
|
|
||||||
"_Templates/Note Template.md",
|
|
||||||
"_Dashboard.md",
|
"_Dashboard.md",
|
||||||
|
"_Templates/Meeting Template.md",
|
||||||
|
"_Templates/Note Template.md",
|
||||||
|
"_Templates/Daily Note Template.md",
|
||||||
|
"_Templates/Task Template.md",
|
||||||
|
"Daily Notes/2023-09-26.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"_Attachments/preview.png",
|
"_Attachments/preview.png",
|
||||||
"Daily Notes/2022-01-05.md",
|
"Daily Notes/2022-01-05.md",
|
||||||
|
|
|
@ -37,6 +37,6 @@ scheduled on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
|
||||||
path does not include _Templates
|
path does not include _Templates
|
||||||
```
|
```
|
||||||
|
|
||||||
## Day Planner
|
# Day planner
|
||||||
|
|
||||||
- [ ] Link [[<% tp.file.title %>]] to Day Planner
|
- [ ] Link [[<% tp.file.title %>]] to Day Planner
|
Loading…
Reference in a new issue