====== BBCode Plugin ====== ---- plugin ---- description: Makes the use of BBcode syntax possible. author : Dokufreaks (previous authors: Gina Häußge, Michael Klier, Luis Machuca Bezzaza, Esther Brunner) email : freaks@dokuwiki.org type : syntax lastupdate : 2017-01-23 compatible : Lemming, Anteater, Rincewind, Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons, Hrun, Detritus, Elenor of Tsort, Frusterick Manners, Greebo, Hogfather depends : conflicts : similar : tags : formatting, markup_language downloadurl: https://github.com/dokufreaks/plugin-bbcode/archive/master.zip sourcerepo: https://github.com/dokufreaks/plugin-bbcode bugtracker: https://github.com/dokufreaks/plugin-bbcode/issues demourl : http://ryan.gulix.cl/tests.doku/current_/doku.php/bbcode ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Description ===== This plugin provides support for [[wp>BBCode]] syntax within [[:DokuWiki]]. BBCode is popular among discussion forums like phpBB or vBulletin. The BBCode plugin supports almost all of the phpBB implementation of BBCode. Of course, DokuWiki's [[:wiki:syntax]] is much more powerful and is more intuitive to read and write, but nevertheless, you might want to switch content from a forum to your wiki or make it easy for users coming from forums to start contributing. ===== Syntax ===== Basic Formatting: [b]bold text[/b] [i]italic text[/i] [u]underline[/u] [s]deleted[/s] [m]monospace[/m] [c]small-caps[/c] Code and Quoting: [code]X11_color_names]]. To learn more about the supported text size and color formats, you can check [[http://ryan.gulix.cl/tests.doku/current_/doku.php/bbcode|the Demo page for the BBCode Testing Branch]] (courtesy of [[user>ryan.chappelle|Luis Machuca Bezzaza]]). ===== Known Issues ===== * Images within a link aren't supported. Use DokuWiki's syntax ''%%[[http://www.some.url|{{http://www.some.url/logo.png}}]]%%''. * Only some of the supported formats map to the [[plugin:odt|ODT Plugin]], namely the basic format ones, %%[url]/[email]%%, %%[quote]%% and color (partially). All of the others may render without extra formatting when exporting to an ODT document. ==== New Management ==== I'd like to announce my intentions of maintaining this plugin starting Jan 2011, after Chi's (let's hops temporary) exit of the DokuWiki development world. As a starting point a new demo page as well as screenshots and localization strings will be developed in for the next release, which will bring few if any behavioural modifications. Later on I will work to improve compatibility with alternate renderers, in particular [[plugin:odt]]. //[[http://www.freelists.org/post/dokuwiki/Chis-Legacy,4|More Info [dokuwiki] ]]// -- --- [[user>ryan.chappelle]] //2010/12/18 19:35// ==== Testing ==== **Update ''2017-01-22''**: the updates described below have been long since merged into the official branch, plus now the small-caps mode which somehow eluded me (despite being right there in my testing branch for a //whole year//). There is also a new live demo site (check the top of this page for the link). **Update ''2011-05-25''**: there's a new development branch for the BBCode plugin, at ''[[https://github.com/lmachucab/plugin-bbcode/tree/bbcode-testing|bbcode-testing]]''. Changes and new developments are being tested before being pulled to upstream, as I am still quite fuzze in this Git stuff. You can visit the demo page and grab a working copy, but waiting for upstream pulls is **very** recommended. Changes in the latest ''bbcode-testing'' builds include: * Basic color support in the ODT renderer for colornames and %%#colortuples%%. * A new syntax mode for smallcaps which can be invoked with %%[c]Some Smallcaps Text[/c]%%. * Others... ===== Changes ===== {{rss>https://github.com/dokufreaks/plugin-bbcode/commits/master.atom date}}