Convert local <img src="filename.jpg"> tags to MD links?

joplin2obsidian has not been updated in a while.

I gave another try to Yanom and almost succeeded:

  1. Export all notes from Joplin as MD+Frontmatter
  2. Run Yanom with:
    • input markdown, multimarkdown
    • output obsidian
    • tags: leave blank to convert all tags

This works pretty well, the only problem are spaces in file names of linked attachments. A solution is described here:

Which I hope I will be able to resolve via sed. (I prefer ![Some link](<asset with spaces.jpg>).

BTW, compiling Yanom in Linux looks like quite a task, so I ran the pre-compiled Windows binary with WINE.