This project just manipulate workflows in list style, in order and tree like bullet list.
- Documentation of Components and API in code
- Adding with add button
- Adding with
Enter
under current item - Done with
Ctrl-Enter
- Delete item with
Backspace
on empty title andShift+Ctrl+Del
on any item. - Keyboard navigation
- Store and restore to and from localStorage.
Condition | Key | Action |
---|---|---|
normal | Enter |
new Workflow. |
normal | Ctrl+Enter |
make focused Workflow done. |
normal | Tab |
Change indent of Workflow forward. |
normal | Shift+Tab |
change indent forward. |
normal | UpArrow /DownArrow |
navigate upward and downward between Workflow |
normal | Shift+Ctrl+Del |
Delete node (with children) |
Empty title | Backspace |
Delete node (with children) |