flarumite/simple-spoilers

BBCode spoilers (with custom title support) with pure HTML and CSS.

Installs: 1 220

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 0

Open Issues: 0

Language:Less

Type:flarum-extension

1.0.0 2021-05-29 17:51 UTC

This package is auto-updated.

Last update: 2024-04-29 04:39:48 UTC


README

MIT License Latest Stable Version Total Downloads Donate

  • HTML5 only spoilers - no JS needed!
  • Works with FriendsOfFlarum/nightmode
  • Integrates with standard Flarum BBCode
  • Supports all modern browsers (96.26% of web traffic)

A Flarum extension. Adds simple spoilers to your forum. Uses pure HTML and CSS with absolutely no JavaScript.

Supports FriendsOfFlarum's Night Mode.

Browser support

As this extension uses the <details> and <summary> elements, this extension is compatible with all modern browsers with 96.26% support for web traffic.

68747470733a2f2f63616e697573652e626974736f66636f2e64652f696d6167652f64657461696c732e706e67

Installation

Install with composer:

composer require flarumite/simple-spoilers:"*"

To update:

composer update flarumite/simple-spoilers
php flarum cache:clear

Usage

Spoilers are available in two versions: normal and customised title. The normal spoilers use the values in the locale file as titles (button text), whereas the customised title version allows users to add their own title to replace the localised versions.

Normal spoiler

Click to show

[spoiler]
Some content
[/spoiler]

Spoiler with custom title

Click to show

[spoiler title=My cool title]
Some content
[/spoiler]

Spoiler-ception!

Putting spoilers inside spoilers even works!

Click to show

[spoiler]
test
[spoiler]
embedded
[spoiler]
embedded
[spoiler]
embedded
[/spoiler]
[/spoiler]
[/spoiler]
[/spoiler]

Links