Obsidian
How I Organize My Brain
Everything centers around the Daily Note. Hotkeys are used to create files for tasks that happen regularly and queries in the Daily Note link everything that's important for that day.
I track projects, people, tasks, meetings, interviews. Everything is linked back to the day it happened.
I also use this for some light journaling as well as a way to prepare for my day by answering a few general questions as I start my day and when I end my day.
Plugins
- Dataview
- used to query your notes like a database
LIST from "Postlight/Projects"
WHERE file.ctime.day = date(2023-03-22).day
AND file.ctime.month = date(2023-03-22).month
AND file.ctime.year = date(2023-03-22).year
AND contains(tags, "meeting")
- Periodic Notes
- expands on the idea of daily notes and introduces weekly and monthly notes
- organizes notes based on your preferences
- eg:
YYYY/MM/YYYY-MM-DD dddfor your daily note
- Tasks
- track (and query!) tasks across your entire vault
- Docs
- Templater
- create template files / snippets that can be used in various ways
- Docs
How to Install
- Download the ZIP or clone the repository
- Open the folder as a vault in Obsidian (File → Open Vault)
- Obsidian will prompt you to install required plugins
Stats
Stars
2
Forks
0
License
MIT
Last updated 37mo ago
Categories