Mission: To value putting effort and caring. To create meaningful experiences that signal worth. Definition: Chalant is the opposite of nonchalant—valuing effort, caring deeply, and putting intricate thought into interactions.
Productivity
Goals
table Status
FROM #goal AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created ascProjects
table Status
FROM #project AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created ascHabits
table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created ascKnowledge
Inputs
table Status, Author
FROM #input AND [[]] AND !"Hidden"
SORT file.mtime descOther Notes
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden"
SORT file.mtime desc