mbp-oskar.lan 2025-5-10:19:32:46

This commit is contained in:
Oscar Plaisant 2025-05-10 19:32:46 +02:00
parent 18c806176a
commit 69d71371f1
10 changed files with 1280 additions and 2 deletions

View File

@ -13,5 +13,6 @@
"vault-size-history", "vault-size-history",
"obsidian42-brat", "obsidian42-brat",
"mysnippets-plugin", "mysnippets-plugin",
"github-sync" "github-sync",
"dynamic-outline"
] ]

View 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"
}

File diff suppressed because one or more lines are too long

View 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
}

File diff suppressed because it is too large Load Diff

View File

@ -364,6 +364,9 @@
}, },
"github-sync": { "github-sync": {
"startupType": "instant" "startupType": "instant"
},
"dynamic-outline": {
"startupType": "instant"
} }
} }
} }

View File

@ -66,5 +66,9 @@
"minimal-style@@inline-title-color@@dark": "#1E780A", "minimal-style@@inline-title-color@@dark": "#1E780A",
"minimal-style@@h1-variant": "normal", "minimal-style@@h1-variant": "normal",
"list-callouts@@lc-bg-top-reading": 0, "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
View 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
View 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
View 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