Lists
ToastWrite supports bullet lists, ordered lists, and GFM task lists with nesting.
Bullet list
- First item
- Second item
- Nested item
- Another nested item
- Third item
You can also use * or + as markers.
Ordered list
1. First step
2. Second step
1. Sub step
2. Another sub step
3. Third step
Task list (GFM)
- [x] Completed task
- [ ] Open task
- [ ] Parent task
- [x] Nested completed task
- [ ] Nested open task
Use [x] or [X] for checked items and [ ] for unchecked.
Toolbar
| List type | Toolbar | Shortcut |
|---|---|---|
| Bullet | Bullet list | Mod-Shift-8 |
| Ordered | Ordered list | Mod-Shift-7 |
| Task | Task list | — |
Editing behavior
- Press Enter on an empty list item to exit the list.
- Press Tab / Shift-Tab to indent or outdent list items.
- Task list checkboxes can be toggled in the preview where supported.
Tips
- Nested lists require consistent indentation (typically four spaces or one tab per level).
- Ordered list numbers do not need to be sequential; the renderer normalizes them.