Discuss Scratch

Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!


64lu wrote:

(#2218)

64lu wrote:

graghh… if youre gonna bump this topic at least make some new emojis

rock (U+1FAA8):

also some of notwaits emojis on the website use cubeupload, someone might wanna fix that (specifically the ones merged in)
WHAT my rock never got added fix this immediately pls
an injustice of the highest order!! just added it to the waitlist sorry for missing it lol

64lu wrote:

(#2218)
also can someone who can code please add the search bar back to the site it's such a pain to scroll through all of the emojis manually
totally agree, it's been quite annoying trying to find certain emojis on the list because the unicode categories are different from most implementations. did you know that the hourglass emojis are in the “travel and places” section??

i can try and play around with adding a search feature to the list—no promises, i have very little idea what i'm doing, but i do want to at least try
edit: ok maybe never mind, i have absolutely no clue what i'm looking at here. my knowledge of typescript and react is nearly nonexistent and i don't understand the source code well enough to start making changes to it

jmdzti_0-0 wrote:

(#2220)
(can't do smaller) Head Shaking Vertically (U+1F642 U+200D U+2195)
the image doesn't seem to be working for me

Last edited by Scratch137 (Dec. 24, 2024 09:13:33)

Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!



a few more tweaks to some of my old emojis

hourglass done/not done: redrew these to be slightly narrower and improve the colours
dotted line face: added a partially transparent background to make the eyes and mouth more visible in dark mode
smiling/angry face with horns: redid the colours completely, the old one just didn't look very good imo
nauseated face: redid the colours here as well, although this one wasn't as bad

Last edited by Scratch137 (Dec. 22, 2024 23:40:17)

Magudragon
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Too bad my school administrator blocks nearly every image on the forums…
jmdzti_0-0
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Head Shaking Vertically (U+1F642 U+200D U+2195) (emoji combo)

Last edited by jmdzti_0-0 (Dec. 23, 2024 09:08:29)

co0lcr34t10ns
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

jmdzti_0-0 wrote:

Head Shaking Vertically (U+1F642 U+200D U+2195) (emoji combo)
ded img
Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

jmdzti_0-0 wrote:

(#2224)
Head Shaking Vertically (U+1F642 U+200D U+2195) (emoji combo)
We'll have to update for this one. This emoji was added in Emoji 15.1, but Forumoji currently only supports 15.0.
I'll try and make a pull request about this.
mybearworld
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Could the website maybe not use Twemoji for emoji that are not created yet? It adds a lot of images the site has to load, which makes it pretty much unusably slow to load the actual emojis I want to use for me.
Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

I've opened a pull request to update to Emoji 16.0. All the hard work is done; all that's left now is to merge the changes and rebuild the website from source.

mybearworld wrote:

(#2227)
Could the website maybe not use Twemoji for emoji that are not created yet? It adds a lot of images the site has to load, which makes it pretty much unusably slow to load the actual emojis I want to use for me.
Perhaps a toggle to show/hide missing emoji would help with this. Non-existent emoji are hidden by default, and won't load unless you enable them manually.

Last edited by Scratch137 (Dec. 24, 2024 09:11:26)

RobotChickens
Scratcher
500+ posts

Forumoji: Forum-style unicode emojis!

Scratch137 wrote:

(#2228)
I've opened a pull request to update to Emoji 16.0. All the hard work is done; all that's left now is to merge the changes and rebuild the website from source.

mybearworld wrote:

(#2227)
Could the website maybe not use Twemoji for emoji that are not created yet? It adds a lot of images the site has to load, which makes it pretty much unusably slow to load the actual emojis I want to use for me.
Perhaps a toggle to show/hide missing emoji would help with this. Non-existent emoji are hidden by default, and won't load unless you enable them manually.
That's awesome! Although, what happened to switching over to google noto emojis?

lolecksdeehaha wrote:

(#1826)
I could easily write a function to transform the codepoints.
I might also be able to do it depending on stuff.

Scratch137 wrote:

(#2228)

mybearworld wrote:

(#2227)
Could the website maybe not use Twemoji for emoji that are not created yet? It adds a lot of images the site has to load, which makes it pretty much unusably slow to load the actual emojis I want to use for me.
Perhaps a toggle to show/hide missing emoji would help with this. Non-existent emoji are hidden by default, and won't load unless you enable them manually.
I really like this idea!
Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

RobotChickens wrote:

(#2229)

Scratch137 wrote:

(#2228)
I've opened a pull request to update to Emoji 16.0. All the hard work is done; all that's left now is to merge the changes and rebuild the website from source.

mybearworld wrote:

(#2227)
Could the website maybe not use Twemoji for emoji that are not created yet? It adds a lot of images the site has to load, which makes it pretty much unusably slow to load the actual emojis I want to use for me.
Perhaps a toggle to show/hide missing emoji would help with this. Non-existent emoji are hidden by default, and won't load unless you enable them manually.
That's awesome! Although, what happened to switching over to google noto emojis?
I have a working prototype on my GitHub, but I wasn't sure we had reached a clear consensus about whether to switch or not.
Even if we were to switch, it wouldn't solve the problem of having to load hundreds of external images. We'd still need a toggle to fix that.

RobotChickens wrote:

(#2229)

lolecksdeehaha wrote:

(#1826)
I could easily write a function to transform the codepoints.
I might also be able to do it depending on stuff.
My prototype has a function like this implemented, although I'm not 100% sure that it works in all situations.

The issue is that a lot of emojis have a trailing U+FE0F to indicate that the emoji should be displayed in colour. Forumoji drops these for most emojis that have them, but not all of them, so it's difficult to write a function that will correctly translate every codepoint to a Noto asset.

As far as I know, all of the emojis for which this would be problematic have already been contributed, so a placeholder isn't needed anyway.

Last edited by Scratch137 (Jan. 5, 2025 06:28:41)

co0lcr34t10ns
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

fork and knife with plate U+1F37D
64lu
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Scratch137 wrote:


64lu wrote:

(#2218)

64lu wrote:

graghh… if youre gonna bump this topic at least make some new emojis

rock (U+1FAA8):

also some of notwaits emojis on the website use cubeupload, someone might wanna fix that (specifically the ones merged in)
WHAT my rock never got added fix this immediately pls
an injustice of the highest order!! just added it to the waitlist sorry for missing it lol
thank you! fans of rocks everywhere will appreciate this

64lu wrote:

(#2218)
also can someone who can code please add the search bar back to the site it's such a pain to scroll through all of the emojis manually
totally agree, it's been quite annoying trying to find certain emojis on the list because the unicode categories are different from most implementations. did you know that the hourglass emojis are in the “travel and places” section??

i can try and play around with adding a search feature to the list—no promises, i have very little idea what i'm doing, but i do want to at least try
edit: ok maybe never mind, i have absolutely no clue what i'm looking at here. my knowledge of typescript and react is nearly nonexistent and i don't understand the source code well enough to start making changes to it
someone who can code add search bar back and my life is yours!!!!!!
Scratch137
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

64lu wrote:

(#2232)
someone who can code add search bar back and my life is yours!!!!!!
ok… well… i sorta figured something out?

forumoji has a list of hidden emojis—that is, emojis that should never appear in the list.
when the list is loading, the website checks if an emoji's codepoint is in the blacklist, and if it is, the “hidden” flag is set for that emoji, meaning it won't appear.

if i change the code to force the “hidden” flag for any emoji with a keyword containing a specific string, the list will display only emojis with matching keywords—and, as a bonus, it will also automatically hide categories that don't return anything.

i still have to make sure this method is actually viable (i.e. not too inefficient), and then there's the matter of trying to create a UI for it, but this is promising!

Last edited by Scratch137 (Feb. 4, 2025 05:02:22)

7salad3salad
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Scratch137 wrote:

64lu wrote:

(#2232)
someone who can code add search bar back and my life is yours!!!!!!
ok… well… i sorta figured something out?

forumoji has a list of hidden emojis—that is, emojis that should never appear in the list.
when the list is loading, the website checks if an emoji's codepoint is in the blacklist, and if it is, the “hidden” flag is set for that emoji, meaning it won't appear.

if i change the code to force the “hidden” flag for any emoji with a keyword containing a specific string, the list will display only emojis with matching keywords—and, as a bonus, it will also automatically hide categories that don't return anything.

i still have to make sure this method is actually viable (i.e. not too inefficient), and then there's the matter of trying to create a UI for it, but this is promising!
that would be very interesting
23mConnor
Scratcher
50 posts

Forumoji: Forum-style unicode emojis!

U+1FAB4 ,my granny likes gardening.
gplb2718
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

23mConnor wrote:

U+1FAB4 ,my granny likes gardening.
do you have an image? if not, i could make one for you
jmdzti_0-0
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

bellhop bell (U+1F6CE):
MagentaDude1359
Scratcher
100+ posts

Forumoji: Forum-style unicode emojis!

I made some cool emojis for this
notwait
Scratcher
100+ posts

Forumoji: Forum-style unicode emojis!

MagentaDude1359 wrote:

I made some cool emojis for this
Some of these were already made, but the forumoji website is currently outdated
There's a list of emojis to be added at https://github.com/cocoelacanth/fmji-waitlist
mali3000
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

could someone give me the cat emoji? the website is blocked on my school computer

Powered by DjangoBB