After reading this post on how to organize people in Obsidian, I finally started doing it myself.
Immediately I was faced with a new problem: how do I organize locations?
I could think of two ways to deal with it from the top of my head:
- Each location has its own note, which is then cross-linked. So
department
would be linked to company
which would be linked to the city
where it is located.
- Hierarchy inside a few notes. This would look like
[[country#subregion#city#company#department]]
The second option would result in fewer scattered notes, but I'm unsure if that is actually desirable.
What system do you have?
One of the limitations of Obsidian linking, and any markdown linking to be precise, is the fact that you cannot define the type of link. So, just use sentences next to the links. This way, you can evolve your locations saying what is
in
,next to
orpart of
As an example of evolving your locations and making the connections flexible, imagine that I start working on locations I care about. I am naming the locations and then slapping note content as they evolve.
While developing my location notes I clearly mentioned a company as a location which I later find out it is wrong. Specially because Company A has warehouses in two cities. Fixing now.
My point is that you need to use sentences as ways to link locations. And maybe use tags to keep track of what is or is not a location. Things change after all.
Also, if you have not done this already, please enable "Show backlinks" to keep track of notes linking to the one you are working on if you have not done that already. It is massively useful.