diff options
| author | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
|---|---|---|
| committer | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
| commit | 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 (patch) | |
| tree | 9c5e998f324f2f60c1717759144da3f996c5ae1a /.obsidian/plugins/obsidian-plantuml/manifest.json | |
init: initial commit
Diffstat (limited to '.obsidian/plugins/obsidian-plantuml/manifest.json')
| -rwxr-xr-x | .obsidian/plugins/obsidian-plantuml/manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.obsidian/plugins/obsidian-plantuml/manifest.json b/.obsidian/plugins/obsidian-plantuml/manifest.json new file mode 100755 index 0000000..484ab04 --- /dev/null +++ b/.obsidian/plugins/obsidian-plantuml/manifest.json @@ -0,0 +1,10 @@ +{
+ "id": "obsidian-plantuml",
+ "name": "PlantUML",
+ "version": "1.8.0",
+ "minAppVersion": "1.5.7",
+ "description": "Render PlantUML Diagrams",
+ "author": "Johannes Theiner",
+ "authorUrl": "https://github.com/joethei/",
+ "isDesktopOnly": false
+}
|
