Task List / Checkbox Generator

Create Markdown task lists with checkboxes

- [x] Create project structure
- [x] Set up development environment
- [ ] Write documentation
- [ ] Add unit tests
  • Create project structure
  • Set up development environment
  • Write documentation
  • Add unit tests

Markdown Task List Syntax

Task lists use a special checkbox syntax:

- [ ] Unchecked task
- [x] Checked task

Platform Support

Task lists are supported on GitHub, GitLab, Obsidian, and many other Markdown platforms. They're commonly used for:

  • Issue checklists
  • Pull request requirements
  • Project to-do lists
  • Meeting agendas