Update community plugins and enhance graph configuration
- 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.
This commit is contained in:
10
docs/Action Rog/.obsidian/plugins/obsidian-plantuml/manifest.json
vendored
Normal file
10
docs/Action Rog/.obsidian/plugins/obsidian-plantuml/manifest.json
vendored
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user