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 asc

Projects

table Status
FROM #project AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc

Habits

table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc

Knowledge

Inputs

table Status, Author
FROM  #input AND [[]] AND !"Hidden"
SORT file.mtime desc

Other Notes

table Created
FROM [[]] AND !#project AND !#input AND !"Hidden"
SORT file.mtime desc