Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 486 Bytes

plantuml

A plugin for drawing plantuml.

Install

To render anything other than sequence diagrams, you need to install graphviz.

ipm install --production naokinkfj/inkdrop-plantuml-plugin
brew install graphviz

Usage

```puml
autonumber
Bob -> Alice : Authentication Request
Bob <- Alice : Authentication Response
```

```plantuml
autonumber
Bob -> Alice : Authentication Request
Bob <- Alice : Authentication Response
```