pp icon indicating copy to clipboard operation
pp copied to clipboard

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...

Results 24 pp issues
Sort by recently updated
recently updated
newest added

Better support of PlantUML diagrams in PDF. Here https://github.com/vasil-sd/plantuml-pdf-math is locates plantuml.jar augmented with libraries for PDF generation and Math typesetting.

I am using a bash script here, thoug hit might make more sense to use Haskell for this, if it has a nice portable way to get this kind of...

since it takes quite some time to build `pp` from scratch, would it be possible to create a homebrew formula for macos? thanks!

Using pp 2.14.1 (linux x86_64, ghc 8.6) inside Pandoc 2.11.0.2, with the following code: ``` !uml(evaluacion.svg)() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :expresión; while (¿es posible reducir?) is (sí) :aplicar una reducción; endwhile (no) :forma...

I am looking to integrate network diagrams in our technical documentation using `nwdiag` from http://blockdiag.com/ and it would make a really good candidate for `pp` integrated support. As `pp` integrates...

enhancement

Ditaa now has support for outputting svgs ``` --svg Write a SVG image as destination file. ``` https://github.com/stathissideris/ditaa Could we make this the default for processing ditaa or perhaps is...

enhancement

A while ago I wrote [yamlp](https://bitbucket.org/djarvis/yamlp/src/master/README.md), a YAML preprocessor that performs string variable interpolation. The app was written because Pandoc does not have a way to perform variable interpolation itself....

Hi. I'm creating this issue to help others that may bump into it; if you're seeing an error like this while running `make`: user@computer:~/Downloads/software/pp$ make #### building /home/user/Downloads/software/pp/.stack-work/install/x86_64-linux-tinfo6/18e13df6d3bccebcfbf9bc1e46977a3e869318bf24e6ee56053e6276655b2c37/8.6.5/bin/pp stack build...

This could be a partial replacement for #90. If Lua is integrated as [suggested there](https://github.com/CDSoft/pp/issues/90#issuecomment-568295676) all this could of course easi{ly,er} be done in Lua, except that Lua would only...

@CDSoft is embedding Lua something you might consider? Not only because it would be always available but even more because there could be a persistent Lua environment.