mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:39:43 +08:00
| .. | ||
| assets | ||
| config | ||
| spec | ||
| test/javascripts | ||
| LICENSE | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
discourse-details
Adds collapsible [details] sections to posts in Discourse.
The plugin registers the [details] BBCode tag, a composer toolbar button and
rich editor support, and handles rendering these sections in emails and
excerpts. It renders to the native HTML <details>/<summary> elements.
Usage
In your posts, surround text with [details=your summary] ... [/details].
For example:
I watched the murder mystery on TV last night. [details=Who did it?]The butler did it[/details].
Issues
If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.
License
MIT