landing
# Welcome to jott.live!
Simple note [creation](https://jott.live/edit/markdown/).
Source and documentation can be found [here](https://github.com/bwasti/jott).
### Editing
- Side by side markdown editor [/edit/markdown/landing](https://jott.live/edit/markdown/landing)
- Simple raw text editor [/edit/note/landing](https://jott.live/edit/note/landing)
- Command line
```bash
$ curl https://jott.live/raw/note/note_script > jott && chmod +x jott
$ echo "note contents" | jott landing <secret password> # try a different name
$ jott landing
```
### Rendering
- Markdown [/markdown/landing](https://jott.live/markdown/landing)
- Simple text [/note/landing](https://jott.live/note/landing)
- Raw text [/raw/landing](https://jott.live/raw/landing)
- Syntax highlighted [/code/landing](https://jott.live/code/landing)