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

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%;