cs150bf / ever-notedown

Atom Editor Plugin
MIT License
140 stars 13 forks source link

Sync Problem (Evernote->EVND): undefined #100

Open HuangKY opened 7 years ago

HuangKY commented 7 years ago

EVND->Evernote : It worked successfully. Evernote->EVND: No error Message, but the format is unreadable.

For example:

EVND->Evernote

First I type this in ATOM :

- [ ] item1

Then I used "TO Evernote", everything worked fine. The markdown format is showed successfully in Evernote, like this:

Evernote->EVND

However, when I make some change in Evernote, then Pull from Evernote, everything changed terribly. Say I make this change in Evernote:

Then Pull from Evernote, it will look like this:

-----in ATOM EVND markdown-----

![undefined](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 "Optional title") item1

![undefined](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 "Optional title") item2

-----in ATOM EVND markdown Preview-----

undefined item1

undefined item2

Is there any settings I can change ? Please help me to solve this problem.