Comment on Feature Request: Can we have CWs/Spoiler Warnings?
sj_zero@lotide.fbxl.net 3 years agoOn other platforms, the text is blacked out until it is clicked on then it is displayed, same with images.
Not sure how you'd do it in pure html, perhaps get rid of the offending content with a link that says "click to show hidden content" that would bring you to a new page with the spoiler/content warned content visible?
realcaseyrollins 3 years ago
You could probably do it in CSS, I think that's how Reddit handles it, in comments anyways.
You could probably use query strings to determine if the hidden content should be shown or not? The link would trigger a reload of the page with a different quest string
sj_zero@lotide.fbxl.net 3 years ago
The details tag in html allows you to hide text until it's clicked on, and it already works in lotide.
realcaseyrollins 3 years ago
Ah interesting!