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:
21
docs/Action Rog/.obsidian/graph.json
vendored
21
docs/Action Rog/.obsidian/graph.json
vendored
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user