yuzutech / kroki

Creates diagrams from textual descriptions!
https://kroki.io
MIT License
2.78k stars 206 forks source link

feature request: new diagram type Schemascii #1442

Open dragoncoder047 opened 1 year ago

dragoncoder047 commented 1 year ago

I tried to use svgbob for my circuit diagrams but it didn't quite work... so I wrote my own program.

Behold, Schemascii:

schemascii

It's written in Python, so integrating it into Kroki would probably get a big head start from the Blockdiag server that could just be mostly copy-pasted and then blockdiag stuff swapped out for Schemascii.

Does this look like it would be a good candidate for Kroki integration?

ggrossetie commented 1 year ago

Hey!

Does this look like it would be a good candidate for Kroki integration?

Yes but for now we are only integrating well-know/established diagram libraries. We are not using strict rules but we are looking at:

Having said that, I'm working on #1423 which will allow to integrate third-party diagram library such as Schemascii into Kroki. Stay tuned 😉