MichelNivard / Ridian

This is Ridian: R in Obsidian
https://michelnivard.github.io/Ridian/
GNU General Public License v3.0
60 stars 0 forks source link

Support conversion of Obsidian-style embedded images (![[image.png]]) to Markdown format for Quarto (![image.png](image.png)) #2

Closed machado-t closed 1 day ago

machado-t commented 5 days ago

Embedded images in Obsidian format (![[image.png]]) aren't converted to the appropriate Markdown syntax (![image.png](image.png)), which causes missing images in the final .qmd file when rendered in Quarto.

Requested Feature:

It would be helpful if the plugin could recognize and convert Obsidian-style image embeds into standard Markdown image links, either by default or as an optional setting. This feature would streamline the process of converting notes with embedded media for Quarto presentation.

MichelNivard commented 4 days ago

Sounds very reasonable, it’ll be in the next update should be available in the coming week.

MichelNivard commented 1 day ago

Implemented, let me know if you have issues!