discourse/plugins/discourse-details
Discourse Translator Bot 9d8044a2ee
FEATURE: Add Uyghur language (#27183)
Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
2024-05-27 09:58:18 +02:00
..
assets DEV: Single admin plugin page for consistent admin plugin UX (#26024) 2024-03-13 13:15:12 +10:00
config FEATURE: Add Uyghur language (#27183) 2024-05-27 09:58:18 +02:00
spec FIX: elided content in email should always have an href 2024-05-22 15:38:18 +02:00
test/javascripts DEV: remove markdown-it-bundle and custom build code (#23859) 2023-11-06 16:59:49 +00:00
LICENSE add discourse-details plugin 2015-11-30 11:32:01 +01:00
README.md for docs, normalize on space after code fence when specifying lang 2019-01-21 01:19:28 -08:00
plugin.rb FIX: elided content in email should always have an href 2024-05-22 15:38:18 +02:00

README.md

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