144
State of Voyager for Lemmy, 2025 edition
(vger.social)
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
๐
OH yeah, I did make a tweak to that recently so emojis are smaller.
btw, I noticed that they are small on db0 instance but don't look right on remote instances - e.g. https://vger.social/post/11849459
I think this is because the markdown needs the "emoji blah" class name - e.g.
(notice the "emoji facepalm" - prefix by word "emoji" make it small on remote instances I think)
Yes I know the markdown text denotes them as emoji, but lemmy by default doesn't add "emoji" to all its custom emoji. Just the emoji shortname. I think the solution tesseract has is to display them at emoji size of they have "emoji" in that text, , or if it matches one of the custom emoji shortdodes. But I'm guessing the later in not possible in remote instances. Hmm, I can adjust my scripts to always add "emoji" there as well, but by default the lemmy ui doesn't add it.
Edit Actually nevermind it seems it's just tesseract not adding it. I'll open and bug report for them![emoji adhd ADHD: A lightning butterfly in orangered color](https://lemmy.dbzer0.com/pictrs/image/70598e26-8dd5-4d2c-8b8c-28e6a157c05f.webp)
Mystery solved!