akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown
https://github.com/akosbalasko/yarle
MIT License
1.43k stars 83 forks source link

Support image links #68

Open akosbalasko opened 4 years ago

akosbalasko commented 4 years ago

Currently Obsidian itself do not support images as links hence, Yarle cannot support this feature yet.

khabaroff commented 4 years ago

I export to Roam, so I upload "resources" folder to my own server and edit links to images as absolute path. It would be nice to have path-to-images parameter to change /resources/ generated in .md files

akosbalasko commented 4 years ago

Hi @khabaroff ! I think it's a different feature request, so I created another issue for it: https://github.com/akosbalasko/yarle/issues/102 , let's discuss on it there.

tokeriis commented 3 years ago

It would be nice if YARLE was able to solve this image link problem, though. Currently YARLE can convert to either obsidianMD/wiki style [[links]] or as standardMD ![image name](source url). Hence, you have to choose between

Obsidian has a plugin options convert individual links one by one, and there is a plugin for exporting to standard md link format. Both possibilities has the consequence that you have to choose between editing the same file in Obsidian or in another editor, you can't seamlessly shift between editors (say you want to write in Typora, or in another random editor on your phone).

Preferred solution:

Conversion to a hybrid format that would allow display of embedded image files both in Obsidian and standard md editors.

tokeriis commented 3 years ago

I case, this seems to work:

StandardMD: ![Evernote Snapshot 20200528 113306.2.jpg](_resources/Omslag_Ulveliv(1947).resources/Evernote Snapshot 20200528 113306.1.jpg)

Hybrid format: ![](_resources/Omslag_Ulveliv_(1947).resources/Evernote%20Snapshot%2020200528%20113306.1.jpg)