This is a BBCode parser for Drupal that can be extended with custom tag macros. 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:

- Provides a collection of standard markup tags out of the box.
- 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.

Drupal 7 support

The Drupal 7 version still accepts patches, but is minimally supported and will fix only major and security-relevant bugs.

Project information

Releases

6.0.0 Stable release covered by the Drupal Security Team released 16 December 2024
Works with Drupal: ^10.3 || ^11

The first release of XBBCode for D10.3+

Install:

Development version: 6.0.x-dev updated 16 Dec 2024 at 08:19 UTC