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: (๏พโใฎโ)๏พ*:๏ฝฅ๏พโง
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: