/electron-evernote

A third party electron client based on evernote api

Primary LanguageCSSMIT LicenseMIT

Electron-Evernote

electron-evernote MIT node-version

A third party electron client based on evernote api

Features

  • create notebook

  • create note

  • move note

  • remote note

  • markdown support

  • search note

  • i18n

Settings

About Development

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 to false

Usage

  1. apply you own developer token
  2. create .ee.json under ${getUserHome()}
{
  "accessToken": "your own Token"
}

Thanks

great thanks for tui.editor (GFM Markdown WYSIWYG Editor - Productive and Extensible) and electron (Build cross-platform desktop apps with JavaScript, HTML, and CSS)