From 63abd1519e9cb13057a69d0717a953f40caa3ac6 Mon Sep 17 00:00:00 2001 From: Peter Heiss Date: Sun, 23 Jun 2024 14:13:19 +0200 Subject: [PATCH] more readme explanation --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9fc08b1..2cb05d7 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,22 @@ The experience with this plugin is a lot like the excellent plugins for todoist: Every feature prioritizes the Obsidian side. If a task is updated in both systems, the Obsidian task will be the one who wins. So it is currently not recommended to use Vikunja and Obsidian at the same time to update tasks or in team work. -| Feature | -> Vikunja | <- Vikunja | Description | -|-----------------------------|------------|------------|--------------------------------------------| -| Add task | ✅ | ✅ | | -| Update task | ✅ | ✅ | | -| Delete task | ✅ | ❌ | No way to find the deleted vikunja tasks. | -| Modify task title | ✅ | ✅ | | -| Modify task description | 🚧 | 🚧 | | -| Modify assigned labels/tags | ✅ | ✅ | | -| Modify due date | ✅ | ✅ | | -| Mark task as done/undone | ✅ | ✅ | | -| Sync done date | ✅ | ✅ | | -| Set task priority | 🚧 | 🚧 | | -| Modify task priority | 🚧 | 🚧 | | -| Add task to project | ✅(1) | 🚧 | (1) Only the default project is supported. | -| Update assigned project | 🚧 | 🚧 | | -| Move tasks between files | ✅ | - | | +| Feature | -> Vikunja | <- Vikunja | Description | +|-----------------------------|------------|------------|----------------------------------------------------------------------------------------------------------| +| Add task | ✅ | ✅(2) | (2) Default behaviour. But disables (3) | +| Update task | ✅ | ✅ | | +| Delete task | ✅(3) | ❌(4) | (3) Can be enabled through settings. But disables (2).
(4) No way to find the deleted vikunja tasks. | +| Modify task title | ✅ | ✅ | | +| Modify task description | 🚧 | 🚧 | | +| Modify assigned labels/tags | ✅ | ✅ | | +| Modify due date | ✅ | ✅ | | +| Mark task as done/undone | ✅ | ✅ | | +| Sync done date | ✅ | ✅ | | +| Set task priority | 🚧 | 🚧 | | +| Modify task priority | 🚧 | 🚧 | | +| Add task to project | ✅(1) | 🚧 | (1) Only the default project is supported. | +| Update assigned project | 🚧 | 🚧 | | +| Move tasks between files | ✅ | - | | ✅= done and usable, 🚧=not yet implemented but under development, ❌=not possible or will not come