⏱️ 2 min read

Shortcode Plugin

The Shortcode Plugin provides a powerful syntax for embedding dynamic components using [[ name: args ]].

Syntax

[[ name: arg1, key=val, arg2="quoted value" ]]

Available Shortcodes

Alert

Displays a themed message box.

This is an information
This is a success
This is a warning
This is an error

Button

Renders a themed link button.

my Websitemy other websiteanother website of mine

YouTube

Embeds a responsive YouTube video.

Configuration

Enable in fluid.cfg:

[plugins]
enabled=..., shortcode

Note due to the plugins are active, [] is used instead of the usual double-curly braces ({ }) to avoid parsing.