Extensible BBCode
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
This is a BBCode parser for Drupal that can be extended with custom tag macros. If you install it on your Drupal site, it will create a text format named "BBCode" that generates HTML out of text markup such as this:
This is [b]bold[/b] and [url=http://drupal.org/]this is a link[/url].
Features:
- Uses the Twig template engine (also used by Drupal's own theme layer), allowing you to write powerful custom tag templates without any PHP.
- Fully extensible with custom modules via a Plugin API, when Twig is not enough.
- Provides a collection of standard markup tags out of the box.
This project is mirrored on Github at https://github.com/cburschka/xbbcode.
Drupal 7 support
The only actively maintained branch is 8.x-3.x.
The Drupal 7 version still accepts patches, but is otherwise minimally supported and will fix only major and security-relevant bugs.
