Replies: 1 comment 6 replies
-
It's a little tricky to fully support arbitrary text since Dataview won't know how to remove the text if you subsequently uncheck the task - this is probably best implemented by adding some extensibility support to Dataview and allowing custom plugins. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, one can append completion date/text of the following formats to tasks queried by Dataview:
[✅:: 2021-11-23]
[Competed Date:: 2021-11-23]
In addition to the formats above, sometimes one may just what to append an ordinary timestamp that is not managed by Dataview. For instance, is it possible to support the following formats that are not inline Dataview fields?
✅ 2021-11-23
✅ 2021-11-23T12:00
Both the formats
[✅:: 2021-11-23]
and✅ 2021-11-23T12:00
to work for different purposes, one can set them in the configuration pane. When completing tasks, one can use different hotkeys to append different formats.Beta Was this translation helpful? Give feedback.
All reactions