rename drawio-style-reference.md to style-reference.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gaudenz Alder
2026-04-03 08:06:48 +02:00
parent e0631c42be
commit 079768d7a0
3 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
Notes:
- Style strings (e.g. "rounded=1;whiteSpace=wrap;html=1;") are typed as
xs:string. The style syntax is documented separately in
drawio-style-reference.md.
style-reference.md.
- mxCell is intentionally generic: vertex/edge/connectable determine the role.
- The first two mxCell elements in root are structural: id="0" (root container)
and id="1" (default layer). All diagram elements must reference these.
@@ -23,7 +23,7 @@
- mxGeometry child elements (mxPoint, Array, mxRectangle) may appear in
any order. The schema uses xs:choice to reflect this flexibility.
Companion document: drawio-style-reference.md
Companion document: style-reference.md
-->
<!-- ================================================================== -->
@@ -286,7 +286,7 @@
Style string format: semicolon-separated key=value pairs.
Shape name can appear as first token without key (e.g. "ellipse;...").
Example: "rounded=1;whiteSpace=wrap;html=1;fillColor=#DAE8FC;"
See drawio-style-reference.md for complete style documentation.
See style-reference.md for complete style documentation.
</xs:documentation>
</xs:annotation>
<xs:sequence>
@@ -322,7 +322,7 @@
Format: "[shapeName;]key1=value1;key2=value2;..."
Example vertex: "rounded=1;whiteSpace=wrap;html=1;fillColor=#DAE8FC;"
Example edge: "edgeStyle=orthogonalEdgeStyle;endArrow=classic;html=1;"
See drawio-style-reference.md for all properties and values.
See style-reference.md for all properties and values.
</xs:documentation>
</xs:annotation>
</xs:attribute>
+1 -1
View File
@@ -241,7 +241,7 @@ When generating diagrams, you generally do not need to specify dark-mode colors
## Style reference
Complete style reference (all shape types, style properties, color palettes, HTML labels, and more): https://github.com/jgraph/drawio-mcp/blob/main/shared/drawio-style-reference.md
Complete style reference (all shape types, style properties, color palettes, HTML labels, and more): https://github.com/jgraph/drawio-mcp/blob/main/shared/style-reference.md
XML Schema (XSD): https://github.com/jgraph/drawio-mcp/blob/main/shared/mxfile.xsd