Skip to content

Latest commit

 

History

History
61 lines (60 loc) · 997 Bytes

homepage.md

File metadata and controls

61 lines (60 loc) · 997 Bytes

this is the homepage for your second brain!

Note inbox

these notes have not been organised yet.

name New Note
type command
action Create new note
color purple
LIST FROM "3 - Resources/inbox"

Task inbox

TASK
FROM ""
WHERE !completed AND (contains(text, "#task") OR contains(text, "#canDo"))

Areas

name New Area
type note(area template) template
action area template
color purple
folder 2 - Areas
prompt true
LIST FROM "2 - Areas"
WHERE type = "Area"

Other resources

name New Resource
type note(resource template) template
action resource template
color purple
folder 3 - Resources
prompt true
LIST FROM "3 - Resources"
WHERE type = "Resource" AND area = "none"

ideas

name New Idea
type note(idea template) template
action idea template
color purple
folder 3 - Resources/ideas
prompt true
LIST FROM "3 - Resources/ideas"
WHERE type = "Idea"