getkirby-v2 / plugins

Kirby plugins from getkirby.com. Extensions, fields and widgets
230 stars 5 forks source link

Kirby Shortcode #551

Open jenstornell opened 6 years ago

jenstornell commented 6 years ago

Github: https://github.com/jenstornell/kirby-shortcode

Kirby Shortcode is a powerful alternative to kirbytags, but it's more similar to WordPress Shortcode API.

Kirbytags Shortcode
Self closing Yes Yes
Closing - Yes
Nesting - Yes
Any HTML - Yes
Access to $field Yes Yes
Access to $page Yes Yes

Example

[hello]

Some text.

[greetings firstname="Peter" lastname="Parker"]
    [hello] This is a tag inside a tag.
    Kirby *markdown* can be used inside a tag.
    Html can be <strong>used as well</strong>!
    Even kirbytags like (email: hello@example.com) works.
[/greetings]

Some more text.

[field-data]