Skip to content

Obsidian Markdown Lists (obsidian_markdown_lists)

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

The list item is parse by the following regular expression to extract information about it, if you encounter issues you can use this to help debug.

/^([\s\t>]*)([-*+]|\d+\.)? *(\[(.)])? *(.*)/gm

Column NameTypeDescription
parentnumber
taskstring
contentstring
linenumber
columnnumber
isTopLevelboolean
pathstringPath of the page the list item is on.
modifiednumberTime where parent note was last modified.
textstringThe text part of the list.
checkedboolean
statusstring