5

Client side rendering is useful when we want to use wiki like syntax. Unfortunately I have not found any library which gives wiki syntax rendering in GWT client side.

Does anyone knows such an API/library?

jamesh
  • 19,863
  • 14
  • 56
  • 96
takacsot
  • 1,727
  • 2
  • 19
  • 30

3 Answers3

2

Also quite nice: http://code.google.com/p/gwtwiki/

ostolop
  • 36
  • 2
1

Sounds like you want a Javascript wiki rendering API. There are a couple Mediawiki (Wikipedia syntax) ones listed at http://www.mediawiki.org/wiki/Alternative_parsers.

There are also some Java-based wiki markup parsers; you could simply parse the wiki markup on the server side. Here are some examples:

Googling might turn up parsers for other wiki syntaxes, though Mediawiki seems to be pretty well-known.

Brian Clapper
  • 25,705
  • 7
  • 65
  • 65
1

One of the XWiki developers writes in his blog, that they've developed a GWT based Wiki editor:

axelclk
  • 950
  • 9
  • 28