We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Quick Labels are in this format:
Quick Labels
bom: foo: '500ohm': "x": 1: "aaa" 2: "bbb"
Labels are supposed to be strings. However they should also support objects, like for "Cable definition" purposes:
bom: Dsub_9_vertical: '': "rs232": 2: 'tx': connect-to: "Omron.RX(3)" 3: 'rx': connect-to: "Omron.TX(2)" 5: 'gnd': connect-to: "Omron.Gnd(9)" # no connection 1: 'nc' 4: 'nc' 6: 'nc' 7: 'nc' 8: 'nc' 9: 'nc'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
Quick Labels
are in this format:Labels are supposed to be strings. However they should also support objects, like for "Cable definition" purposes:
The text was updated successfully, but these errors were encountered: