1

I'd like to dynamicly parse in text wiki-content. I found JsWiki but its in beta form, and looks like with no community even developers). Any other?

Igor Golodnitsky
  • 4,456
  • 7
  • 44
  • 67

3 Answers3

2

You could use the Ra-Ajax InPlaceEdit for such things if you're on ASP.NET. It doesn't have automated built in wiki parsing, but it allows for adding up any control you wish including LinkButtons and Literals which you can then build up with the HTML you want yourself...

Thomas Hansen
  • 5,523
  • 1
  • 23
  • 28
2

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

It may be that you're just looking for a form of simple markup, in which case you could try using a library like ShowDown instead.

mahemoff
  • 44,526
  • 36
  • 160
  • 222
  • InstaView is now available [on GitHub](https://github.com/cscott/instaview) and [on npm](https://npmjs.org/package/instaview). – hippietrail Mar 05 '13 at 04:19
0

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

Anand Rockzz
  • 6,072
  • 5
  • 64
  • 71