[TYPO3-RTE] New RTE extensions?

Tapio Markula tapio.markula at xetpoint.fi
Thu Nov 20 12:21:33 CET 2008


Martin Kutschker kirjoitti:
> Oliver Schröder schrieb:
>> Tapio Markula schrieb:
>>> Oliver Schröder kirjoitti:
>>> that is just a replacement of a simple textarea - there is pmk_textare
>> Thanks - I didn't know this ext.
>>
>>
>> Currently we're thinking about using an editor with a wiki like
>> formatting language.
> 
> Why do prefer a WIKI style over a WYSISWYG editor? IMHO WIKI tags and
> BBcode are just remnants of days when a true JS/DOM/AJAX editor was no
> option because browsers like Safari and Opera didn't have the
> capabilities to run them. Nowadays WIKIs and boards should move away
> from that clumsy stuff. 

If you somebody really want's to use them please join to
http://groups.google.com/group/typo3-tinymce_rte

and propose transformation for those tags - tinyMCE supports bbcode, but 
there is not yet Typo3 transformation for them - endeed you can do that 
yourself with TS just defining


tt_content.text.20 {
     parseFunc {
     short{
     [image]=<img src="
     [/image]=" alt="" title="" />
     }
     }
}

etc. when [image]http:www.foo.com/image.jpg[/image]
will be transformed as
<img src="http:www.foo.com/image.jpg" alt="" title="" />


More information about the TYPO3-project-rte mailing list