https://github.com/ngthucdotcom/sequencediagram
SequenceDiagram template
https://github.com/ngthucdotcom/sequencediagram
Last synced: 5 months ago
JSON representation
SequenceDiagram template
- Host: GitHub
- URL: https://github.com/ngthucdotcom/sequencediagram
- Owner: ngthucdotcom
- License: mit
- Created: 2021-05-24T04:44:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T04:48:26.000Z (about 5 years ago)
- Last Synced: 2025-06-10T03:45:02.969Z (about 1 year ago)
- Homepage: https://ngthucdotcom.github.io/SequenceDiagram/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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