Skip to content

skoch/obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

how I organize my brain for work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published