mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
e37fb3042d
* Remove checkmark for official plugins * Add author for plugin, which is By Discourse for all discourse and discourse-org github plugins * Link to meta topic instead of github repo * Add experimental flag for plugin metadata and show this as a badge on the plugin list if present --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com> |
||
---|---|---|
.. | ||
assets | ||
config | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
README.md |
discourse-spoiler-alert
https://meta.discourse.org/t/discourse-spoiler-alert/12650/
Spoiler plugin for Discourse highly inspired by the spoiler-alert jQuery plugin.
Usage
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].
Installation
- Add the plugin's repo url to your container's
app.yml
file
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- Rebuild the container
cd /var/discourse
git pull
./launcher rebuild app
License
MIT