Javascript-edit-inplace-holders that work with Wiki sources

I would like to dynamically parse textual wiki content. I found JsWiki , but it's in beta form and looks like no community even for developers). Any other?

+1


source to share


3 answers


It depends on what you mean by wiki content. There are many wiki frameworks as there are many formats for wiki text. If you're looking for something that parses mediawiki content, like wikipedia, there's a good list of parsers here . Some of them are Javascript based and I have had good experience with one of them, InstaView .



Perhaps you are just looking for a form of simple markup, in which case you can try using a library like ShowDown .

+2


source


You can use Ra-Ajax InPlaceEdit for things like this if you are on ASP.NET. It doesn't have automated inline wiki parsing, but it allows you to compile any control you want, including LinkButtons and Literals, which you can create with the HTML you want ...



+2


source


There is another beautiful Javascript based wiki editor (only). I just liked the idea itself. Check out TiddlyWiki

0


source







All Articles