My Second Brain
Notes
This is where you can create notes for your own personal understanding and customizations for this vault beyond the ones I suggest in My published notes :)
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