enex2sb
v7.0.0
Published
Encode Evernote's XML Export Format to Scrapbox.io style text
Readme
enex2sb
Encode XML exported by Evernote to Scrapbox.io style importable json
Usage
CLI
You should set GYAZO_ACCESS_TOKEN to OAuth access token get from https://gyazo.com/oauth/applications before exec command.(It uses to upload embeded images to gyazo.com)
% pnpm install -g enex2sb% enex2sb hoge.enex > hoge.json- You can pass filename as option
% cat hoge.enex | enex2sb > hoge.json
API
TBW
Development
- Require
- NodeJS
- Fork it
% git clone [email protected]:YOUR-NAME/enex2sb.git% cd enex2sb% git checkout -b YOUR_WORKING_BRANCH- Write Some Code!
- Build:
% pnpm run build- Watch:
% pnpm run watch
- Watch:
- Test:
% pnpm test- Test Watching:
% pnpm test:watch
- Test Watching:
- Commit your work
- Open PR to this repository 🎉
