SeaDve / Delineate

View and edit graphs
GNU General Public License v3.0
34 stars 2 forks source link

Become a generic Diagram as Code App #5

Open PHHENS opened 5 months ago

PHHENS commented 5 months ago

Feature summary Dear Developper,

Thanks for your work on Dagger. It would be nice, if it could become a most generic app supporting several current Diagram as Code Languages : GraphViz, Mermaid, SvgBob, PlantUml ...

Thanks for understanding my very optimistic request ;-)

SeaDve commented 5 months ago

I actually plan supporting Mermaid, not sure yet with the others

PHHENS commented 5 months ago

Dear Dave,

Thanks for your answer, Mermaid support would be a great step forward.

Personnal, I do not use graphviz, but used mostly : 1- svgbob (wonderfull efficient for quick scribbles) 2- PlantUml (a little more complex, but more customisable that mermaid) 3- Mermaid

I am very excited to check Mermaid support. Thanks

Le dim. 28 janv. 2024 à 15:55:20 -08:00:00, Dave Patrick Caberto @.***> a écrit :

I actually plan supporting Mermaid, not sure yet with the others

— Reply to this email directly, view it on GitHub https://github.com/SeaDve/dagger/issues/5#issuecomment-1913766256, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2HQZCLE6BQBGG5QTFKNW3YQ3QORAVCNFSM6AAAAABCOCTP3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTG43DMMRVGY. You are receiving this because you authored the thread.Message ID: @.***>

PHHENS commented 3 months ago

Dear Dave, Take a look at this : https://mbarkhau.github.io/asciigrid/ I think you'll be seduced and give some ideas for delineate ... ;-)

PHHENS commented 1 month ago

Dear Dave,

Manuel, who developed asciigrid, is asking if you plan to allow support a grid based editor : https://github.com/mbarkhau/asciigrid/issues/4 This could help I to add svgbob support to Delineate. Can you help him ?

Thanks

PHHENS commented 1 week ago

Dear Dave, I did not have any rust knowledge, but I just recently discovered cargo and crates.io. I think I pointed something which seems allow to add svgbob support easily : there is a svgbob crates.io package which seems to have a basic svgbob rendering function... https://crates.io/crates/svgbob Could this help you ? Thanks