BBComposer has been build to be extensible. You can add new languages or new sidebars according to your needs. This section lists those extensions and explains how to create your own sidebar or language support. Don't forget you've to download BBComposer first !
DegradX:
To create text and background color ranges easily. Click on the link to
download this extension. Then, to show the sidebar, select DegradX on
the tool bar options menu. Have fun with it !
KGen: It's a keyword generator that allows you to get every words of a page and sort them by their importance on her. It can be used without BBComposer but allows you to get words of the selected BBComposer elements. To activate KGen, select View>Sidebar>Keyword Generator
.
Clipart Gallery (béta)
: This extension is a clipart library in which you can search for an illustration for your contents. To use her, you only have to open its sidebar and drag n' drop the image you want into the WYSIWYG editor. Searches does not always match good results, please consider this is a beta version.
FlickR Comments : Allows you to edit your comments on FlickR. A cool feature is the resize of images.
HTML language support: To accelerate the xhtml/xbbcode rich edition progression, we intentionally didn't include the HTML support to the native version. This is a way to get it.
Spip Typo (béta) :
This extension is a support for Spip typographic shortcuts that is actually under beta-testing.
Skywyg, Skyblogs language support: Skyblog is a popular blog community in France for who we created a support for it's specific bbcode-like language.
Let's BBComposer enters your CMS! You don't want to change the language to another one supported by the BBComposer? That's not a problem! Let's explain how to create an extension language for BBComposer.
BBComposer is an extension for Firefox. He's write in XUL and Javascript (well known by web developers). To create a new language, you only have to know Javascript. Some XUL knowledges will be a plus. A BBComposer extension is, first, a Firefox extension, so, it'll be exactly the same organization than for an extension. To learn more about the Firefox extensions, read this.
But it's not necessary to know that because a new language creation consist in 5 main steps :
Edition>Replacefor quickness. The extension language model language code is html4.
Your extension is now ready ! To get some examples of conversion functions, you can see the BBComposer conversion functions.
Maybe that the sidebar buttons aren't sufficient for your CMS ? It's not a problem. You can also create sidebars like DegradX or the included CSS sidebar.
You'll need some knowledge in XUL to do that. I cannot explain you all the process to do it, that's not the goal of this site. You can learn XUL with XULPlanet an excellent website.
One thing you have to know is that you'll have to choice an id for your sidebar. A function named (you_extension_id)_display() must be created. It will automatically be call on each events that refresh the BBComposer status (click, keypress, keydown, keyup, drag, drop etc...). By example, with DegradX, this function retrieves the color ranges of the selected area and display it in the sidebar.
New BBComposer translations are available with the help of Babelzilla translators. If the BBComposer is not yet translated in your language, maybe you would contribute to its translation.
If you need help, you can find me in the Firefox channel of mozilla.org under the MaximumHeight nickname. Contact me if you want me to create a link to your BBComposer extensions here.