tokenshift/obsidian-page-gallery

[FR] Include strings containing links in appearsRenderable OR Optionally Force appearsRenderable

Closed this issue · 0 comments

Hi. Again, I really love your plug-in--it's very special--and thank you so much for your hard work updating and maintaining it.

This isn't anything important, just an idea. So, I have a description field in a lot of my notes that I like to display with the page gallery plug-in. This description field tends to contain a lot of links. By default, these links do not render, because they are contained within a string, and the string itself is not a link. I would still prefer to have them render as links, however.

So, my idea is that the appearsRenderable function also check if a string contains a link or tag and return it as true.

Or there be an option to force a field to render inside the page gallery block. Maybe you could have a block like:

from: "/"
fields: [file.name, description]
appearsRenderable: [description]

So that description is forced to render as Markdown.

I think it'd be a cool feature, but it's nothing important, so no rush. Thank you so much for this plug-in!