-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This plugin was originally created, together with his own plugin-in system for Mantis, by Vincent Debout.
Original plugin can be found here http://deboutv.free.fr/mantis/plugin.php?plugin=BBCode
However Vincent had no more time to maintain this plugin and it become incompatible with newer versions of Mantis (I don't know from which version exactly).
I adapted this plugin so it is directly compatible with new Mantis plugin system.
It has same functionality as original plugin except WYSIWYG Editor. So list of all features is:
- Support the following tags: [b], [center], [code], [color], [email], [hr], [i], [img], [justify], [left], [list], [right], [s], [size], [sub], [sup], [u] and [url].
- Support code highlight: PHP, C, C++...
- BBCode Editor
For code highlight is used GeSHi library http://qbnz.com/highlighter/ using version 1.0.8.10.
So it is possible to use following syntax: [code=php] echo ('hello'); [/code]
It is supporting 201 languages. More info can be found directly on GeSHi project pages.
This plugin will add simple BBCode editor to every text area on page.
Plugin is not yet fully tested so please let me know if you find any bug or in case of any comments.