|
38 | 38 | - [Presentation mode](#presentation) |
39 | 39 | - Create presentations by connecting nodes with arrows |
40 | 40 |
|
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"/> |
43 | 47 |
|
44 | 48 | ## Node Shapes |
45 | 49 | <details> |
|
48 | 52 | </details> |
49 | 53 |
|
50 | 54 | ### 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 |
52 | 56 |
|
53 | 57 | ### Shapes |
54 | 58 | <details> |
|
92 | 96 | </details> |
93 | 97 |
|
94 | 98 | ## 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"/> |
96 | 100 |
|
97 | 101 | <details> |
98 | 102 | <summary>Canvas File</summary> |
|
109 | 113 |
|
110 | 114 | ### Usage |
111 | 115 | - 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) |
114 | 118 | - Add more slides |
115 | 119 | - Link the slides using arrows |
116 | 120 | - 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) |
118 | 122 | - Control the presentation |
119 | 123 | - Start the presentation using the command palette (`Advanced Canvas: Start presentation`) |
120 | 124 | - Change slides using the arrow keys |
|
124 | 128 | <img src="./assets/settings.png" alt="Settings Screen"/> |
125 | 129 |
|
126 | 130 | ## Roadmap |
127 | | -- [x] Finish `unknownData` implementation |
128 | 131 | - [ ] Fix icons in the menu popup |
129 | 132 | - [ ] Clean up the scss code |
130 | | -- [ ] Add types for the canvas data |
131 | | -- [ ] New presentation slides should be created without intersecting the existing ones |
132 | 133 | - [ ] 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 |
135 | 134 |
|
136 | 135 | ## Known Issues |
137 | 136 | - None so far 👀 - Create an issue if you find any! |
0 commit comments