aidenlx / obsidian-icon-shortcodes

Obsidian Plugin: Insert emoji and custom icons with shortcodes
MIT License
138 stars 11 forks source link

icon shortcode inside tag #46

Open JulianVJacobs opened 2 years ago

JulianVJacobs commented 2 years ago

Currently, if you're using emoji with the tagging system, tags with custom icons can't be clicked as they're replaced with the imaged and the image isn't an alias for it's name and so it can't be searched. For this reason, there's no easy way to simply click the # with the icon image and have it bring up the search bar to show all the documents tagged with the icon.

aidenlx commented 2 years ago

It seems that tag syntax of obsidian doesn't accept colons, which means that icon shortcodes won't be consider to be a part of tag. if you only use emoji, maybe you can enable replace with emoji character option as a workaround.

aidenlx commented 2 years ago

tags with custom icons can't be clicked as they're replaced with the imaged and the image isn't an alias for it's name and so it can't be searched

btw, can you give me a example with source markdown about this?