TaskTodo

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

Description

Reviews

No reviews yet.

Stats

0
stars
130
downloads
0
forks
69
days
12
days
12
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
88
commits

Latest Version

12 days ago

Changelog

Release 0.2.11

  • feat: sync TaskLite 0.4.12 API
  • feat: support default assignee on task creation
  • feat: support location field (modal, list view, DQL filter)
  • feat: auto-resolve due date from start date
  • fix: fix file task navigation with line index
  • fix: sync metadata on frontmatter change

Full Changelog: https://github.com/SunnyYYLin/obsidian-tasktodo/compare/0.2.10...0.2.11

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