dsebastien / obsidian-dataview-serializer

Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph.
https://developassion.gitbook.io/obsidian-dataview-serializer
MIT License
67 stars 6 forks source link

Handling images #26

Open thorstenS1 opened 3 weeks ago

thorstenS1 commented 3 weeks ago

The plugin is a great idea. Can it also handle embedded images?

For example, if the markdown file contains a property called "picture::", then this can be rendered by dataview with "embed(link(picture, "150")) as Picture. It will generate a thumbnail of width 150 for each image that is set in the picture property.

The serialization does not seem to be able to handle this and only renders a "-".

quantumgardener commented 3 weeks ago

My site uses pictures with native markdown syntax. The link is held in a property. Check out https://quantumgardener.info/maps/playstation-5-gamesOn 28 Oct 2024, at 12:35 am, thorstenS1 @.***> wrote: The plugin is a great idea. Can it also handle embedded images? For example, if the markdown file contains a property called "picture::", then this can be rendered by dataview with "embed(link(picture, "150")) as Picture. It will generate a thumbnail of width 150 for each image that is set in the picture property. The serialization does not seem to be able to handle this and only renders a "-".

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>