8
XKeditor (koivi) is as complex as you want to make it. It is very flexible and you can customize it to your needs. Read the doc's.
One example, how easy it is - News 1.3. Change line 183 in /include/functions.php from
$editor = new XoopsFormWysiwygTextArea($caption, $name, $value, $width, $height, '');
to
$editor = new XoopsFormWysiwygTextArea($caption, $name, $value, $width, $height, '[b]small[/b]');