Trikzon / obsidian-frontmatter-links

An Obsidian plugin that renders links in a note's frontmatter as links.
MIT License
64 stars 8 forks source link

Render frontmatter links like Obsidian renders links when cursor is near #1

Closed Trikzon closed 1 year ago

Trikzon commented 1 year ago

When the cursor is near a link, Obsidian renders parts of the link differently. image

It does this by splitting the link into different html elements with different classes. image

This seems a little overkill right now, so I don't intend to implement it anytime soon. However, it would make the plugin feel a smidge nicer and more built-in to the app