Me to. I already wrote on Github. 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.
It looks like this.
- [r] (bookmark_type:: {{VALUE:TO READ:,TO SEE:, TO GO:}}), (item:: {{VALUE:movie,book, event}}), [title:: {{VALUE:<title>}}], [author:: {{VALUE:<author>}}], [category:: {{VALUE:<category>}}], [publish_date:: {{VALUE:<publish_date>}}],➕ {{date}}
So if I know only the title, I get
- [r] (bookmark_type:: TO READ:), (item:: book), [title:: The Likeness], [author:: ], [category:: ], [publish_date:: ],
2024-07-06
And I would prefer just this
- [r] (bookmark_type:: TO READ:), (item:: book), [title:: The Likeness],
2024-07-06
I managed only to think of this workaround.
{{VALUE:<[author:: ]coma>}}
It gives me a prompt which I have to manually rewrite or live empty and click OK, but it defeats a bit the premise of automatization.
I realize It may be easier said than done but I would really appreciate such a function