mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #5017] FR: add ```spoiler tags for educational purposes kinda like flaschards #13829
Reference in New Issue
Block a user
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?
Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5017
Describe the solution you'd like


In Signal messenger you can use spoiler tags to temporarily hide an information:
After clicking:
I think this would be really neat in the chat to allow for educational back and forth conversation for example.
It would take the form of interpreting ' '''spoilers ` tags, just like '''markdown or '''mermaid is interpreted.
Describe alternatives you've considered
Maybe this could be done via pipelines and actions, but maybe not as pretty and not multiple spoiler in a single message?