sublime-evernote
sublime-evernote copied to clipboard
Feature request: support MultiMarkdown syntax
link
It is simply saying hello is not a valid url, which is true.
Evernote (the service, not the plugin) validates the contents of the note before saving, so you cannot post malformed notes. One of the sanity checks they apply is checking that the urls in links are valid addresses. You should stick to these rules.
Sorry for not articulating the problem. I was trying to add MultiMarkdown syntax to Evernote. In MMD, the previous means a Citation, not a link. Reference: https://rawgit.com/fletcher/human-markdown-reference/master/index.html/ I really wish plugin can support MMD syntax oneday.
I see. I can explain why this is unlikely to happen any time soon. One of the strengths of the plugin is that it works in both directions md->evernote and evernote->md. To do so, having a md->html converter is not enough, you need a decent html->md converter as well. We have a decent one for markdown but I am not aware of one for multimarkdown.
But feel free to fork the repo and give it a try. If it works I would be very happy to accept a pull request!