Skip to content

Commit

Permalink
Create integration with Quickadd plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imeed166 committed Nov 21, 2021
1 parent a6eb92f commit a21e22f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/advanced/integration with Quickadd plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Integration with Quickadd plugin

Additional to the official command to create a task, you can use a quickadd command with a custom capture format.
The format is the following : `#task {{VALUE: task name}} ⏰ {{VDATE:reminder date and time,YYYY-MM-DD HH:mm}} {{VALUE:⏫,🔼,🔽, }} 🔁 {{VALUE:recurrence}} 🛫 {{VDATE:due date,YYYY-MM-DD}} ⏳ {{VDATE:due date,YYYY-MM-DD}} 📅 {{VDATE:due date,YYYY-MM-DD}}`

This comment has been minimized.

Copy link
@imeed166

imeed166 Nov 21, 2021

Author Contributor

Forgot to change the name of the date to start date and scheduled date
like this : #task ... 🛫 {{VDATE:start date,YYYY-MM-DD}} ⏳ {{VDATE:scheduled date,YYYY-MM-DD}} ...

You can remove/leave some fields to make different types of tasks. And each one of them can have their own commands.

This comment has been minimized.

Copy link
@imeed166

imeed166 Nov 21, 2021

Author Contributor

And each one of them can have its own command*


## Some Examples
- Task with due date only `#task {{VALUE: task name}} 📅 {{VDATE:due date,YYYY-MM-DD}}` ;
- Task with priority and reminder and due date `#task {{VALUE: task name}} ⏰ {{VDATE:reminder date and time,YYYY-MM-DD HH:mm}} {{VALUE:⏫,🔼,🔽, }} 📅 {{VDATE:due date,YYYY-MM-DD}}` ;
- Task with recurrence and scheduled date and start date `#task {{VALUE: task name}} 🔁 {{VALUE:recurrence}} 🛫 {{VDATE:due date,YYYY-MM-DD}} ⏳ {{VDATE:due date,YYYY-MM-DD}}`.

This comment has been minimized.

Copy link
@imeed166

imeed166 Nov 21, 2021

Author Contributor

Same problem with the name of the dates


## How to add quickadd command
1. Install [nldates](https://github.com/argenos/nldates-obsidian) and [quickadd plugin](https://github.com/chhoumann/quickadd) ;
2. choose the `capture` choice, then make it visible on the command palette by clicking on the flash emoji ;
3. Enable the `save as task` option, then enable the `capture format` option and paste your custom format ;
4. You're done.

0 comments on commit a21e22f

Please sign in to comment.