-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Diagram support
SuenagaRyota edited this page Nov 7, 2017
·
4 revisions
You can use plantuml
, flowchart
or Sequence
as a diagram describing tool.
@startuml
actor actor
agent agent
artifact artifact
boundary boundary
card card
cloud cloud
component component
control control
database database
entity entity
file file
folder folder
frame frame
interface interface
node node
package package
queue queue
stack stack
rectangle rectangle
storage storage
usecase usecase
@enduml
See: http://plantuml.com
Please remove back slashes \ before `
\`\`\`flowchart
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
\`\`\`
\`\`\`sequence
Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow
\`\`\`
https://github.com/BoostIO/Boostnote/issues/771#issuecomment-322023940
Guide
- English: Getting Started
UI
Theme
Syncing & Collaboration
Usage
Integrations
For developers
Others
Communication with us