MacBookPro.lan 2025-12-21:17:12:16

This commit is contained in:
oskar
2025-12-21 17:12:17 +01:00
parent e591915081
commit a78a582f1a
8 changed files with 8695 additions and 8 deletions

View File

@@ -39,5 +39,6 @@
"maximise-active-pane-obsidian",
"pane-relief",
"obsidian-minimal-settings",
"auto-template-trigger"
"auto-template-trigger",
"obsidian-markmind"
]

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "3.3.0",
"version": "3.3.9",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",

View File

@@ -1066,6 +1066,12 @@ th {
word-wrap: break-word
}
.mm-node-edit code,
.cm-node-text code {
word-break: break-all;
white-space: break-spaces;
}
/* .cm-node-text mjx-math,
.mm-node-edit mjx-math {
max-width: 100%;

20
daily/2025-12-21.md Normal file
View File

@@ -0,0 +1,20 @@
# Todo
- [ ] révisions philo des sciences
```tasks
due 2025-12-21
not done
```
# 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-12-21
short mode
```
# I am gratefull to

File diff suppressed because one or more lines are too long