Releases: mittelmark/pantcl
pantcl 0.10.0
Pantcl document converter
The pantcl document converter can be used as standalone to convert Markdown code to HTML documentation evaluating embedded programming code in languages like Bash, R, Python, Tcl, Octave and others and diagram tools like GraphViz, PlantUML and others or music scores etc. The application can be used as well as filter for the pandoc document processor. supporting in this case many more input and output formats.
Installation
Just install the Tcl interpreter and download one of the prebuild Tcl applications either pantcl.bin (Filter and standalone mode - using --no-pandoc option - is possible) or pantcl.mbin (only usable as standalone application, without the need to specify --no-pandoc). Make the bin-files executable using the chmod command and copy them to a folder belonging to your PATH. You can rename them as well to "pantcl" without the bin extension.
Usage
As filter:
pandoc input-file --filter pantcl -o output
As standalone application:
pantcl input-file output-file --no-pandoc
The --no-pandoc option can be omitted if you use the mbin-binary.
For more information consult the Github project page: https://github.com/mittelmark/pantcl
pantcl 0.9.11
- Version with support for Markdown, LaTeX and ReStructuredText as input files if used as a filter.
- Default for the code evaluation now set to false.
- New examples for Lua, Rust and Vlang in filter-cmd
Unzip the file pantcl-0.9.11.zip, optionally rename pantcl.bin
to pantcl
, make the file executable and move it to your PATH.
For Windows you should use pantcl.exe, which contains a complete Tcl interpreter and all required libraries.
For more information on how to use look at the documentation.