📄 | .gitignore |
📄 | README.md |
📁 | chromium |
📁 | os |
📄 | package.json |
📄 | serializeSelectedHTML.js |
README.md
capsule
how to use
git clone
npm install
npm build
- visit chrome extensions menu (chrome://extensions)
- check developer mode checkbox
- load unpacked extension
- visit a tab
- select some things
- click the addon icon (it's the 'hello' default right now)
nothing works past here yet :\
TODO
- ☑ strip out non-UI code from addon
- ☑ build proper fork of ssbify that takes an
html string
- see ssbify-string
- ☐ write parser/handler script using above fork
- ☐ add comment field to serialiser and parser
- ☐ automate xdg-open/open/windows registry horror.aspx) registration
- ☐ document
- ☐ release
- ☐ dance
credits
- icon adapted from open clipart
- ssbify
Built with git-ssb-web