alexthewilde / obsidian-tasks-extended

Extend the Obsidian Tasks Plugin with useful functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple plugin that extends the Obsidian Tasks Plugin with some useful functionalities.

Installation

  1. Download this plugin and place it under [path to your vault]/.obsidian/plugins/
  2. cd [path to your vault]/.obsidian/plugins/obsidian-tasks-extended
  3. Run npm i to install its dependencies
  4. Enable the "Tasks Extended" plugin in Obsidian Settings
  5. Restart Obsidian

Do Today Button

Adds a "DO TODAY" button next to a task and sets its scheduled date to today. If scheduled date is already set to today, then the button will display "NOT TODAY" and reset the date.

How to use

Simply create a tasks view containing show do today button. Example:

```tasks
show do today button
```

This will produce something like this

image

About

Extend the Obsidian Tasks Plugin with useful functionalities


Languages

Language:JavaScript 45.0%Language:TypeScript 40.9%Language:CSS 14.1%