LoginSignup
64
67

More than 5 years have passed since last update.

Atomをevernoteのmarkdownエディタとして使う(EVND)

Last updated at Posted at 2015-07-29

ザックリメモ奴。

atomとパッケージのEVNDを使います。
sublimeのEvernoteプラグインは全部コマンドでやる感じだったので、使用感が良くなかったためこっちを試してみる。
あと、ローカル保存 -> Evernoteのアップロードとなるため、若干安心な点がうれしい。

保存用のディレクトリ作成

$ ln -s path/to/your/folder ~/.atom/evnd
$ cd ~/.atom/evnd
$ echo "{}" > index.json
$ git init
$ git add .
$ git commit -m "Initial commit"

atom package install

$ apm install ever-notedown

新規ノート作成

Atomのメニューから

Packages > Ever NoteDown
New Note > Create New Note

とりあえず、

Packages > Ever NoteDown > Toggle EVND Pannel

から大体できそう。

64
67
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
64
67