A simple opensource note app(support markdown only :) ).
Note: Only support mac for now
- markdown friendly
- paste image
- paste html (include fetching image locally)
- export markdown file with images
- export PDF
- support tray menu quick note(inspired by evernote)
- default
cmd+v
will convert html to markdown, andalt+v
for pasting as plain text(not convert html to markdown)
Just need a good note. And want you to enjoy writing.
Know where is my data (~/anote).
- write a chrome plugin for 'bookmark' article (support to markdown or just html)
- backend server (I may use mongodb with nodejs/ruby) for sync (I hope users can deploy it easily)
- mobile app
- add file storage features
- Evernote
- Pandao editor (use the editor style, I like it)
Go to Release, then you can download anote app.
npm install
npm run build
npm run package
Note: Install electron, babel and electron-packager first, and my node is 6.4
npm run develop
- Electron
- React
- Redux
- Babel
- Material Ui
- jQuery
If u like it, contact me at wpcreep@gmail.com. We can do it togethor.