[Suggestion] BBCODE Implementation - Spoilers
Posted: Sat Jun 28, 2025 3:56 pm
There is a functionality which would enable users to perhaps reduce the size of longer posts containing code and suchlike under the 'spoiler' tag.
For example, the following BBCODE ...
... would produce a spoiler button showing only the text:
What happens to the hero?
When you tap that button, the text inside the spoiler tag is then shown.
This is mentioned on the bbcode site, here:
https://www.bbcode.org/posting-a-spoile ... bbcode.php
But (ironically) their example doesn't work.
Either way, I think that some version of this would assist ... next time it comes to looking at the forum code.
For example, the following BBCODE ...
Code: Select all
[spoiler=What happens to the hero?]The hero dies at the end![/spoiler]
What happens to the hero?
When you tap that button, the text inside the spoiler tag is then shown.
This is mentioned on the bbcode site, here:
https://www.bbcode.org/posting-a-spoile ... bbcode.php
But (ironically) their example doesn't work.
Either way, I think that some version of this would assist ... next time it comes to looking at the forum code.