Foren / Cotonti / Core Labs / Archive / Easier textboxer

Trustmaster
#61 4. August 2008, 06:32
Since Seditio v125 (and Seditio-N 0.0.1) all parser functions are now pluggable. So we don't need to hack everything into the core, but implement various parsers/editors as plugins. I suggest these combinations:

1. Modified Textboxer as default editor, bbcode parser v2 as default parser and interface to manage bbcodes. Textboxer is lightweight and easy. I suggest using parser_v2 because PCRE is much faster than eregi.
2. Spaw2 as WYSIWYG HTML editor (there is documentation available on how to integrate and extend it, and spaw2 plugin too) and a new safe HTML-parser which will pass safe HTML only.
3. TinyMCE (several plugins available) and HTML-filter.
4. Hoteditor would be great because it's the only editor to provide state-of-art bbcode/WYSIWYG interoperation, but it has 2 major "buts": 1) it is commercial, 2) hard to extend.
May the Source be with you!