Skip to content

Obsidian Tasks Table ​

Table Name: obsidian_tasks

Column NameTypeDescription
pathstringFull path to the note the task is located on.
note_namestringThe name of the not the task is located on.
modifiednumberTime where parent note was last modified.
taskstringThe value of the character between the braces for the checkbox.
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.
headingstringThe heading that the task is under on 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.