Alldocs

Convert JSON (Pandoc)
to Slidy

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to Slidy HTML and JavaScript slide show files. Yes, it’s that easy.

Converting from 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

Converting to Slidy HTML and JavaScript slide show

Slidy is a Web-based slideshow created by the W3C, so it doesn’t get more official. The output is accessible and can be viewed with every web browser. Pretty cool, huh? It’s nothing for people that like their presentations styled though. Yes, you can add a little bit CSS. But come on, if you want a beautiful slideshow, I don’t think that’s the easiest way to go. If you want to invest literally no time, then it’s probably a good solution. You can use a Markdown file that contains your notes and generate a slideshow from it. Just put a few dashes between the sections to have multiple slides. Easy as that.

The files end with .html by default. More about Slidy HTML and JavaScript slide show files