Skip to content

Dataview Tasks (dataview_tasks)

If a property is not found in the task body it will be set to undefined. This table is backed by Dataview and will be refreshed when Dataview is refreshed.

Column NameTypeDescription
pagestringThe full path including the page name and extension
taskstringThe full text of the task, any tags or dates are still in this. This may be multiple lines of markdown.
statusstringThe text in between the brackets of the '[ ]' task indicator ('[X]' would yield 'X', for example.)
linenumberThe line that this list item starts on in the file.
tagsstring arrayArray of tags
tagsNormalizedstring arrayArray of tags all in lowercase
dueDatestringDue date of the task as string.
doneDatestringDone date of the task as string.
startDatestringStart date of the task as string.
createDatestringCreate date of the task as string.
scheduledDatestringSchedule date of the task as string.
prioritynumberPriority of the task with 1 as highest and 3 as lowest