discourse/plugins/spoiler-alert
Jarek Radosz e9356c2ec9
DEV: Fix "no-empty" lint (#24588)
2023-11-28 10:55:02 +01:00
..
assets DEV: Fix "no-empty" lint (#24588) 2023-11-28 10:55:02 +01:00
config Update translations (#24177) 2023-11-07 21:31:20 +01:00
spec
test/javascripts Fix spoiler-alert imports (#24066) 2023-10-23 15:14:58 -06:00
README.md
plugin.rb FEATURE: Admin plugin list redesign (#24363) 2023-11-21 09:37:11 +10:00

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