From 7a3754594ac6c732678e1a3fd63e361f2e20f193 Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Mon, 28 Oct 2024 08:20:16 -0700 Subject: [PATCH] docs: update features and roadmap in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e16b8af..7037ece 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,14 @@ api_key = "" ## Current Features - View current tasks, with the ability to get details for any given task -- Add tasks (title only) +- Toggle between showing complete tasks and incomplete tasks (shows incomplete by default) +- Pagination of tasks. +- Add tasks + - Title + - Priority, via ![1-5] (vikunja quick add magic syntax) + +## Roadmap + +- [ ] Parse labels via `*label` +- [ ] Edit existing tasks +