The easiest way to keep oneself motivated and on track is to have some sort of visual markers that depict how far we’ve come. In this post, I try to describe a method I use to keep track of my year in Obsidian. It is inspired by the ACCESS method of organising knowledge developed by Nick Milo. I don’t follow it to the T but I use the “Atlas” concept (A in ACCESS) described by Nick, as a way to visualise my year.
There is obviously no one way to organise notes. It comes down to ones personal preferences and the kinds of notes one usually takes. I have come across two methods that seemed to make a lot of sense. The PARA method described by Tiago Forte in his book Building a second brain and the ACCESS method by Nick Milo. I have tried both with varrying degrees of success. Over the last few months, I found a truncated and modified version of ACCESS method works best for me. I describe the two methods below and then go on and explain how I borrowed the concept of Atlas from Nick’s method and use it to visualise my year. Basically, both the methods are sort of ways to organise notes into some kind of a hierarchy that may help you get to what you’re looking for faster and in a way that makes sense to you. You are always essentially answering this question - this note I am writing, what folder should it go into, what other file it must link to, what tag should it carry and so on? The two methods are just different ways to answer these questions.
The PARA method stands for
Before I describe the ACCESS method, it makes sense to take a minute to understand the underlying concept of a Map of Contents. An MoC can be thought of as an index note that connects to other notes in the same way an index of information does. An MoC acts both as a starting point of reference (an index) and as a hub of information where related notes are available in one place. Each topic of note I take, be it a new book I am reading or a new side project I am tinkering with, has its own MoC (like the MoC for the book “Building a second brain” or my new hacking project about “Learning Elixir”) which connects to all the related notes (in case of book notes these would be individual concepts of the book or in case of a hacking side project the various elements like design spec, references, tutorials, etc).
Now let’s jump to the The ACCESS method.
Both the methods are abstractions that help you think about your information in a specific way.
I really liked the “Atlas” idea of the ACCESS method and I have adopted that to keep track of my various goals and activities through the year. Here’s how I go about it.
At the top level I have a folder in my vault called Atlas which has folder for every year. The 2022 folder, as shown below, contains the various maps of contents.
My main categories of notes are
The 2022 Atlas file is an MoC of all these MoC’s that acts as the main dashboard that helps me keep track of what I’ve done in the year. It looks something like this.
I use the popular dashboard++ method along with the banner plugin to make it a little more presentable and pleasing to look at. You can watch the video by Sergio to see how to do it.
By keeping a track of all my new goals, readings, initiatives, etc in their respective MoC’s, I automatically keep updating my Atlas file which references these MoCs. This way I can see how my year is shaping up and make changes. You can also use the Dataview plugin to automatically bring up specific notes.
For example I use the #NeedsWork tag on notes that I need to work on and I can then automatically use dataview queries (code snippet below) to have them all in my Atlas file for easy reference to what I need to work on.
$=dv.list(dv.pages('#NeedsWork').sort(f=>f.file.name,"desc").limit(10).file.link)
I also keep track of all my daily reflections in one place in the Atlas so that I know how many days I have kept up this habit in the year thus far.
That’s all I have for now. I hope this helps you in some way. In my next post I will describe my method of keeping track of my daily reflections and how I use them to keep myself motivated and on track.
I run a startup called Harmonize. We are hiring and if you’re looking for an exciting startup journey, please write to jobs@harmonizehq.com. Apart from this blog, I tweet about startup life and practical wisdom in books.