You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,14 +195,14 @@ Set the pathfinding method of the edges (arrows) to default, straight, squared o
195
195
</details>
196
196
197
197
## Custom Styles
198
-
Custom styles for nodes and edges can easily be added.
198
+
Custom style attributes for nodes and edges can easily be added.
199
199
200
200
1. Add a popup menu option
201
201
- Open the `<VAULT-PATH>/.obsidian/plugins/obsidian-advanced-canvas/data.json` file
202
-
- If you want to add an option to node popup menu, search for `customNodeStyleSettings` property, otherwise search for `customEdgeStyleSettings` property. (Create it if it doesn't exist yet)
202
+
- If you want to add an option to node popup menu, search for `customNodeStyleAttributes` property, otherwise search for `customEdgeStyleAttributes` property. (Create it if it doesn't exist yet)
203
203
- Add the custom popup menu option (Remove the comments!)
204
204
```json
205
-
"customNodeStyleSettings": [
205
+
"customNodeStyleAttributes": [
206
206
{
207
207
"datasetKey": "exampleStyleAttribute", // Must be unique and written in camelCase
0 commit comments