Checkbox Syntax
Sidvy turns markdown checkboxes into trackable todos that sync across your notes.
Basic Syntax
Section titled “Basic Syntax”Create a checkbox by starting a line with [ ]:
- [ ] Unchecked todo- [x] Completed todo- [x] Also completed (capital X works too)Creating Checkboxes
Section titled “Creating Checkboxes”Typing
Section titled “Typing”Type [ ] at the start of a line. The space after the brackets is required.
Toggling Checkboxes
Section titled “Toggling Checkboxes”Simply click the checkbox to toggle between checked and unchecked.
Checkbox States
Section titled “Checkbox States”| Syntax | State | Appearance |
|---|---|---|
- [ ] | Unchecked | Empty box |
- [x] | Checked | Box with checkmark |
Checkboxes and Todos
Section titled “Checkboxes and Todos”Every checkbox in your notes automatically appears in the Todos view. This means:
- You can see all todos across all notes in one place
- Toggling a todo in the Todos view updates the note
- Toggling in the note updates the Todos view
- Everything syncs in real-time
Disabling Todo Tracking
Section titled “Disabling Todo Tracking”If you want checkboxes in a note but don’t want them in the Todos view:
- Open the note
- Click the note settings (…)
- Toggle off Disable Todos
The checkboxes still work, but they won’t appear in the Todos view.
Best Practices
Section titled “Best Practices”Keep Todos Actionable
Section titled “Keep Todos Actionable”// Good - clear action
- [ ] Email Alice about project timeline
// Less good - vague
- [ ] Project stuffOne Task Per Checkbox
Section titled “One Task Per Checkbox”// Good
- [ ] Review PR #123- [ ] Update documentation
// Less good
- [ ] Review PR and update docsUse Context
Section titled “Use Context”Include enough context that you’ll understand the todo later:
// Good
- [ ] Call dentist to reschedule Thursday appointment
// Less good
- [ ] Call dentist