-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request