discourse/plugins/discourse-details
2026-03-20 00:39:52 +01:00
..
assets UX: keep rich editor details open but serialize as closed (#38369) 2026-03-11 10:52:07 -03:00
config I18N: Update translations (#37917) 2026-02-25 09:42:49 -05:00
spec DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
test/javascripts UX: keep rich editor details open but serialize as closed (#38369) 2026-03-11 10:52:07 -03:00
LICENSE Update LICENSE (#31217) 2025-02-27 00:16:59 +01:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb UX: show all preinstalled plugins and label them as such (#33681) 2025-07-17 15:11:52 -04:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

discourse-details

HTML 5.1 <details> polyfill for Discourse.

NOTE: Does not work on IE9, but we don't support IE9 as of Jan 1 2016.

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].

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-details.git as the plugin command.

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

License

MIT