Makes WorkFlowy even smarter.
An extension for Chrome and Firefox, built with WebExtensions. It adds a couple of small usability features to the already awesome WorkFlowy.
- prints
Hello, WorkFlowy
to the console - shows (or hides) all notes with
Accelerator + N
- makes the list of shortcuts a little wider to avoid line breaks
WorkFlowyFX is built with NPM, so npm install
in its root should install all dependencies.
To build the extensions use npm run build
and look into the new folder extensions
.
For a more detailed build, look into build.js
, particularly the build
function.
The extension is not yet present in the browser stores but can be loaded from disk (Chrome, Firefox).