Skip to content

Obsidian Markdown Tasks (obsidian_markdown_tasks) ​

Please use obsidian_tasks going forward, this table will be eventually removed.

Column NameTypeDescription
pathstringFull path to the page the task is located on.
modifiednumberTime where parent note was last modified.
taskstring
statusstringThe value of the character between the braces for the checkbox.
contentstringThe full tasks string with no parsing or stripping of characters.
textstringThe text only part of the task, without list and checkbox prefix.
linenumberThe line number the task can be found on for the page.
tagsstring[]Collection of tags.
tagsNormalizedstring[]Collection of tags that have been converted to lowercase.
dueDatestringWhen the task is due ['πŸ“…', 'due::']
doneDatestringWhen the task is done ['βœ…', 'completion::']
startDatestringWhen the task can be started ['πŸ›«', 'start::']
createDatestringWhen the task is created ['βž•', 'created::']
scheduledDatestringWhen the task is scheduled next ['⏳', 'scheduled::']
doDatestringWhen to do the task ['πŸ’¨', 'do::']
prioritynumberPriority of task based on indicator ['β«πŸ”ΌπŸ”½', 'priority::']
cleanTaskstringThe task string with all metadata removed.