TaskTodo

by SunnyYYLin
5
4
3
2
1
Score: 51/100

Description

Reviews

No reviews yet.

Stats

0
stars
106
downloads
0
forks
55
days
55
days
55
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
87
commits

README file from

Github

TaskTodo

TaskTodo is an Obsidian plugin that adds a planning view and a today dashboard on top of TaskLite Core.

TaskTodo demo

Requirements

Features

  • Two built-in task views: In plan and Today
  • Custom tabs and custom columns/groups
  • GUI filters with DQL fallback for advanced queries
  • Drag-and-drop sort order for task groups and tabs
  • Priority color customization
  • Task creation and subtask creation from the view

Installation

From GitHub releases

  1. Open the latest release for this repository.
  2. Download manifest.json, main.js, and styles.css.
  3. Create a folder named tasktodo under .obsidian/plugins/.
  4. Copy the three files into that folder.
  5. Enable TaskTodo in Obsidian community plugins.

Usage

After enabling TaskLite Core and TaskTodo:

  • Use the ribbon icon to open TaskTodo.
  • Run the command Open task list.
  • Configure tabs, columns, sort order, and priority colors in the plugin settings.

Development

bun install
bun run build
bun test
bun run lint

Release Files

Each release includes:

  • manifest.json
  • main.js
  • styles.css

License

0BSD