A WorkFlowy user script implementing a "jump to node" pop-up menu with autocompletion.
To activate:
- CTRL-J on Mac
- CTRL-. on Windows
This should be considered alpha state software. Developed for Chrome with Violentmonkey on macos & Windows.
The entire script is maintened as a node package and then webpacked for deployment as a single minified script.
To get started:
npm install
npm test
npx webpack --watch
This will generate a wf-node-jump.user.js
file. Enable Violentmonkey's local
file installation option, and install this file. webpack --watch
will
recompile changes during dev, and Violentmonkey will use the latest.
The lunr package is used for node indexing and searching.