Martin Rieder
6a5b51f303
Revert commit about 'scale and fixedsize`
...
Co-authored-by: kvid <kvid@users.noreply.github.com>
2024-07-13 20:08:56 +02:00
Martin Rieder
a6504fd6c9
Correct indentation and <...> brackets
2024-07-13 20:08:56 +02:00
Martin Rieder
f5e4c061c1
Add color coding letters to syntax.md
2024-07-13 20:08:56 +02:00
Martin Rieder
7da3554b76
Write some clarification for syntax.md
2024-07-13 20:08:56 +02:00
Martin Rieder
c7d643bf29
Image syntax description missing scale and fixedsize
2024-07-13 20:08:56 +02:00
Daniel Rojas
088c6038c7
Add documentation on template separator character
2024-07-05 18:16:34 +02:00
KV
177eb9e387
Add link from syntax.md to HTML output templates ( #371 )
2024-07-05 18:23:11 +02:00
Jeremy Ruhland (hatchery)
df4a4188ba
Add unpopulated option to additional components qty multiplier
2024-04-16 13:46:46 +02:00
Daniel Rojas
2ad2222036
Update syntax description
2024-04-16 10:16:57 +02:00
Daniel Rojas
50ea7f5771
Fix duplicates in syntax.md after rebase
2021-10-13 21:45:22 +02:00
Daniel Rojas
9ccd55ef93
Update syntax description (autogeneration, arrows)
...
Moved metadata and options info further down, so that the core functionality (connectors, cables, connection sets) comes first.
2021-10-13 21:39:11 +02:00
Daniel Rojas
255569aec5
Add syntax documentation for cable length units
...
and reword `shield` explanation
2021-10-05 18:29:51 +02:00
Daniel Rojas
869ad6b8be
Rearrange syntax description
...
Move metadata and options info further down, so that the core functionality (connectors, cables, connection sets) comes first.
2021-10-05 18:15:25 +02:00
KV
c34946183e
Support specifying hex colors for any color attributes
2021-09-28 19:14:28 +02:00
KV
b3fdd48a83
Support specifying hex colors where no color name is needed
...
This was requested by designer2k2 in #219 for bgcolor usage.
It has also been discussed in #135 .
The input validation is more detailed to help the user identifying
and locating invalid values. The wire color padding is now done on
the output to cover different input alternatives.
2021-09-28 19:14:28 +02:00
KV
166ab2fdf1
Support bgcolor of additional components
...
Maybe not needed that much, but mainly for consistency, to support
bgcolor in all dataclasses that represent boxes in the diagram.
2021-09-28 19:14:28 +02:00
KV
324508a8ee
Support image.bgcolor to enable adapting to image colors
2021-09-28 19:14:28 +02:00
KV
45d7d03fe0
Support both bgcolor and bgcolor_title attributes
...
Solves #210 completely by supporting bgcolor of both the node title
and the whole node independently using separate attributes.
2021-09-28 19:14:28 +02:00
KV
dbccb77b08
Add bgcolor attribute to connectors and cables
...
This solves the #210 suggestion to render the title row of
the graph nodes with this bgcolor.
2021-09-28 19:14:28 +02:00
Daniel Rojas
a3eefe6659
Implement suppliers and supplier part numbers ( #241 )
...
Co-authored-by: kvid <kvid@users.noreply.github.com>
2021-09-14 19:29:59 +02:00
kvid
db05514469
Add optional tweaking of the .gv output ( #215 )
...
Co-authored-by: Daniel Rojas <github@danielrojas.net>
2021-09-14 19:20:51 +02:00
kvid
92354e6852
Add basic options and metadata ( #214 )
2021-08-25 19:46:37 +02:00
Daniel Rojas
cbc30b7323
Update changelog and syntax documentation
2021-03-23 11:53:02 +01:00
Tyler Ward
e85ee5d285
Allow addittional BOM items within components ( #115 )
2020-10-22 17:53:33 +02:00
Daniel Rojas
6db1fcf0fe
Improve documentation
...
- Create `docs/` directory
- Add syntax description (`syntax.md`)
- Track changes since first release (`CHANGELOG.md`)
- Expand contribution guidelines (`CONTRIBUTING.md`)
- Improve main readme (`README.md`)
- Add documentation for build script (`buildscript.md`)
2020-10-16 23:13:56 +02:00