Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: new diagram type Schemascii #1442

Open
dragoncoder047 opened this issue Feb 2, 2023 · 1 comment
Open

feature request: new diagram type Schemascii #1442

dragoncoder047 opened this issue Feb 2, 2023 · 1 comment
Labels
💡 proposal 🐍 python Related to Python code

Comments

@dragoncoder047
Copy link

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
Copy link
Member

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:

  • Popularity
    • Thumbs up on issue
    • mentions/requests on Twitter/GitHub...
    • GitHub star number
  • Maintenance
    • First commit date and last commit date
    • Release frequency
    • Community/contributors
  • Documentation
  • ...

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

@ggrossetie ggrossetie added 🐍 python Related to Python code 💡 proposal labels Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 proposal 🐍 python Related to Python code
Projects
None yet
Development

No branches or pull requests

2 participants