A third party electron client based on evernote api
-
create notebook
-
create note
-
move note
-
remote note
-
markdown support
-
search note
-
i18n
before you create your own evernote, you are supported to set params in common.js
1. Common.CONSUMER_KEY
2. Common.CONSUMER_SECRET
note:if you not in China, just make
Common.CHINA
tofalse
- apply you own developer token
- create
.ee.json
under${getUserHome()}
{
"accessToken": "your own Token"
}
great thanks for tui.editor (GFM Markdown WYSIWYG Editor - Productive and Extensible) and electron (Build cross-platform desktop apps with JavaScript, HTML, and CSS)