Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 966 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 966 Bytes

WorkFlowyFX

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.

Features

  • 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

Build

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).