- Added 'obsidian-plantuml' plugin to community-plugins.json for diagram rendering. - Updated graph.json to enable color group collapsing and added specific color queries for primary and secondary spells. - Introduced types.json to define node types and their aliases. - Modified workspace.json to reflect new tab IDs and updated file references for better organization. - Added new markdown files detailing spells and their effects, including a comprehensive skill tree for the 'Light' node.
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"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
|
|
}
|