From 2a8cdcc446923a1148cc59112ab3287fe9f25300 Mon Sep 17 00:00:00 2001 From: HeroBlackInk Date: Sat, 8 Apr 2023 15:17:58 +0800 Subject: [PATCH] add priority syntax notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cda041b..b7aec04 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ New tasks will be added to the default project, and you can change the default p | --- | --- | --- | |#todoist|Tasks marked with #todoist will be added to Todoist, while tasks without the **#todoist** tag will not be processed.| `- [ ] task #todoist`| | 🗓️YYYY-MM-DD | The date format is 🗓️YYYY-MM-DD, indicating the due date of a task. | `- [ ] task content 🗓️2025-02-05 #todoist` | -| #projectTag | New tasks will be added to the default project(For example, inbox .), and you can change the default project in the settings or use a tag with the same name to specify a particular project. | `- [ ]taskA 🗓️2024-02-04 #todoist` will be added to inbox.`- [ ]taskB 🗓️2024-02-04 #tag #testProject #todoist` will be added to testProject.| +| #projectTag | New tasks will be added to the default project(For example, inbox .), and you can change the default project in the settings or use a tag with the same name to specify a particular project. | `- [ ]taskA 🗓️2024-02-04 #todoist` will be added to inbox.
`- [ ]taskB 🗓️2024-02-04 #tag #testProject #todoist` will be added to testProject.| | #tag | Note that all tags without a project of the same name are treated as normal tags | `- [ ] task #tagA #tagB #tagC #todoist` | -| `!!` | Task priority from 1 (normal) to 4 (urgent). | `- [ ] task !!4 #todoist` | +| `!!` | The priority of the task (a number between 1 and 4, 4 for very urgent and 1 for natural).
**Note**: Keep in mind that very urgent is the priority 1 on clients. So, the priority 1 in the client corresponds to the number 4 here (Because that's how the official API of Todoist is designed.). | `- [ ] task !!4 #todoist` | ### Set a default project for each file separately