Spoiler plugin for Discourse highly inspired by the spoiler-alert jQuery plugin.
In your posts, surround text or images with [spoiler] ... [/spoiler].
For example:
I watched the murder mystery on TV last night. [spoiler]The butler did it[/spoiler].
- Check out the project from github
- Copy the
discourse-spoiler-alertfolder to yourpluginsdirectory inside Discourse. - In development mode, run
rake assets:clean - In production, recompile your assets:
rake assets:precompile
MIT