1
0
Fork 0

Update Obisidan template#

This commit is contained in:
Alexander Schäferdiek 2023-09-26 00:44:52 +02:00
parent f4c5cfa2d2
commit 15b0b49730
14 changed files with 26413 additions and 10497 deletions

5
.obsidian/app.json vendored
View file

@ -5,10 +5,7 @@
"defaultViewMode": "preview",
"foldIndent": true,
"spellcheck": false,
"spellcheckLanguages": [
"en-US",
"de-DE"
],
"spellcheckLanguages": null,
"trashOption": "local",
"alwaysUpdateLinks": true,
"newLinkFormat": "absolute",

View file

@ -26,5 +26,6 @@
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": true
"bookmarks": true,
"properties": false
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.56",
"version": "0.5.59",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

View file

@ -23,7 +23,7 @@
}
.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 {

View file

@ -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",
"mode": 1,
"mermaid": false,
"completePastItems": false,
"circularProgress": true,
"nowAndNextInStatusBar": true,
"showTaskNotification": true,
"timelineZoomLevel": 5
}

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,11 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.5.8",
"description": "A plugin to help you plan your day and setup pomodoro timers",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}
"version": "0.10.1",
"minAppVersion": "0.16.0",
"description": "A day planner with clean UI and readable syntax",
"author": "James Lynch, continued by Ivan Lednev",
"authorUrl": "https://github.com/ivan-lednev",
"fundingUrl": "https://www.buymeacoffee.com/machineelf",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "4.0.1",
"version": "4.7.1",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"author": "Martin Schenck and Clare Macrae",

View file

@ -83,6 +83,11 @@
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 {
color: red;
font-weight: bold;

View file

@ -4,11 +4,11 @@
"type": "split",
"children": [
{
"id": "6417598fdcb52d4e",
"id": "d0d1ea65ca3da221",
"type": "tabs",
"children": [
{
"id": "d90aec04c6889134",
"id": "31c3ef6191d47d12",
"type": "leaf",
"state": {
"type": "empty",
@ -82,7 +82,7 @@
{
"id": "ec52e80aff4ffb89",
"type": "tabs",
"dimension": 29.451540195341845,
"dimension": 31.675592960979344,
"children": [
{
"id": "9bebb7c5a5092409",
@ -94,10 +94,25 @@
}
]
},
{
"id": "70c476b57b961209",
"type": "tabs",
"dimension": 31.675592960979344,
"children": [
{
"id": "79200622b92992a2",
"type": "leaf",
"state": {
"type": "timeline",
"state": {}
}
}
]
},
{
"id": "c152a02593699d74",
"type": "tabs",
"dimension": 49.135987978963186,
"dimension": 36.64881407804131,
"children": [
{
"id": "96df686ab02776fa",
@ -140,21 +155,6 @@
}
],
"currentTab": 2
},
{
"id": "c9cd22bacd1a68ab",
"type": "tabs",
"dimension": 21.41247182569497,
"children": [
{
"id": "39f76c5bd454f0b8",
"type": "leaf",
"state": {
"type": "timeline",
"state": {}
}
}
]
}
],
"direction": "horizontal",
@ -168,16 +168,18 @@
"daily-notes:Open today's daily note": false,
"command-palette:Open command palette": 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": [
"_Templates/Daily Note Template.md",
"_Templates/Meeting Template.md",
"_Templates/Task Template.md",
"_Templates/Note Template.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",
"_Attachments/preview.png",
"Daily Notes/2022-01-05.md",

View file

@ -37,6 +37,6 @@ scheduled on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
path does not include _Templates
```
## Day Planner
# Day planner
- [ ] Link [[<% tp.file.title %>]] to Day Planner