This commit is contained in:
DerGrumpf 2024-09-10 17:23:53 +02:00
parent 34afd1105b
commit 56b85b1e40
15 changed files with 17626 additions and 0 deletions

5
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"newFileLocation": "current",
"alwaysUpdateLinks": true,
"promptDelete": false
}

1
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1 @@
{}

3
.obsidian/community-plugins.json vendored Normal file
View File

@ -0,0 +1,3 @@
[
"obsidian-reminder-plugin"
]

30
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

20
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

4
.obsidian/daily-notes.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"format": "DD.MM.YYYY",
"template": "Template/Daily Note"
}

22
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}

View File

@ -0,0 +1,23 @@
{
"scanned": true,
"reminders": {},
"debug": false,
"settings": {
"reminderTime": "09:00",
"laters": "In 30 minutes\nIn 1 hour\nIn 3 hours\nTomorrow\nNext week",
"useSystemNotification": false,
"autoCompleteTrigger": "(@",
"primaryReminderFormat": "ReminderPluginReminderFormat",
"enableReminderPluginReminderFormat": true,
"dateFormat": "YYYY-MM-DD",
"dateTimeFormat": "YYYY-MM-DD HH:mm",
"strictDateFormat": false,
"linkDatesToDailyNotes": false,
"enableTasksPluginReminderFormat": false,
"useCustomEmojiForTasksPlugin": false,
"removeTagsForTasksPlugin": false,
"enableKanbanPluginReminderFormat": false,
"editDetectionSec": 10,
"reminderCheckIntervalSec": 5
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-reminder-plugin",
"name": "Reminder",
"version": "1.1.15",
"minAppVersion": "1.0.3",
"description": "Reminder plugin for Obsidian. This plugin adds feature to manage TODOs with reminder.",
"author": "uphy",
"authorUrl": "https://obsidian.md/about",
"isDesktopOnly": false
}

View File

@ -0,0 +1,124 @@
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/Calendar.esbuild-svelte-fake-css */
.reminder-calendar.svelte-18sic8s.svelte-18sic8s {
padding: 0.5rem;
}
.reminder-calendar.svelte-18sic8s .year-month.svelte-18sic8s {
font-size: 1rem;
font-weight: bold;
text-align: center;
}
.reminder-calendar.svelte-18sic8s .month-nav.svelte-18sic8s {
color: var(--text-muted);
margin-left: 1rem;
margin-right: 1rem;
cursor: pointer;
}
.reminder-calendar.svelte-18sic8s .month.svelte-18sic8s {
color: var(--text-muted);
}
.reminder-calendar.svelte-18sic8s .year.svelte-18sic8s {
color: var(--text-accent);
}
.reminder-calendar.svelte-18sic8s th.svelte-18sic8s {
font-size: 0.7rem;
color: var(--text-muted);
}
.reminder-calendar.svelte-18sic8s .calendar-date.svelte-18sic8s {
text-align: center;
min-width: 2rem;
max-width: 2rem;
}
.reminder-calendar.svelte-18sic8s .calendar-date.svelte-18sic8s:hover {
background-color: var(--background-secondary-alt);
}
.reminder-calendar.svelte-18sic8s .is-selected.svelte-18sic8s {
background-color: var(--text-accent) !important;
color: var(--text-normal) !important;
}
.reminder-calendar.svelte-18sic8s .other-month.svelte-18sic8s,
.reminder-calendar.svelte-18sic8s .is-past.svelte-18sic8s,
.reminder-calendar.svelte-18sic8s .is-holiday.svelte-18sic8s {
color: var(--text-faint);
}
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/ReminderListByDate.esbuild-svelte-fake-css */
.reminder-group.svelte-gzdxib {
margin-bottom: 1rem;
font-size: 13px;
color: var(--text-muted);
}
.reminder-list-item.svelte-gzdxib {
list-style: none;
line-height: 14px;
padding: 3px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-break: break-all;
width: 100%;
}
.reminder-list-item.svelte-gzdxib:hover {
color: var(--text-normal);
background-color: var(--background-secondary-alt);
}
.reminder-time.svelte-gzdxib {
font-size: 14px;
font-family: monospace, serif;
}
.reminder-file.svelte-gzdxib {
color: var(--text-faint);
}
.no-reminders.svelte-gzdxib {
font-style: italic;
}
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/DateTimeChooser.esbuild-svelte-fake-css */
.dtchooser.svelte-fjfxbq {
background-color: var(--background-primary-alt);
z-index: 2147483647;
}
.dtchooser-divider.svelte-fjfxbq {
margin: 0.5rem;
}
.reminder-list-container.svelte-fjfxbq {
padding: 0.5rem;
max-width: 16rem;
}
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/Icon.esbuild-svelte-fake-css */
.icon.svelte-1gcidq0 {
vertical-align: middle;
}
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/Reminder.esbuild-svelte-fake-css */
main.svelte-yfmg28 {
padding: 1em;
margin: 0 auto;
}
.reminder-actions.svelte-yfmg28 {
margin-top: 1rem;
display: flex;
gap: 0.5rem;
}
.reminder-file.svelte-yfmg28 {
color: var(--text-muted);
cursor: pointer;
}
.reminder-file.svelte-yfmg28:hover {
color: var(--text-normal);
text-decoration: underline;
}
.later-select.svelte-yfmg28 {
font-size: 14px;
}
/* fakecss:/home/runner/work/obsidian-reminder/obsidian-reminder/src/ui/components/ReminderList.esbuild-svelte-fake-css */
.group-name.svelte-2zqui4 {
font-size: 14px;
color: var(--text-muted);
border-bottom: 1px solid var(--text-muted);
margin-bottom: 0.5rem;
}
.group-name-overdue.svelte-2zqui4 {
color: var(--text-accent);
}

4
.obsidian/templates.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"dateFormat": "DD.MM.YYYY",
"folder": "Template"
}

