WackoWiki / wackowiki

WackoWiki is a light and handy Wiki-engine.
https://wackowiki.org
BSD 3-Clause "New" or "Revised" License
42 stars 10 forks source link

WackoWiki markup outside of WackoWiki #2

Closed tobimensch closed 1 year ago

tobimensch commented 4 years ago

The WackoWiki markup makes sense to me.

Is it supported anywhere outside of WackoWiki itself?

vendeeglobe commented 4 years ago

The WackoWiki markup is around since 2003 and there are a few other applications using the WackoWiki markup. Are you looking for implementations other than PHP or do you want implement the WackoWiki syntax in your application?

https://wackowiki.org/doc/Dev/Projects/WackoFormatter

tobimensch commented 4 years ago

Yes, I'm looking for implementations other than PHP.

vendeeglobe commented 4 years ago

On GitHub two other formatters are tagged with wackowiki, if you search further you find probably more. The question is what you are looking exactly for. The most straight forward approach may be using an existing formatter/lexer and extend it for the use of the WackoWiki markup.