discourse/plugins/discourse-details
Maxim Evtush a9928e8a71
Update LICENSE (#31217)
Updated the copyright in the LICENSE file to match with https://github.com/discourse/discourse-plugin-skeleton/blob/main/LICENSE

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-02-27 00:16:59 +01:00
..
assets DEV: Enable and fix more stylelint rules (#31200) 2025-02-05 20:03:56 +01:00
config Update translations (#31470) 2025-02-24 15:11:55 +11:00
spec/components DEV: Drop experimental enable_diffhtml_preview setting (#31306) 2025-02-12 15:58:30 +00:00
test/javascripts DEV: Replace remaining uses of query helper (#30019) 2025-01-22 00:25:03 +01:00
LICENSE Update LICENSE (#31217) 2025-02-27 00:16:59 +01:00
plugin.rb FIX: elided content in email should always have an href 2024-05-22 15:38:18 +02:00
README.md for docs, normalize on space after code fence when specifying lang 2019-01-21 01:19:28 -08: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