A Firefox/Chrome user script for copying the page title and URL as a WorkFlowy note in OPML form, for pasting into WorkFlowy.
- Firefox and Chrome (macOS/Linux/Windows), via Tampermonkey
- Install Tampermonkey in Firefox or Chrome.
- In your browser, open the Copy for WorkFlowy user script.
- Install the user script in Tampermonkey.
Press the keyboard shortcut (currently hard coded as ctrl-shift-7) on a web page, then paste the clipboard contents into WorkFlowy.
A notification is shown when the page title and URL are copied to the clipboard.
Special handling is given for WorkFlowy pages:
- URLs on WorkFlowy dev and beta domains are replaced with the workflowy.com domain.
- Page titles for WorkFlowy items are edited to emphasise that they are links.
- The keyboard shortcut is hard coded and cannot be changed without modifying the script.
- It won't work on any web sites which aren't scriptable by Tampermonkey.
- Some static type checking is performed through the use of
VS Code
, by usingJSDoc
function annotations and aTypeScript
declaration file. - Linting is done by by
ESLint
. prettier
is used for formatting.
Pull requests and bug reports are very welcome.
- Clip To WorkFlowy Chrome extension
- Matt Hutton
This project is licensed under the MIT license. See the LICENSE file for details.