182
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,182 @@
{
"main": {
"id": "66c33fc204b27d16",
"type": "split",
"children": [
{
"id": "db4e3ae3c1ea3040",
"type": "tabs",
"children": [
{
"id": "d0cf6823a3e00dcd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
},
{
"id": "2099e6386d1a3742",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2024/September/10.09.2024.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "ed98c68186001dec",
"type": "split",
"children": [
{
"id": "9d5bd026005a280d",
"type": "tabs",
"children": [
{
"id": "f3c1a4e310a497f5",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "f0f4204e3139280f",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "c73d9bed845b3f07",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "3e25f6792135447e",
"type": "split",
"children": [
{
"id": "5707bd23c42324dc",
"type": "tabs",
"children": [
{
"id": "3bce478a8d1f1208",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "2024/September/10.09.2024.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "490f7b6f178821b4",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "2024/September/10.09.2024.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "ae82789e066ef89d",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "725c10226dc5187f",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "2024/September/10.09.2024.md"
}
}
},
{
"id": "ed0d7a84d29d3416",
"type": "leaf",
"state": {
"type": "reminder-list",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "2099e6386d1a3742",
"lastOpenFiles": [
"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"
]
}

View File

@ -0,0 +1,25 @@
---
parent: "[[Daily Note]]"
tags:
- Notes
- Daily
date:
"{ date:DD.MM.YYY }":
---
# To Do
## Personal
- [ ] Wäsche
- [ ] Sport Schwimmen gehen
- [ ] Einkaufen
- [ ] Text Lesen Notizen schreiben
## Work
- [ ] E-Mail Template schreiben
## Other Stuff
- [ ] Git für diese Vault einrichten

22
Template/Daily Note.md Normal file
View File

@ -0,0 +1,22 @@
---
parent: "[[Daily Note]]"
tags:
- Notes
- Daily
date:
"{ date:DD.MM.YYY }":
---
# To Do
## Personal
- [ ]
## Work
- [ ]
## Other Stuff
- [ ]