Tasks Eye

by Grzegorz Gajos
5
4
3
2
1
Score: 51/100

Description

Obsidian Tasks Eye

Reviews

No reviews yet.

Stats

0
stars
200
downloads
0
forks
39
days
28
days
38
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
92
commits

Latest Version

a month ago

Changelog

Public release 11.0.0.

README file from

Github

Tasks Eye

Tasks Eye is an Obsidian plugin that helps you track what to do next across your notes. Instead of a giant list of tasks, Tasks Eye treats your notes as projects or work items, and surfaces the next actionable task for each one.

Your Markdown notes and Obsidian Tasks checkboxes remain the source of truth.

Core Features

Tasks Eye gives you three main views to manage your work:

  • Focus: Shows tasks due today or overdue. This is your daily dashboard for tasks that need immediate attention.
  • Open: Shows all your active notes and their next tasks grouped by due date, helping you plan ahead.
  • Inbox: Highlights notes that are missing metadata (e.g. not in a context folder, missing a due date, or having no unchecked tasks) so you can fix them.

How it works

  1. Create or move a note: Put an ordinary Markdown note in your configured Tasks Eye notes folder, inside a context folder (e.g., Tasks/Work/ or Tasks/Private/).
  2. Add a task to the note using the Obsidian Tasks format with a scheduled or due date:
# Renew passport

- [ ] Find the required documents 📅 2026-08-03
- [ ] Take a compliant photo
- [ ] Submit the application
  1. Tasks Eye will automatically surface the first unchecked dated task from that note in your Focus or Open views, depending on the date.

Requirements

Tasks Eye requires Obsidian 1.13.4 or newer and the Tasks community plugin.

Documentation and Workflows

For full feature documentation, commands, and optional workflow guides (such as using Tasks Eye for GTD), visit the Tasks Eye Documentation.

Network use

Public-holiday support optionally connects to the Nager.Date API to request its supported country list and, after you select a country, nationwide holiday dates for the relevant years. Tasks Eye does not send note or vault content. Downloaded holiday data is cached locally in the plugin settings.