Skip to content

Commit 0070a24

Browse files
authored
Create plantuml note
1 parent 8fbe319 commit 0070a24

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

plantuml.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Using Plant UML for creating diagrams
2+
3+
Online Plant UML Server: http://www.plantuml.com/
4+
5+
## Documentation
6+
7+
* Reference Guide: http://plantuml.com/guide
8+
* Language Spec: https://plantuml.com/sitemap-language-specification
9+
* Sequence Diagram: https://plantuml.com/sequence-diagram
10+
11+
## Help with Layout
12+
13+
The layouts can go a bit mad with Graphviz so may require a few helpful techniques to tame them.
14+
15+
* set direction of lines with `-u-` (up), `-d-` (down), `-l-` (left), `-r-` (right)
16+
* hidden lines to create hidden connections between items: `-[hidden]-`
17+
* grouping nodes by wrapping them with `together {}`
18+
* setting some connectors to be longer by adding more dashes: `---->>`
19+
20+
### Links
21+
22+
* https://github.com/mattjhayes/PlantUML-Examples/blob/master/docs/Layout-Techniques/other_layout_tricks.md

0 commit comments

Comments
 (0)