Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@heyheni Yeah least of all evils. Still feels clunky though compared to something like Miro — which in turn is fucking trash for being proprietary, non-portable, online only.
-
hjk10157313yStill like lucidchart best. Although you can export it to whatever you like the lock-in is tight. Complete with a subscription model and all.
To be fair I don't think that SVG is not good enough to store the data needed for the tool to work. Would be awesome if a standard would be drawn up like ODF for documents or OBJ/STL for models but than for charts and diagrams.
Unfortunately like 3D modelling tools I'm afraid that every tool is going to keep it's own format for their own "special" feature set. Even if we get a nice standard for interchange. -
hjk10157313y@iiii plant is nice. Didn't know it but recognise the diagrams. Seen quite a few made by it
-
CptFox16193yI like mermaid :)
Tikz can also be a good option.
I recently felt like making a bigass specing tool, I have free time again now after all... Still, probably a bit too ambitious and I might end up dropping it '^' -
@heyheni Just fired it up, and have to say, draw.io/diagrams.net feels better than last time I tried it. Some more sensible user friendly options for styling/theming for example.
Thanks for nudging me to give it another try. -
vane112843yUse mermaid-js, write diagrams like markdown, they have also online editor that embeds diagrams inside url as base64 encoded code
-
@hypervtechnics Neat, although I feel like it would work better as a CLI tool instead of an online thing. That way, you could use it offline & integrate it into documentation/build tooling.
-
dder23233y@iiii @hjk101
@everybodyelse
I’d like to push plantuml
I didn’t know I’d during my 10years of CS stuff…
You write text files, check them in into git, and run planuml in it. Out comes ascii, pdf, svg, tex, png.
It has support for class-, ER-, swim lanes -, state-, activity-, component-, json-, timing, network-, wbs-, gantt-, mindmap-diagrams.
Plunge for CI groovy, ant, doxygen, even bloody word 2007 ;)
Themes, custom styling, editor syntax files, auto layouting…
Call me a fanboy but I was missing a tool like that for my entire career until now.
https://plantuml.com/
(Mobile version sux, but the documentation pdf is awesome!) -
@dder There's some great stuff in there. Didn't like the lack of theming before, great to see there's options now, have to try that out.
-
qwwerty11433yanother one as i just saw a colleague to use https://excalidraw.com/
Ain't exactly diagrams or for technical documentation and the outcome can look a bit goofy, which might look more friendly on trainings, workshops, etc....
Related Rants
Every single diagramming tool.
All the SaaS ones are either way too limited in function, or proprietary vendor-locked.
All the FOSS/desktop ones have a 90s UX experience.
I really want to make a great, comfortable-to-use diagramming tool which just directly uses SVG as the file format, but without the "FUCK IT DOESNT ALIGN CORRECTLY AND WHY IS THIS ARROW BEHIND THE REST" experience...
But I know deep down that it's hard work, and I'll probably get stuck delivering the gazillionth lackluster, bugged diagramming app.
rant
wk268