Skip to content

A WorkFlowy user script implementing a "jump to node" pop-up menu with autocompletion.

License

Notifications You must be signed in to change notification settings

jleverenz/workflowy-node-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Development

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.

About

A WorkFlowy user script implementing a "jump to node" pop-up menu with autocompletion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published