Skip to content

Support pikchr diagrams #56

@bugsbugsbux

Description

@bugsbugsbux

Please support pikchr diagrams!

You can install pikchr by downloading the .c file from https://pikchr.org/home/file/pikchr.c?ci=trunk (always gives latest version) and compiling it with gcc -DPIKCHR_SHELL -o pikchr pikchr.c -lm.

Example script:

arrow right 200% "Markdown" "Source"
box rad 10px "Markdown" "Formatter" "(markdown.c)" fit
arrow right 200% "HTML+SVG" "Output"
arrow <-> down 70% from last box.s
box same "Pikchr" "Formatter" "(pikchr.c)" fit

compile like so: ./pikchr --svg-only file.pik >file.svg or cat file.pik | ./pikchr --svg-only - > file.svg

You can find more examples at https://pikchr.org/home/doc/trunk/doc/examples.md.

kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions