Skip to content

Commit 4bd6d08

Browse files
Updated readme
1 parent d3c2e8e commit 4bd6d08

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Open the Community Plugins tab in the settings and search for "Advanced Canvas"
3939
All features can be enabled/disabled in the settings.
4040

4141
- Create groups independently of the nodes
42+
- [Better default settings](#better-default-settings)
4243
- More [canvas commands](#canvas-commands)
4344
- [Node Styles](#node-styles)
4445
- (Flowchart) [Node Shapes](#node-shapes)
@@ -76,6 +77,7 @@ All features can be enabled/disabled in the settings.
7677
- Straight
7778
- Square
7879
- A*
80+
- Add [custom styles](#custom-styles) to nodes and edges for unlimited possibilities
7981
- [Custom colors](#custom-colors) in the color picker
8082
- [Properties Support](#properties-support)
8183
- Set properties for the canvas file
@@ -86,6 +88,10 @@ All features can be enabled/disabled in the settings.
8688
- Create edges (arrows) to the embedded canvas
8789
- [Collapsible groups](#collapsible-groups)
8890
- Collapse and expand groups to organize your canvas
91+
- [Auto node resizing](#auto-node-resizing)
92+
- Resize nodes automatically when the text content changes
93+
- [Focus mode](#focus-mode)
94+
- Focus on a single node and blur all other nodes
8995
- [Better readonly](#better-readonly)
9096
- Disable node popup menus
9197
- Lock the canvas' position
@@ -102,6 +108,13 @@ Please consider supporting the plugin. There are many hours of work and effort b
102108
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X8X27IA08)
103109
<img src="https://img.shields.io/endpoint?url=https://wakapi.dev/api/compat/shields/v1/Developer-Mike/interval:all_time/project:obsidian-advanced-canvas&label=Time%20Spent&style=for-the-badge&colorA=ffffff&colorB=ff5e5b" alt="Time Spent">
104110

111+
## Better Default Settings
112+
- Enforce all new nodes to be aligned to the grid
113+
- Customize default text node size
114+
- Customize default file node size
115+
- Modify the minimum node size
116+
- Disable the font scaling relative to the zoom level
117+
105118
## Canvas Commands
106119
- `Advanced Canvas: Create text node`
107120
- Create a new text node
@@ -118,6 +131,8 @@ Please consider supporting the plugin. There are many hours of work and effort b
118131
- Expand the selected node in the direction of the arrow keys
119132

120133
## Node Styles
134+
You can customize the default node styles using the settings.
135+
121136
### Node Shapes
122137
<details>
123138
<summary>Flowchart Example</summary>
@@ -177,6 +192,8 @@ Set the style of the border to dotted, dashed or invisible.
177192
</details>
178193

179194
## Edge Styles
195+
You can customize the default edge styles using the settings.
196+
180197
### Path Styles
181198
Set the style of the edge paths to dotted, short-dashed or long-dashed.
182199

@@ -318,6 +335,22 @@ Collapse and expand groups to organize your canvas.
318335
<img src="./assets/collapsible-groups.png" alt="Collapsible Groups Example"/>
319336
</details>
320337

338+
## Auto Node Resizing
339+
Resize nodes automatically when the text content changes.
340+
341+
<details>
342+
<summary>Auto Node Resizing Example</summary>
343+
<img src="./assets/auto-node-resizing.gif" alt="Auto Node Resizing Example"/>
344+
</details>
345+
346+
## Focus Mode
347+
Focus on a single node and blur all other nodes.
348+
349+
<details>
350+
<summary>Focus Mode Example</summary>
351+
<img src="./assets/focus-mode.png" alt="Focus Mode"/>
352+
</details>
353+
321354
## Better Readonly
322355
- Disable node popup menus
323356
- Lock the canvas' position
@@ -340,7 +373,7 @@ All custom events are prefixed with `advanced-canvas:` and can be listened to us
340373

341374
<details>
342375
<summary>
343-
All Events (27)
376+
All Events
344377
</summary>
345378

346379
- `advanced-canvas:canvas-changed`

assets/auto-node-resizing.gif

47.4 KB
Loading

assets/focus-mode.png

69.4 KB
Loading

0 commit comments

Comments
 (0)