kvid

Results 393 comments of kvid

Hi @DeflateAwning, Please link to the documentation, example or tutorial you have read, but find unclear, and preferably cite the unclear parts or terms. Since you mention the _connection_ term,...

@DeflateAwning wrote: > The "Connection sets" linked above in the `syntax.md` is not very clear and does not stand on its own well. What are pins? Can you use names...

See the suggested PR #379 that could be one possible future way to obtain this. With the current version (or actually v0.3 or above), you can try adding something like...

Interesting idea. Have you considered a preprocessing script that generates the different variant values and calls WireViz for each variant? If you use `*` instead of `&` where using a...

The current version of WireViz might not have solutions for all your needs, but to support multiple break-out points along your bundle, please see my suggested [work-around](https://github.com/wireviz/WireViz/issues/270#issuecomment-1029535877) where this can...

See the [syntax doc](https://github.com/wireviz/WireViz/blob/master/docs/syntax.md) for a description of all currently implemented YAML input syntax and execute "wireviz --help" to see what command line arguments are currently supported.

Custom naming (including their order) of connector pins is supported by the `pins` attribute of a connector. A cable or bundle has wires, not pins. Unfortunately, there is currently no...

I suggest you copy one of the standard HTML templates, modify it according to your needs, and store it with a unique name either in the templates folder (if you...

Note that when you add an image to the HTML template that is stored as a separate image file, then you also must ensure that this separate image file (or...

I don't think option 2 is possible because WireViz uses Graphviz for the rendering job, and Graphviz only supports local image files. I believe I read in an old Graphviz...