Tasks

label: Add New Task
hidden: false
id: ""
style: default
actions:
  - type: command
    command: quickadd:choice:6bb9f26c-69d2-4711-978e-5325f7b4f1c5

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 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