MacBook-Pro-de-Oscar.local 2026-1-19:19:45:53
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "default-template",
|
||||
"name": "Default Template",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Automatically apply templates to new notes with user-configurable template selection.",
|
||||
"author": "raeperd",
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
"library2": {
|
||||
"type": "excalidrawlib",
|
||||
"version": 2,
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.19.0",
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.19.2",
|
||||
"libraryItems": []
|
||||
},
|
||||
"imageElementNotice": true,
|
||||
@@ -122,7 +122,32 @@
|
||||
"mdFontColor": "Black",
|
||||
"mdBorderColor": "Black",
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"scriptEngineSettings": {
|
||||
"Downloaded/Mindmap format": {
|
||||
"MindMap Format": {
|
||||
"value": "Excalidraw/MindMap Format",
|
||||
"description": "This is prepared for the namespace of MindMap Format and does not need to be modified"
|
||||
},
|
||||
"default gap": {
|
||||
"value": 10,
|
||||
"description": "Interval size of element"
|
||||
},
|
||||
"curve length": {
|
||||
"value": 40,
|
||||
"description": "The length of the curve part in the mind map line"
|
||||
},
|
||||
"length between element and line": {
|
||||
"value": 50,
|
||||
"description": "The distance between the tail of the connection and the connecting elements of the mind map"
|
||||
}
|
||||
},
|
||||
"Downloaded/Mindmap Builder": {
|
||||
"Is Undocked": {
|
||||
"value": false,
|
||||
"hidden": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"previousRelease": "2.19.0",
|
||||
"showReleaseNotes": true,
|
||||
"compareManifestToPluginVersion": true,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.19.0",
|
||||
"version": "2.19.2",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||
"author": "Zsolt Viczian",
|
||||
|
||||
4
.obsidian/plugins/obsidian-markmind/main.js
vendored
4
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.4.1",
|
||||
"version": "3.4.2",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
||||
@@ -1297,7 +1297,7 @@ th {
|
||||
font-size: 16px;
|
||||
width: 8000px;
|
||||
height: 8000px;
|
||||
transition: all 0.15s linear;
|
||||
transition: all 0.05s linear;
|
||||
|
||||
}
|
||||
|
||||
|
||||
2
.obsidian/plugins/obsidian42-brat/main.js
vendored
2
.obsidian/plugins/obsidian42-brat/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian42-brat",
|
||||
"name": "BRAT",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Easily install a beta version of a plugin for testing.",
|
||||
"author": "TfTHacker",
|
||||
|
||||
135
.obsidian/plugins/terminal/main.js
vendored
135
.obsidian/plugins/terminal/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/terminal/manifest.json
vendored
2
.obsidian/plugins/terminal/manifest.json
vendored
@@ -5,7 +5,7 @@
|
||||
"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
|
||||
"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
|
||||
},
|
||||
"version": "3.20.0",
|
||||
"version": "3.21.0",
|
||||
"authorUrl": "https://github.com/polyipseity",
|
||||
"id": "terminal",
|
||||
"isDesktopOnly": false,
|
||||
|
||||
Reference in New Issue
Block a user