Hi,
A project I'm working on requires the use of a wiki platform, but also requires HTML to be stored in the database instead of wiki markup. I know that the MediaWiki+CKEditor extension isn't available yet, but I'm not sure that would do exactly what I needed anyway (since it would produce wiki markup). I'm thinking that the best way to go is to actually replace the default MediaWiki editor with CKEditor and then disallow MediaWiki from parsing the code before it is saved.
Does anyone know how to replace the default editor with CKEditor?
Do I need to write a MediaWiki extension to bypass the parsing functions?
Thanks!
A project I'm working on requires the use of a wiki platform, but also requires HTML to be stored in the database instead of wiki markup. I know that the MediaWiki+CKEditor extension isn't available yet, but I'm not sure that would do exactly what I needed anyway (since it would produce wiki markup). I'm thinking that the best way to go is to actually replace the default MediaWiki editor with CKEditor and then disallow MediaWiki from parsing the code before it is saved.
Does anyone know how to replace the default editor with CKEditor?
Do I need to write a MediaWiki extension to bypass the parsing functions?
Thanks!