Open Source Workflowy implementation.
3 main goals
- Works Offline: It installs a service worker and works using IndexedDB as an offline first cache.
- Works 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.
For persistence, there are a couple of server implementations in flowy-servers.
- TODO: Multi-Device Sync: Currently the sync will update a task with wherever the latest update comes from, which is not a great strategy for using the same storage on multiple devices.
The project is under BSD-3 Clause
The checkbox is taken from the material design icons, Apache 2.0 License.
The button icons in the shortcuts bar for phone displays are taken from the arrows collection in the noun project by Salvia Santos, Creative Commons License.
yarn add node-sass
yarn add @tauri-apps/api
yarn add https://github.com/tauri-apps/tauri-plugin-sql#v1
yarn install
cargo tauri dev
Then wait for the window popped out.