☰
Syncing to
Set Storage
Keyboard
  • Enter: Create a new task directly below the current task.
  • Double Click: Focus the current task.
  • Tab: Makes an item a child relative to the previous sibling.
  • Shift+Tab: Makes an item a sibling of its parent.
  • Up, Down: Move across items.
  • Shift+Up, Shift+Down: Reorder.
  • Ctrl+Up, Ctrl+Down: Expansion.
  • Ctrl+Enter: Mark Checked.
  • Ctrl+Backspace: Delete.
About
Flowy is a WorkFlowy clone that provides three main features different from WorkFlowy
  • Offline: It installs a service worker and works using IndexedDB as an offline first cache.
  • Signed Out: No need to sign in to anything to use it, works out of the box with the browser cache. The browser cache will generally persist unless it is unused for a very long time.
  • Moving Storage: To get off-browser persistence and sync the same set of tasks on another device, allows plugging in your own storage server with an verification key, allowing resyncing the remote storage with your local tasks, or vice-versa. There are also a couple of sample server implementations for trying things out.
The project is open source on GitHub.