VAULTskoch

Obsidian

how I organize my brain for work

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

Related

How to Install

  1. Download the ZIP or clone the repository
  2. Open the folder as a vault in Obsidian (File → Open Vault)
  3. Obsidian will prompt you to install required plugins

Stats

Stars

2

Forks

0

License

MIT

Last updated 37mo ago