it seems better for wasteof to just not allow triggering things?

I mean, for example, stuff like:

tw blood ||today i fell off my bike and i bled a lot||

do you guys like the part where gru says (spoiler) “||ur mom||” in [insert movie name here]?

@jeffalo add pls

yea spoiler tags would be interesting. but not easily implementable with the current editor setup

spoiler {
	background-color: black;
	color: black; /* they don't need to be directly black */
	transition: 0.5s;
}

spoiler:hover {
	background-color: transparent;
}

i’m talking about the editor that you see when you try making a post or comment. its using postmirror (abstracted away using tiptap), and so therefore i would need to make a custom extension for spoiler tags, and then implement a way to store these custom spoiler tags as html (which could be different from the rendered results). and then i would need to backport the changes to wasteof2.

i see the usefulness, but it’s a lot easier to just have people not post triggering things.. maybe in the future once wasteof3 is 1:1 compatible with wasteof2.

View all comments