Import from Markdown
Import tasks from Markdown files that use checkbox lists.
Supported Format
Section titled “Supported Format”Openza Tasks recognizes this common Markdown checkbox format:
- [ ] Open task (will be imported as active)- [x] Completed task (will be imported as done)What Gets Imported
Section titled “What Gets Imported”- Task title - The text after the checkbox
- Completion status - Based on
[ ](open) or[x](completed) - Project - Imported tasks are placed in Inbox for review
Import Methods
Section titled “Import Methods”Import File
Section titled “Import File”- Click Import in the command bar
- Select a
.md,.markdown, or.txtfile - Openza Tasks imports detected checkboxes into Inbox
Duplicate Detection
Section titled “Duplicate Detection”Tasks does not automatically detect duplicates. Review imported tasks and delete anything you do not need.
Large files
Section titled “Large files”A single line can contain up to 10,000 characters. UTF-8 text files work best.
Examples
Section titled “Examples”Simple Task List
Section titled “Simple Task List”- [ ] Buy milk- [ ] Call dentist- [x] Pay billsMixed Content (Only Checkboxes Imported)
Section titled “Mixed Content (Only Checkboxes Imported)”# Shopping List
## Groceries- [ ] Eggs- [ ] Bread- [x] Butter
## NotesThis is just a note and won't be imported.Only the items with - [ ] or - [x] prefix are imported as tasks.
Use Cases
Section titled “Use Cases”From Meeting Notes
Section titled “From Meeting Notes”Copy action items from meeting notes directly into Openza Tasks.
From Other Apps
Section titled “From Other Apps”Export tasks from another tool as markdown, then import here.
Quick Entry
Section titled “Quick Entry”Write tasks in your favorite text editor, then import in bulk.