Replies: 3 comments 1 reply
|
Hoping this gets fixed soon! |
|
Hi, I think I have a similar request. From what I managed to read it is impossible, but maybe I'm missing something. I wonder if there is a possibility to skip any of my pre-programmed steps. I try to use Quick Add for adding a few specific dataview properties. But I don't always need all of them, thus I usually end up with a bunch of empty fields. They are supposed to be a remainder. A choice. So I would appreciate a function like a "skip this one step" button. So if I know only the title, I get
And I would prefer just this
I managed only to think of this workaround. |
|
Coming back to this very late - sorry about that. The concrete request shipped: the Submit the prompt empty (or hit Skip) and the token resolves to nothing instead of @Iconca: same flag for your bookmark line - Which is also the answer to the generalized Docs: https://quickadd.obsidian.guide/docs/FormatSyntax#optional-fields Closing as resolved. |
Uh oh!
There was an error while loading. Please reload this page.
I would like to use {{VDATE}} as an optional argument, to create tasks with or without a due date. With {{VALUE}} it is possible to skip by just not entering anything. For {{VDATE}} this results in the string
Invalid date. This feature was basically already described in this comment on the Obsidian Forum.A more general feature, which would be even better: QuickAdd asking for arguments based on previous arguments (see example below).
{{VALUE: no due date, with due date}} {{IF: with due date: {{VDATE:Due day?, YYYY-MM-DD}}}}All reactions