# 80 Personal ## Metadata **Status**:: #x **Zettel**:: #zettel/index **Created**:: [[2023-07-02]] **PARA Decimal**:: "8" ## Synopsis Everything personal - kids, trips, social, health, etc ```dataview LIST WITHOUT ID link(file.link, choice( length(para-decimal) = length([[]].para-decimal), "", "└" + ("─" * ((length(para-decimal) - length([[]].para-decimal)) / 2)) + " " ) + choice( startswith(file.name, para-decimal), "", para-decimal + " " ) + file.name ) FROM "para/lets" WHERE startswith(para-decimal, [[]].para-decimal) SORT para-decimal ```