HeroBlackInk / ultimate-todoist-sync-for-obsidian

GNU General Public License v3.0
145 stars 20 forks source link

Suggestion for task format change #39

Open TheGodOfKing opened 1 year ago

TheGodOfKing commented 1 year ago

Hello, developer. I came across a plugin (obsidian-tasks)that works well with this plugin and provides the ability to quickly add task formats as shown below.

todo2

so,I would like to suggest changing the format of the task to the following: Syntax Description Example
#todoist Tasks marked with #todoist will be added to Todoist, while tasks without the #todoist tag will not be processed.If you have enabled Full vault sync in the settings, #todoist will be added automatically. - [ ] task #todoist
📅YYYY-MM-DD The date format is 📅YYYY-MM-DD, indicating the due date of a task. - [ ] task content 📅2025-02-05 #todoistSupports the following calendar emojis.📅📆🗓🗓️
#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 #todoist will be added to inbox.- [ ] taskB #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
🔺 🔼 ⏫ 🔽 The priority of the task corresponds to four levels, 🔺 being the highest and most urgent level, 🔼 being the second level, ⏫ being the third level, and 🔽 being the fourth level. - [ ] task 🔺 #todoist
🔁 Represents a recurring task task2⏫ 🔁 every week
HeroBlackInk commented 1 year ago

对重复任务的支持在计划之中。

至于priority emoji,如果需要这个feature的人很多,我会加上去的。

TheGodOfKing commented 1 year ago

@HeroBlackInk 强烈建议把priority of the task的格式,用四个priority emoji代替,而不是使用!!<number>的格式,主要是搭配(obsidian-tasks)插件快速添加格式,相信我搭配起来使用绝对爽。你看下示例

weqoocu commented 1 year ago

希望支持优先级也同步到todoist

morficus commented 9 months ago

@HeroBlackInk I can help implement support for emoji to specify the priority.

Todoist has 4 priority levels, so we could use:

would that be okay?

Druzco commented 8 months ago

How does this work? For me I need to add the due dates after the #todoist and other stuff is added, which happens either too late, or during my typing of the task..