kvid
kvid
Do you perhaps want a layout similar to [Tutorial 7](https://github.com/formatc1702/WireViz/tree/master/tutorial#07---daisy-chaining-ii) with all connectors along the left and right sides with zig-zag cables daisy-chained between them? If so, choose alternating sides...
My suggestion above would look something like this:  The main difference from the original source file is the order of elements within some of the connections. I replaced the...
1. The left or right exit port is determined by the order of connection entries: For each wire spline between two connection entries, it goes from the right side of...
Please elaborate. I suggest you supply a simple example with input and output that is possible in the current version. Then explain what differences in such an output you suggest,...
Thank you for reporting this unclear error message. When you report something about what happens when running WireWiz, it will be much easier for others to reproduce the same state...
Yes, this has been discussed earlier as well, e.g. in https://github.com/formatc1702/WireViz/issues/135#issuecomment-671061938, and the on-going PR #251 probably includes new methods for specifying colors. You can take a preliminary look at...
Thank you for your effort, but please also try including your library using the existing [command line option](https://github.com/formatc1702/WireViz/tree/master/docs#command-line-options) `--prepend-file`. Does that solve your issue? If not, please describe use cases...
> Hmm I'm going to re-open this because the `--prepend-file` leaves something to be desired. Ideally you would be able to keep common connector and cable definitions in a separate...
AFAIK, this is by design. Attributes common to all wires are listed above all wires (except `image`, and `notes` below all wires), and attributes specified for each wire are listed...
> This sounds extremely useful, but will require some rewriting of the input checking logic, since so far it has been a strict CABLE-CONNECTOR-CABLE-CONNECTOR-.... sequence. I have suggested a possible...