This commit is contained in:
Oscar Plaisant
2024-05-14 10:51:40 +02:00
parent f71d6b0503
commit 66c143b7b3
164 changed files with 25026 additions and 13829 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,9 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "1.9.5",
"version": "1.9.7",
"minAppVersion": "0.9.12",
"description": "This is a mindmapoutline and pdf annotate tool for obsidian.",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",
"authorUrl": "https://github.com/MarkMindCkm/obsidian-markmind",
"isDesktopOnly": false

View File

@@ -96,6 +96,10 @@
border-radius: 4px;
}
.mm-node .mm-node-content img {
min-width:50px;
}
.mm-node.node-wireFrame .mm-node-content {
border-radius: 6px;
border-bottom-left-radius: 0;