kakkyz81 / evervim

edit evernote on vim.
232 stars 48 forks source link

markdown conversion fails when load exisiting notes #28

Open feigaoxyz opened 10 years ago

feigaoxyz commented 10 years ago

If I create a markdown note in evervim and upload to evernote, it displays correctly. But if E edit the same note in evervim again, the markdown format goes to a mess.

Example:

* list1
    * list-list1 *it* **bd**
    * list-list2 _it_ __bd__

changes to

* list1
* list-list1
it
bd
* list-list2
it
bd
mcepl commented 9 years ago

And it is documented

** WARNNING: Markdown format is not keep design tags.
        If you open already edited note (not evervim ex:web clipped note)
        and save it on evervim, the design tags will be  loss.  **

So, I guess it is a limitation of API (which is silly, IMHO).