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:
Redsandy
2026-01-19 02:12:18 +03:00
parent 207661154a
commit a97a102c55
14 changed files with 8082 additions and 24 deletions

View File

@@ -5,8 +5,23 @@
"showAttachments": true,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": false,
"colorGroups": [],
"collapse-color-groups": true,
"colorGroups": [
{
"query": "path:Спелы/Начинания/Первичные ",
"color": {
"a": 1,
"rgb": 14441727
}
},
{
"query": "path:Спелы/Начинания/Вторичные ",
"color": {
"a": 1,
"rgb": 14441727
}
}
],
"collapse-display": false,
"showArrow": false,
"textFadeMultiplier": 0,
@@ -17,6 +32,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.9999999999999969,
"scale": 0.7132754626224395,
"close": true
}