Check Markdown for broken links

Notes Created

CALENDAR file.ctime
TABLE file.mtime as "Last Update", file.folder as "Path", file.cday as "Creation Time"
SORT file.mtime DESC
LIMIT 10

Notes left to create

LIST rows.OUT
FLATTEN file.outlinks AS OUT
WHERE !OUT.file AND !(contains(meta(OUT).path, "/"))
GROUP BY file.link AS Source

See more info on Unlinked Notes.