Voltar ao ranking

obsidian-tasks-group/obsidian-tasks

TypeScriptpublish.obsidian.md/tasks/

Task management for the Obsidian knowledge base.

obsidian-pluginobsidian-taskstask-managertask-managementtodo
Crescimento de estrelas
Estrelas
3.9k
Forks
363
Crescimento semanal
Issues
142
1k2k3k
abr. de 2021jan. de 2023out. de 2024jul. de 2026
Artefatosnpmnpm install obsidian-tasks
README

Obsidian Tasks

Task management for the Obsidian knowledge base.

User Guide - Contributing Guide - Roadmap

Track tasks across your entire vault. Query them and mark them as done wherever you want. Supports due dates, recurring tasks (repetition), done dates, sub-set of checklist items, and filtering.

You can toggle the task status in any view or query and it will update the source file.


For changes in each release, please check the releases page: https://github.com/obsidian-tasks-group/obsidian-tasks/releases


Screenshots

  • All screenshots assume the global filter #task which is not set by default (see also installation).
  • The theme is default Obsidian theme.

ACME Tasks The ACME note has some tasks.

Important Project Tasks The Important Project note also has some tasks.

Tasks Queries The Tasks note gathers all tasks from the vault and displays them using queries.

Create or Edit Modal The Tasks: Create or edit command helps you when editing a task.

Installation

Follow the steps below to install Tasks.

  1. Search for "Tasks" in Obsidian's community plugins browser
  2. Enable the plugin in your Obsidian settings (find "Tasks" under "Community plugins").
  3. Check the settings. It makes sense to set the global filter early on (if you want one).
  4. Replace the "Toggle checkbox status" hotkey with "Tasks: Toggle Done".
    • I recommend you remove the original toggle hotkey and set the "Tasks" toggle to Ctrl + Enter (or Cmd + Enter on a mac).

Getting Started

Write some tasks

Create a few tasks in a Markdown note in your vault. For example:

- [ ] Something non-important, with no date
- [ ] Remember to do that important thing - with a due date 📅 2022-12-17
- [ ] Send Kate a birthday card - with a scheduled date 🔁 every January on the 4th ⏳ 2023-01-04

Find out more in Getting Started, and its sub-sections.

And then write a Tasks search block somewhere in your Obsidian vault, to find the tasks that are interesting.

Here is an example that shows a few different features. View it in Reading or Live Preview modes to see the results.

```tasks
# Only tasks that are not done, that is, which begin like this (but without the quotes):
#   '- [ ] ' or
#   '* [ ] ' or
#   '1. [ ] '
# Indented tasks are supported, but only single-line tasks.
not done

# Tasks due today or earlier:
due before tomorrow

# Restrict to at most 100 tasks.
# If you ask Tasks to display many hundreds or thousands of tasks,
# Obsidian's editing performance really slows down.
limit 100

# Group and sort the output:
group by filename
sort by due reverse
sort by description

# Optionally, ask Tasks to explain how it interpreted this query:
explain
```

Find out more in Queries, and its sub-sections.

Documentation

For user documentation, please check https://publish.obsidian.md/tasks/.

Development

Clone the repository, run yarn to install the dependencies, and run yarn dev to compile the plugin and watch file changes.

Then see the Contributing Guide.

Donations

The plugin is completely free to use, and very willingly developed and supported by Clare Macrae since May 2022.

If you have particularly been helped by the Tasks plugin and wish to support it, please see the following link.

Donations will go towards my computing costs and licenses for development tools that I use for productivity.

Thank you 🙏.

Repositórios relacionados
YishenTu/claudian

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

TypeScriptnpmMIT Licenseclaude-codeobsidian
14.2k913
Vinzent03/obsidian-git

Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md

TypeScriptnpmMIT Licenseobsidian-mdobsidian-plugin
11.6k602
AgriciDaniel/claude-obsidian

Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.

PythonPyPIMIT Licenseclaude-codeobsidian
agricidaniel.com/blog/claude-obsidian-ai-second-brain
9.8k1.1k
blacksmithgu/obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.

TypeScriptnpmMIT Licenseobsidian-mdobsidian-plugin
blacksmithgu.github.io/obsidian-dataview/
9.2k545
logancyang/obsidian-copilot

THE Copilot in Obsidian

TypeScriptnpmGNU Affero General Public License v3.0chatgptcopilot
obsidiancopilot.com
7.4k695
brianpetro/obsidian-smart-connections

Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

JavaScriptnpmOtherchatgptembeddings
smartconnections.app
5.3k330
SilentVoid13/Templater

A template plugin for obsidian

TypeScriptnpmGNU Affero General Public License v3.0obsidian-mdobsidian-plugin
silentvoid13.github.io/Templater
5.2k321
obsidian-community/obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.

TypeScriptnpmGNU General Public License v3.0obsidian-mdobsidian-plugin
publish.obsidian.md/kanban/
4.4k432
obsidianmd/obsidian-sample-plugin

Template for Obsidian community plugins with build configuration and development best practices.

TypeScriptnpmBSD Zero Clause Licenseobsidianobsidian-md
docs.obsidian.md
4.4k1.7k
eugeniughelbur/obsidian-second-brain

Cross-CLI skill for Obsidian: turn your vault into a living AI-first second brain across Claude Code, Codex, Gemini, OpenCode, Antigravity, Hermes, and Pi. 45 commands - self-rewriting notes, hybrid semantic search, key-less web research, /obsidian-architect codebase docs, and scheduled agents that maintain the vault while you sleep.

PythonPyPIMIT Licenseai-agentsclaude-code
theaioperator.io
3.5k421
mgmeyers/obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.

TypeScriptnpmGNU General Public License v3.0obsidian-mdobsidian-plugin
publish.obsidian.md/kanban/
3.5k210
ivan-lednev/obsidian-day-planner

An Obsidian plugin for day planning with a clean UI and a simple task format

TypeScriptnpmMIT Licenseobsidian-plugin
2.7k541