Setting Up Obsidian for Tasks, Start to Finish
Most Obsidian guides stop at the graph view. This one walks you from a fresh install to a task list that follows you onto your phone. Five steps, about twenty minutes, and you can stop wherever your needs end.
Where people get stuck
The usual story: you install Obsidian, watch a video about linking notes, and a week later you have forty notes and no idea where your to-dos live. Tasks are just checkboxes in markdown, which sounds simple until you have written them in three different notes and there is no single list. Then you reach for your phone to check what is due and find Obsidian's mobile app is a notes editor, not a task list.
This guide fixes that order. We decide where tasks go before we write any, settle on one format, and only at the end add the layer that makes the list usable away from a keyboard. You do not need any of step 5 to start. You can run steps 1 through 4 with nothing but the free Obsidian app.
The five steps
Step 1
Install Obsidian and make a vault
Download Obsidian from obsidian.md. It is free for personal use on Windows, macOS, Linux, iPhone, and Android, with no account and no sign-up. On first launch it asks you to create a vault, which is just a folder on your disk where your notes live. Pick a real folder you can find later (Documents/Obsidian is fine) and name it something plain. Everything from here lives in that folder as plain text files you own.
If you plan to use your tasks on more than one device, put the vault folder inside iCloud Drive, or plan to use Obsidian Sync. Both move the files; you choose later.
Step 2
Decide where tasks live
This is the decision that saves you from the forty-notes mess. Pick one of two shapes and commit. A single tasks.md file (or a small tasks/ folder split by area: work.md, home.md, errands.md) keeps every open item in one place you can scan. The other shape is the daily-note approach, where tasks get written into the note for the day you think about them and a query pulls them together later. Single-file is the lower-friction start; daily notes fit people who already journal. You can move between them later because it is all just text.
A starter tasks file
## Work - [ ] send the Q3 numbers to Dana 📅 2026-06-24 ## Home - [ ] book the dentist 📅 2026-06-28 ⏫
Step 3
Learn the one line that matters
A task is a markdown checkbox. A line that starts with a hyphen, a space, then square brackets with a space inside is an open task. Change the inner space to an x and it is done. Everything else (date, priority, recurrence) rides on the same line as emoji. You do not memorize them; you learn the four you actually use.
The pieces you will use daily
| Marker | Name | Example |
|---|---|---|
| 📅 | due date | 📅 2026-06-25 |
| ⏫ | high priority | ⏫ (also 🔺 highest, 🔼 medium, 🔽 low, ⏬ lowest) |
| 🔁 | recurrence | 🔁 every month |
| 🛫 | start date | 🛫 2026-06-23 |
- [ ] pay the contractor invoice 📅 2026-06-25 ⏫ 🔁 every month
If you would rather give each task its own note with fields in YAML frontmatter instead of emoji, that is the TaskNotes style. It is slower to capture but holds more context per task. Both are valid; the rest of this guide uses the inline emoji format because it is faster to start with.
Step 4
Add a plugin so the list assembles itself
Right now your tasks sit in whatever notes you wrote them in. To see all of them in one view, you install the Obsidian Tasks plugin. In Obsidian: open Settings, go to Community plugins, click Turn on community plugins, then Browse, search Tasks, Install, and Enable. Now you can drop a query block in any note and it pulls in matching tasks from across the vault, filtered by due date, priority, or tag. The plugin is free and runs on desktop and on the Obsidian mobile app.
A query that shows what is due this week
not done
due before in 7 days
sort by due On desktop this is a complete setup. On your phone it is where the cracks show. The query block renders inside a note, but Obsidian cannot put that list on your home screen, cannot send a reminder before something is due, and cannot let you tick a task off without opening the app and finding the note. That is step 5.
Step 5
Put the list on your phone with TaskForge
TaskForge is a native app for iPhone, iPad, Mac, and Android that reads the exact same vault files you just set up. Point it at your vault folder and every task you wrote in steps 2 through 4 appears, already grouped and sorted, with no migration and no reformatting. Complete a task in TaskForge and the checkbox flips in the file; Obsidian shows it the next time you open it. It reads both the inline emoji format from step 3 and the TaskNotes one-file-per-task format, so whichever you chose carries over.
What it adds that Obsidian cannot do on a phone
- Home screen and lock screen widgets showing your tasks without opening anything
- Due-date notifications that fire even when Obsidian is closed
- Quick capture from Control Center, the Action Button, or Siri, with natural language parsing in 18 languages
- A calendar view and a kanban board, both native and offline
Type "call the dentist tuesday 2-4pm" into quick capture and TaskForge writes a proper task line with the date and time range filled in, back into your vault file.
Nothing about this traps you. The files stay in your vault, in plain markdown, synced however you already sync (iCloud, Obsidian Sync, or any file sync). Stop using TaskForge tomorrow and your tasks are still sitting in Obsidian, exactly as the files describe them.
When you are done
You have a vault, a place tasks live, a format you can write without thinking, a query that gathers them, and a list that reaches your phone. That is a complete personal task system built on files you own. The free Obsidian app and the Tasks plugin cover steps 1 through 4 at no cost. TaskForge is free to download too; widgets, notifications, and kanban are the Premium parts, and every install gets a one-week trial to try them before deciding.
Already know the basics?
If you have Obsidian set up and just want the plugin details, the Obsidian Tasks page covers format compatibility. If you are weighing whether Obsidian is the right home for tasks at all, the Obsidian task manager page argues both sides. This page is the from-scratch walkthrough.
Questions people ask
How do I set up Obsidian for task management?
Five steps. Install the free Obsidian app and create a vault (a folder for your notes). Decide where tasks live, either one tasks.md file or written into daily notes. Write each task as a markdown checkbox like - [ ] book the dentist 📅 2026-06-28, using emoji for due dates and priority. Install the free Obsidian Tasks plugin so a query block can gather tasks from across the vault. Finally, point TaskForge at the same vault to get the list on your phone with widgets and reminders. Steps one through four cost nothing.
Do I need to pay anything to use Obsidian for tasks?
No. Obsidian is free for personal use on every platform, and the Obsidian Tasks plugin is free. That covers writing, organizing, and querying tasks on a desktop. The paid parts only come in if you want cross-device sync (Obsidian Sync, or use iCloud for free) or the mobile widgets, notifications, and kanban that TaskForge's Premium tier adds.
Where should I keep my tasks in an Obsidian vault?
Two common shapes work well. Put everything in a single tasks.md file, or a small tasks/ folder split by area, so the whole list is in one place you can open and scan. Or write tasks into your daily notes and use a Tasks plugin query to pull them together. Single-file is the lower-friction start. Daily notes suit people who already journal. Because it is all plain text, you can switch between the two later without losing anything.
What is the task format in Obsidian?
A task is a markdown checkbox: a line starting with - [ ] is open, and - [x] is done. Metadata rides on the same line as emoji in the Obsidian Tasks format: 📅 for due date, ⏫ 🔼 🔽 for priority, 🔁 for recurrence, 🛫 for start date. For example: - [ ] pay the invoice 📅 2026-06-25 ⏫ 🔁 every month. The TaskNotes plugin is an alternative that uses one note per task with YAML fields instead of inline emoji. TaskForge reads both.
Can I see and complete Obsidian tasks on my phone?
Obsidian's mobile app can open the notes and render a Tasks plugin query, but it cannot put your task list on the home screen, send a reminder before something is due, or let you tick a task off without opening the app first. TaskForge fills those gaps by reading the same vault files: it adds home and lock screen widgets, due-date notifications that fire when Obsidian is closed, and one-tap completion. Completing a task there flips the checkbox in the underlying markdown file.
Do I have to use the Obsidian Tasks plugin?
Not to write tasks. Plain - [ ] checkboxes work in any note with no plugin. You install the Tasks plugin when you want to gather tasks from across the vault into one queried view, and to use the emoji metadata for dates and priorities reliably. If you prefer a note per task with structured fields, TaskNotes is the alternative. TaskForge works with either, and also reads plain checkboxes.
How long does this setup take?
About twenty minutes for the full five steps, and most of that is deciding where you want tasks to live, not technical work. Installing Obsidian and the Tasks plugin is a few minutes each. Writing your first tasks is immediate. Connecting TaskForge is pointing it at the vault folder you already made. You can stop after step four if you only work at a desktop and add the phone layer later.
Finish the setup: get your tasks on your phone.
You have done the hard part in Obsidian. TaskForge is free to download on iPhone, iPad, Mac, and Android, reads your vault as-is, and leaves every file in plain markdown.