mbp-oskar.lan 2025-5-10:19:32:46
This commit is contained in:
parent
18c806176a
commit
69d71371f1
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -13,5 +13,6 @@
|
||||
"vault-size-history",
|
||||
"obsidian42-brat",
|
||||
"mysnippets-plugin",
|
||||
"github-sync"
|
||||
"github-sync",
|
||||
"dynamic-outline"
|
||||
]
|
16
.obsidian/plugins/dynamic-outline/data.json
vendored
Normal file
16
.obsidian/plugins/dynamic-outline/data.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"handleContentOverlap": "partial",
|
||||
"disableActiveHeadingHighlighting": false,
|
||||
"disableDynamicHeadingIndentation": false,
|
||||
"disableSearchBarAutoHide": false,
|
||||
"disableSearchClearOnJump": false,
|
||||
"disableSearchFieldAutofocus": false,
|
||||
"disableHeadingCollapsing": false,
|
||||
"hideOutlineOnJump": false,
|
||||
"minHeadingsToHideSearchBar": 5,
|
||||
"minimumHeadingsToRevealAutomatically": 3,
|
||||
"revealAutomaticallyOnFileOpen": false,
|
||||
"revealOnHover": true,
|
||||
"avoidContentOverlap": false,
|
||||
"outlinePosition": "right"
|
||||
}
|
8
.obsidian/plugins/dynamic-outline/main.js
vendored
Normal file
8
.obsidian/plugins/dynamic-outline/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/dynamic-outline/manifest.json
vendored
Normal file
11
.obsidian/plugins/dynamic-outline/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "dynamic-outline",
|
||||
"name": "Dynamic Outline",
|
||||
"version": "1.19.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Adds a customizable GitHub-like floating table of contents.",
|
||||
"author": "theopavlove",
|
||||
"authorUrl": "https://github.com/theopavlove",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/theopavlove",
|
||||
"isDesktopOnly": false
|
||||
}
|
1190
.obsidian/plugins/dynamic-outline/styles.css
vendored
Normal file
1190
.obsidian/plugins/dynamic-outline/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
.obsidian/plugins/lazy-plugins/data.json
vendored
3
.obsidian/plugins/lazy-plugins/data.json
vendored
@ -364,6 +364,9 @@
|
||||
},
|
||||
"github-sync": {
|
||||
"startupType": "instant"
|
||||
},
|
||||
"dynamic-outline": {
|
||||
"startupType": "instant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,5 +66,9 @@
|
||||
"minimal-style@@inline-title-color@@dark": "#1E780A",
|
||||
"minimal-style@@h1-variant": "normal",
|
||||
"list-callouts@@lc-bg-top-reading": 0,
|
||||
"list-callouts@@lc-bg-left-reading": 35
|
||||
"list-callouts@@lc-bg-left-reading": 35,
|
||||
"obsidian-dynamic-outline@@disable-heading-word-wrap": false,
|
||||
"obsidian-dynamic-outline@@heading-level-styling": "none",
|
||||
"obsidian-dynamic-outline@@dynamic-outline-active-heading-background": "var(--dynamic-outline-background-accent)",
|
||||
"obsidian-dynamic-outline@@dynamic-outline-font-size": "var(--font-smallest)"
|
||||
}
|
15
daily/2025-05-07.md
Normal file
15
daily/2025-05-07.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Todo
|
||||
|
||||
# I did
|
||||
> [!smallquery]- Modified files
|
||||
> ```dataview
|
||||
> LIST file.mtime
|
||||
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
|
||||
> ```
|
||||
```tasks
|
||||
done 2025-05-07
|
||||
short mode
|
||||
```
|
||||
|
||||
# I am gratefull to
|
||||
|
15
daily/2025-05-09.md
Normal file
15
daily/2025-05-09.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Todo
|
||||
|
||||
# I did
|
||||
> [!smallquery]- Modified files
|
||||
> ```dataview
|
||||
> LIST file.mtime
|
||||
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
|
||||
> ```
|
||||
```tasks
|
||||
done 2025-05-09
|
||||
short mode
|
||||
```
|
||||
|
||||
# I am gratefull to
|
||||
|
15
daily/2025-05-10.md
Normal file
15
daily/2025-05-10.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Todo
|
||||
|
||||
# I did
|
||||
> [!smallquery]- Modified files
|
||||
> ```dataview
|
||||
> LIST file.mtime
|
||||
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
|
||||
> ```
|
||||
```tasks
|
||||
done 2025-05-10
|
||||
short mode
|
||||
```
|
||||
|
||||
# I am gratefull to
|
||||
|
Loading…
x
Reference in New Issue
Block a user