Obsidian Markdown Tasks (obsidian_markdown_tasks) β
Please use obsidian_tasks going forward, this table will be eventually removed.
Column Name | Type | Description |
---|---|---|
path | string | Full path to the page the task is located on. |
modified | number | Time where parent note was last modified. |
task | string | |
status | string | The value of the character between the braces for the checkbox. |
content | string | The full tasks string with no parsing or stripping of characters. |
text | string | The text only part of the task, without list and checkbox prefix. |
line | number | The line number the task can be found on for the page. |
tags | string[] | Collection of tags. |
tagsNormalized | string[] | Collection of tags that have been converted to lowercase. |
dueDate | string | When the task is due ['π ', 'due::'] |
doneDate | string | When the task is done ['β ', 'completion::'] |
startDate | string | When the task can be started ['π«', 'start::'] |
createDate | string | When the task is created ['β', 'created::'] |
scheduledDate | string | When the task is scheduled next ['β³', 'scheduled::'] |
doDate | string | When to do the task ['π¨', 'do::'] |
priority | number | Priority of task based on indicator ['β«πΌπ½', 'priority::'] |
cleanTask | string | The task string with all metadata removed. |