Looking for something simple that allows me to wire together a number of nodes and drag the nodes around and reroute the wires w/o using a connection. Not a mind map, a graph. Much like a circuit bd design package?
Anything out there that doesn’t take 4 hours to learn, doesn’t force one to use a Mind Map or some such scheme, doesn’t cost money? The packages I’ve browsed through, by the time I’m done with setup, watching YT vids, figuring out their underlying ideas, … I’d done with a pencil before then. The math packages all seem to work from a table of node descriptions which is not what I need.
I’m trying to avoid having to invest too much in learning another software package. I have three pounds of gray meat and box of colored pencils that are more than up to the job, but they are a bit lazy.
Draw.io is probably the simplest point-and-click tool (out of the ones I mentioned). Dia works offline. Inkscape is more complex but can be used for more complex output.
erDiagram
CUSTOMER }|..|{ DELIVERY-ADDRESS : has
CUSTOMER ||--o{ ORDER : places
CUSTOMER ||--o{ INVOICE : "liable for"
DELIVERY-ADDRESS ||--o{ ORDER : receives
INVOICE ||--|{ ORDER : covers
ORDER ||--|{ ORDER-ITEM : includes
PRODUCT-CATEGORY ||--|{ PRODUCT : contains
PRODUCT ||--o{ ORDER-ITEM : "ordered in"
stateDiagram-v2
State1: The state with a note
note right of State1
Important information! You can write
notes.
end note
State1 --> State2
note left of State2 : This is the note to the left.
Mermaid also supports mindmaps and timelines, but they aren’t working yet. I think I just need to get the version updated.