-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[bug] \n Displayed in Cable Notes #86
Comments
Thanks for the heads up. I can't look at the issue in detail now, but I can offer solution that (IMHO) is more elegant than using connectors:
P1:
type: Socket housing
subtype: |
Molex SL
50579406
pinout: [VDD, SWCLK, GND, SWDIO, NRST, SWO]
notes: "Terminal: 16020086 or equiv."
P2:
type: Pin header
subtype: |
Adam Tech
BHR-20-VUA
or Equiv.
pinout: [VCC, VCC (optional), TRST, GND, TDI, GND, DIO/TMS, GND, DCK/TCK, GND, RTCK, GND, SWO/TDO, GND, NRST, GND, NC, GND, NC, GND]
notes: |
Solder wires to pins,
heat shrink individually
cables:
W1:
gauge: 24 AWG
length: 0.2
wirecount: 6
category: bundle
colors: [RD, GY, BK, GY, GY, GY]
notes: |
Stranded,
Heat shrink bundle 2 plcs
connections:
-
- P1: [1, 2, 3, 4, 5, 6]
- W1: [1, 2, 3, 4, 5, 6]
- P2: [1, 9, 4, 7, 15, 13] I will still keep this open, but I'm unsure whether converting |
Looking at the I can confirm that, putting the cable's |
WireViz does not interprete the |
When testing the better approach with multi-line strings in YAML, I became aware of a minor inconsistency about horizontal alignment that I raised as the new issue #90 |
Thanks for the feedback on yaml, I wasn't aware of that! I'll switch to using the standard multiline input on this diagram. |
Adding a
\n
escaped character works to insert a line break in:notes:
entitiestype:
andsubtype:
entitiesBut the
\n
escaped character is printed in cablenotes:
entities:Source for above:
The text was updated successfully, but these errors were encountered: