I just realized that my users canāt tell which posts might have cool sample files to download.
what are some ways I could mark a topic with this icon? (the download one)
thanks!
I just realized that my users canāt tell which posts might have cool sample files to download.
what are some ways I could mark a topic with this icon? (the download one)
thanks!
I was hoping we could use an emoji like in the topic title, but that doesnāt seem to be possible
any other tricks out there to an Attachment icon?
I like that idea of knowing if there are attachment available
@gerhard showed me the trick of finding an acceptable unicode character like ā¼ which could be copied and pasted into the subject.
itās not as good as Emoji support in the Subject line, but itās better than nothing.
You didnāt link to the ātrickā
Let me guess, FontAwesome?
U+047E ācyrillic capital letter otā Ѿ would make a great glyph for āNSFWā topicsā¦
Unicode has granted us a whole new category of emoticons:
How about this for new feature announcements: (ļ¾āć®ā)ļ¾*:dļ¾ā§
Finally getting that old, obscure bug fixed: į(āāøā¼ā¶)į
Discussing a new controversial feature spec: ͔ą¹ĢÆĶ”ą¹ļ“æ OāRLY?
no link needed⦠just find an acceptable unicode character and copy & paste it into the subject line.
Iād wanted to use this folder , but it wouldnāt show in the subject line on Chrome on my mac (only safari). It does show for me here in the body⦠but troubleshooting that is secondary to getting the emojione working in the subject line IMO.
Fixed in [Any technical or philosophical reason no emoji in titles !
Thank you Team Discourse!
Sort of, I kind of want a general mechanism for attaching icons to a topic plugins can lean on, it was rather tricky to wire in for solved plugin.
Sure⦠it would be great to have a more automatic, more official version. The posts in our forum where Iāve added :file_folder:
in the title do look a bit nicer now.
It would be nice if this icon was the same darkness/contrast/color as the rest of the text, so as to not be too distracting as the user scans the page. (Like the emoji is.)
You can always add some CSS to tackle thisā¦
This would impact all emoji in titles:
.topic-link img.emoji,
.topic-list-item img.emoji {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
}
And this would target just :
.topic-link img.emoji[title="file_folder"],
.topic-list-item img.emoji[title="file_folder"] {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
}
Making it look something like this:
and this: