MacBookPro.lan 2025-12-21:17:12:16
This commit is contained in:
Vendored
+2
-1
@@ -39,5 +39,6 @@
|
|||||||
"maximise-active-pane-obsidian",
|
"maximise-active-pane-obsidian",
|
||||||
"pane-relief",
|
"pane-relief",
|
||||||
"obsidian-minimal-settings",
|
"obsidian-minimal-settings",
|
||||||
"auto-template-trigger"
|
"auto-template-trigger",
|
||||||
|
"obsidian-markmind"
|
||||||
]
|
]
|
||||||
+6
-6
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-markmind",
|
"id": "obsidian-markmind",
|
||||||
"name": "Markmind",
|
"name": "Markmind",
|
||||||
"version": "3.3.0",
|
"version": "3.3.9",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "This is a mindmap , outline tool for obsidian.",
|
"description": "This is a mindmap , outline tool for obsidian.",
|
||||||
"author": "Mark",
|
"author": "Mark",
|
||||||
|
|||||||
@@ -1066,6 +1066,12 @@ th {
|
|||||||
word-wrap: break-word
|
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,
|
/* .cm-node-text mjx-math,
|
||||||
.mm-node-edit mjx-math {
|
.mm-node-edit mjx-math {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@@ -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
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user