kvid
kvid
Thank you for this new use case. There is no current feature supporting this, but I have created a simple Python script `tsv2yaml.py` that might help you: ```py #!/usr/bin/env python3...
A minor variation of my Python script above that format the designator prefix differently, and also include the prefix as designator in entries without any other designator: ```py #!/usr/bin/env python3...
@develroo wrote: > So I am new to Wireviz and have nor actually used it yet, but as an Electronic's buff I find the fact that connectors , cables and...
> > Maybe they mean something like this? Like a cross-section? > > Yes that was kinda what I was thinking of only obviously an ellipse would be more helpful...
> @kvid @Tyler-Ward > > I am open for suggestions as to how to extract the assigned BOM ID for cables and connectors (after deduplication etc.) and inserting it into...
I'm a bit busy these days, and are not able to contribute as often as I want. > Here are some new discoveries that might fix the above mentioned problem...
The different approaches each have their advantages and disadvantages: - When specifying an output location different from the input, all image files need to have absolute paths or optionally a...
> > A major drawback with resolving all image paths to the absolute path, is that the output file contents will depend on the absolute path that normally differ between...
I'm sorry about this late answer. I agree with the suggested way of implementing separate `.gv` files. It seems like a reasonable approach. A similar approach could also be used...
Have you tried cloning the [`dev`](https://github.com/formatc1702/WireViz/tree/dev) branch? Please take a look at [`tutorial08.yml`](https://github.com/formatc1702/WireViz/blob/dev/tutorial/tutorial08.yml) and run it through WireWiz to see if that demonstrates what you request. The functionality was merged...