Skip to content

Commit 77dfbf1

Browse files
Updated readme and types
1 parent 2eafdba commit 77dfbf1

12 files changed

+14
-13
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838
- [Presentation mode](#presentation)
3939
- Create presentations by connecting nodes with arrows
4040

41-
## Updated Canvas Card Menu
42-
<img src="./assets/card-menu.png" alt="New canvas menu"/>
41+
## Updated UI
42+
### Canvas Card Menu
43+
<img src="./assets/card-menu.png" alt="New canvas card menu"/>
44+
45+
### Node Popup Menu
46+
<img src="./assets/popup-menu.png" alt="New node popup menu"/>
4347

4448
## Node Shapes
4549
<details>
@@ -48,7 +52,7 @@
4852
</details>
4953

5054
### Usage
51-
- Use the [updated card menu](#updated-canvas-card-menu) set a node's shape
55+
- Use the [updated popup menu](#node-popup-menu) set a node's shape
5256

5357
### Shapes
5458
<details>
@@ -92,7 +96,7 @@
9296
</details>
9397

9498
## Presentation Mode
95-
<img src="./assets/presentation-mode.gif" alt="Presentation mode example"/>
99+
<img src="./assets/sample-presentation-simple.gif" alt="Presentation mode example"/>
96100

97101
<details>
98102
<summary>Canvas File</summary>
@@ -109,12 +113,12 @@
109113

110114
### Usage
111115
- Create the first slide
112-
- Create the first slide of the presentation using the [updated card menu](#updated-canvas-card-menu)
113-
- OR create a node and mark it as the first slide using the [updated card menu](#updated-canvas-card-menu)
116+
- Create the first slide of the presentation using the [updated popup menu](#node-popup-menu)
117+
- OR create a node and mark it as the first slide using the [updated card menu](#canvas-card-menu)
114118
- Add more slides
115119
- Link the slides using arrows
116120
- If you want to loop back to a previous slide, you can number the arrows in the order you want to navigate through them
117-
- <b>TIP:</b> Create slides with consistent dimensions by using the [updated card menu](#updated-canvas-card-menu)
121+
- <b>TIP:</b> Create slides with consistent dimensions by using the [updated card menu](#canvas-card-menu)
118122
- Control the presentation
119123
- Start the presentation using the command palette (`Advanced Canvas: Start presentation`)
120124
- Change slides using the arrow keys
@@ -124,14 +128,9 @@
124128
<img src="./assets/settings.png" alt="Settings Screen"/>
125129

126130
## Roadmap
127-
- [x] Finish `unknownData` implementation
128131
- [ ] Fix icons in the menu popup
129132
- [ ] Clean up the scss code
130-
- [ ] Add types for the canvas data
131-
- [ ] New presentation slides should be created without intersecting the existing ones
132133
- [ ] Add `unknownData` changes to the undo/redo stack
133-
- [x] Add better presentation mode navigation (Looping back to previous slides)
134-
- [x] Add more flowchart shapes
135134

136135
## Known Issues
137136
- None so far 👀 - Create an issue if you find any!

assets/card-menu.png

-15.5 KB
Loading

assets/popup-menu.png

19.6 KB
Loading

assets/presentation-mode.gif

-2.68 MB
Binary file not shown.
58.1 MB
Loading
34.5 MB
Binary file not shown.
574 KB
Loading
13.7 MB
Loading
17 MB
Binary file not shown.
599 KB
Loading

0 commit comments

Comments
 (0)