An open API service indexing awesome lists of open source software.

https://github.com/ngthucdotcom/sequencediagram

SequenceDiagram template
https://github.com/ngthucdotcom/sequencediagram

Last synced: 5 months ago
JSON representation

SequenceDiagram template

Awesome Lists containing this project

README

          

# SequenceDiagram
SequenceDiagram template for [SequenceDiagram.org](https://sequencediagram.org/)

## Template
```shell
title This is a title

Alice->Bob:Click and drag to create a request or\ntype it in the source area to the left
Alice<--Bob:drag to move
note over Bob,Double click to edit text:Click the **?** icon for **instructions** and **examples**
Bob->(3)Double click to edit text:non-instantaneous message
```

## Template result
![alt text](https://raw.githubusercontent.com/ngthucdotcom/SequenceDiagram/master/sequencediagram.PNG)

## Credit
[SequenceDiagram.org](https://sequencediagram.org/)