Unstructured notes that generally follows principles of [[Evergreen notes]]. ```dataviewjs dv.list( dv.pages('"Heap"') .filter(p => p.file.name != "_Heap") .sort(p => p.file.name, "asc") .map(p => p.file.link) ) ```