The MFM rainbow effect (and probably others) doesn't work properly #101
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#101
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
$[rainbow TEXT]
doesn't work. The only way I got it to work was if I did[$[rainbow TEXT]]()
.I'm pretty sure this issue may be affection other effects, but I haven't found them out yet.
that's a limitation of the rainbow MFM. since the text color (set by the theme) is likely to be grayscale, it isn't affected by hue changes. this is the same in misskey.
you will see that if you
$[rainbow :emoji:]
that emoji will in fact change colorSorry for the late reply.
I should have stated that I'm on the stable branch, not develop, I know it's an important detail.
And you're right, the rainbow effect does show on emojis. However, I changed themes a few times and the rainbow still didn't show on words unless I made it a link.
Another effect that I know doesn't render is
bounce
. I haven't found a way to force it to render yet.as i said, the rainbow doesn't change text because it deals with the hue of the element, and the saturation of text is usually 0 so you don't see the change. see attached example
I see now, I appreciate you clarifying things for me. ^^
The issue can be closed.
yeah it's a bit confusing, but t'is how it is
thanks for understanding~