Re: How to extract PlainText from JSPWiki syntax

2020-11-25 Thread Juan Pablo Santos Rodríguez
+ Emanuele, thought you were subscribed to user@jspwiki.a.o best regards, juan pablo El lun., 23 nov. 2020 22:41, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> escribió: > Hi Emanuele, > > I'm afraid to say that the WikiEngine is very needed: JSPWiki syntax not > only covers direct

Re: How to extract PlainText from JSPWiki syntax

2020-11-23 Thread Juan Pablo Santos Rodríguez
Hi Emanuele, I'm afraid to say that the WikiEngine is very needed: JSPWiki syntax not only covers direct to html syntax (i.e., * translating to an html list), but also variable resolution, plugin execution,authorization.. There are also filters which, not being present in the syntax, modify the ht

Fwd: How to extract PlainText from JSPWiki syntax

2020-11-23 Thread Emanuele Pecchioli
Hello everybody, we have to convert a String containing JSPWiki syntax into Plain Text. We would like to do this conversion without having installed the JSPWiki application. Is there any way to do it? Any available library? We found some very useful classes in *jspwiki-main* jar on maven central