-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b1d960
commit febace9
Showing
1 changed file
with
17 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
<strong>Action Buttons</strong> | ||
<li>Click on "Create a Node" to add a task</li> | ||
<li> | ||
Click on "Clear Canvas" to clear all tasks, you will lose | ||
progress if unsaved | ||
</li> | ||
<li> | ||
Click on "Download as PNG" to download in image format | ||
</li> | ||
<li> | ||
Click on "Save the workflow" to Save all progress into a | ||
file | ||
</li> | ||
<li>Click on "Hide Help" to hide the tips</li> | ||
<strong>Control Buttons</strong> | ||
<li>Click on "+" to Zoom In</li> | ||
<li>Click on "-" to Zoom Out</li> | ||
<li>Click on "Lock icon" to Lock the view</li> | ||
<strong>Minimap</strong> | ||
<li>You can use the minimap to navigate across the canvas</li> | ||
<strong>File explorer</strong> | ||
<li> | ||
Its a WIP, intention was to drag the file item and create a | ||
node seamlessly, drag and drop is working but task edit | ||
functionality is not suported at the moment. :): | ||
</li> | ||
**Action Buttons** | ||
- Click on "Create a Node" to add a task | ||
- Click on "Clear Canvas" to clear all tasks, you will lose progress if unsaved | ||
- Click on "Download as PNG" to download in image format | ||
- Click on "Save the workflow" to Save all progress into a file | ||
- Click on "Hide Help" to hide the tips | ||
|
||
**Control Buttons** | ||
- Click on "+" to Zoom In | ||
- Click on "-" to Zoom Out | ||
- Click on "Lock icon" to Lock the view | ||
|
||
**Minimap** | ||
- You can use the minimap to navigate across the canvas | ||
|
||
**File explorer** | ||
- Its a WIP, intention was to drag the file item and create a node seamlessly, drag and drop is working but task edit functionality is not supported at the moment. :) |