Replies: 1 comment 4 replies
-
There's the possibility to add unicode emojis to your tags directly - this variant worked for me when quickly trying it locally: ---
tags:
- 🤣 Jokes
--- The downsight of this approach is that you'll have to remember to add the same emoji to every tag you might add. You could enforce the valid emoji + tag combinations with the plugins:
- tags:
tags_allowed:
- 🤣 Jokes
- 📰 News Still, it's more work than having the tag icon support :/ I fiddled around with mirroring some Twemoji emojis locally to e.g. theme:
icon:
tag:
jokes: twemoji/laughing
extra:
tags:
Jokes: jokes
plugins:
- tags
So, in summary, I think creating custom icons or going with unicode emojis right in the 'tag text' is your best bet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'd like to use tag icons as described in the docs, but with Emojis. I seem to only be able to reference the pool of the bundled icons (material, fa, octicons, simple) with their path (like
simple/mealie
orfontawesome/solid/tags
).Is there any trick how I could make simple Emojis to work? I could download the set of Twitter Emojis or "OpenMoji" as SVG and place them as custom icon, but I really would like to spare me the overhead. I'd love to choose Emojis for their variety of choices and general availability.
I've already found out that the template renders
class="md-tag md-tag-icon md-tag--foobar
and places the actual SVG in a section likebut that didn't lead to too many insights on my end.
So, any nice ideas from your end? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions