(Related to this question.)
I'm looking for a wysiwyg editor, but which outputs mediawiki (or, preferably,tracwiki) syntax instead of html.
I've worked with TinyMCE and CKEditor in the past, but both of them are only built to output html. There is an undergoing project for adding CKEditor to mediawiki, but it's only in alpha, and it's developed as a plugin for mediawiki, not as a standalone editor.
Thanks! P.S. I added this question since my original question asked specifically about TinyMCE and CKEditor, which is something different. H开发者_StackOverflow中文版ope that's alright.
There's a couple of projects, VisualEditor and Parsoid, which together will solve this problem. They are still under active development but you can play with a demo on MediaWiki.org. Both of these projects are free open source software (VisualEditor is under MIT and Parsoid is under GPL).
As far as I know there isn't a lot of stuff outside of the CKEditor -- however, there are a few tools for exporting from MS Word to mediawiki format (although that might create a bigger problem instead of helping).
In any case, there is some more information about this here: http://en.wikipedia.org/wiki/Wikipedia:Tools#Importing_.28converting.29_content_to_Wikipedia_.28MediaWiki.29_format
精彩评论