Alldocs

Convert DokuWiki
to JSON (Pandoc)

Looking for a free text converter? Look no more, upload your DokuWiki markup files and convert them to Pandoc JSON files. Yes, it’s that easy.

Converting from DokuWiki markup

DokuWiki is basically the Mediawiki syntax. And Mediawiki powers Wikipedia, so I think it’s fair to say it’s a widely used format. The DokuWiki system is based on PHP and uses plain text files, instead of a database. With DokuWiki you can structure those text files, e. g. put headlines above a paragraph, add links and so on. If you want to convert those DokuWiki files to another format (to migrate to another system for example) or want to convert your files to DokuWiki files, we got you covered. Upload all your wisdom and we spit out the format you’re looking for, for free.

The files end with .txt by default.

More about DokuWiki markup files

Converting to Pandoc JSON

This free online converter is based on Pandoc, a command-line tool that is capable of converting nearly any text format to any other text format. Under the hood Pandoc converts text formats to an abstract tree. Pandoc uses the abstract tree to generate your desired format. That abstract tree can be stored as JSON, so that’s what we do here. Not sure why anybody would want a JSON file with a Pandoc AST, but probably you just need any JSON (JavaScript object notation) represenation. Try Pandoc JSON, it’s good to parse in any language. Hope that helps! At least it’s free.

The files end with .json by default. More about Pandoc JSON files