Skip to content

troxler/copy-to-workflowy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Copy to Workflowy

A Firefox WebExtension to copy the current tab to Workflowy.

This extension will add a Workflowy.com icon to your toolbar. When you want to add a certain page to your notes, just click the icon. It will copy the page title and URL to the clipboard. Then go to your Workflowy notes and paste it wherever you want.

You can also use the keystroke Ctrl+Shift+C (on Mac use Cmd+Shift+C) to copy the current page address.

Please not that this extension does not work on https://addons.mozilla.org due to restrictions from Mozilla.

Developer Notes

// create zip file for AMO
zip -r archive.zip `ls` -x "*.DS_Store"