Skip to content

Obsidian Lists Table

Table Name: obsidian_lists

Column NameTypeDescription
parentnumberThe ID of the parent list item, negative if at root of note and same as line.
taskstringValue between the square braces if the list item is a task.
contentstringThe full content of the line including the list indicator ('-','*')
linenumberThe line that the list is found on the note.
columnnumberThe column that the list item starts on.
pathstringPath of the page the list item is on.
modifiednumberTime where parent note was last modified.
headingstringThe heading that the task is under on the page.
note_namestringThe name of the not the task is located on.
isTopLevelbooleanIf true it is a top level list item and not nested.
textstringThe text part of the list minus the list indicator.
isTaskbooleanIf it has the braces for a markdown task this will be true.
checkedbooleanIf the tasks has a value between braces this is true.
statusstringValue between the square braces if the list item is a task.