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: