Skip to content

Checkbox Syntax

Sidvy turns markdown checkboxes into trackable todos that sync across your notes.

Create a checkbox by starting a line with [ ]:

- [ ] Unchecked todo
- [x] Completed todo
- [x] Also completed (capital X works too)

Type [ ] at the start of a line. The space after the brackets is required.

Simply click the checkbox to toggle between checked and unchecked.

SyntaxStateAppearance
- [ ]UncheckedEmpty box
- [x]CheckedBox with checkmark

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

If you want checkboxes in a note but don’t want them in the Todos view:

  1. Open the note
  2. Click the note settings (…)
  3. Toggle off Disable Todos

The checkboxes still work, but they won’t appear in the Todos view.

// Good - clear action
- [ ] Email Alice about project timeline
// Less good - vague
- [ ] Project stuff
// Good
- [ ] Review PR #123
- [ ] Update documentation
// Less good
- [ ] Review PR and update docs

Include enough context that you’ll understand the todo later:

// Good
- [ ] Call dentist to reschedule Thursday appointment
// Less good
- [ ] Call dentist