Skip to content

MaMrEzO/sh-wf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple todo app with ReactJS

This project just manipulate workflows in list style, in order and tree like bullet list.

Implemented

  • 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 and Shift+Ctrl+Del on any item.
  • Keyboard navigation
  • Store and restore to and from localStorage.

Shortcuts

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)

About

A Simple Workflow app with ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published