Very new to obsidian (couple of hours) - I did the a Markup tutorial, I looked through the tutorial and I started experimenting.
What I don’t understand
I can create a reference to a new note (created or not) using [[reference]]
I can create a file of that name (say ‘Rules’ for example) in the file explorer and the reference automatically picks it up in my open note (visible change).
But here’s what I don’t get: Let’s say I’m developing a number of games and each has Rules. Each game is different.
As I build my note sections for each, I’d be thinking of a heirarchy like
- Game Development
** Individual Game #1
*** Rules
*** Assets
** Individual Game #2
*** Rules
*** Assets
*** Dice Mechanics - …
** Individual Game #n
*** Rules
*** Assets
*** Game Pieces
Let’s say I’m in the note for Individual Game #1 and I create a reference to [[Rules]]
I create a file Rules in the File Explorer (I think that’s what the pane is)
Then I go into Individual Game #2 and I create a reference to [[Rules]]
And I want to have a file with the Rules for Game 2 that is in the reference.
So my questions:
If I have a very large vault, is ‘Rules’ only allowed as a file name for one file?
If not, how does the system know when I refer to [[Rules]], which file I want?
The example above is simpler in heirarchy than my long term goal (say I want to be down 6 or 7 layers of notes down from the main one) and I need to create a Rules file for a particular game, do I need to create the file name as “Boardgame-Scifi-DesignNotes-IndividualGameName#1-Rules” in order to make it unique from “Boardgame-Scifi-DesignNotes-IndividualGame#2-Rules” or “Boardgame-Fantasy-DesignNotes-IndividualGameName#3-Rules”…?
Or is there a strategy that lets me have a bunch of ‘Rules’ files (or any other term that would be used multiple times in a vault) be unique without me having to have very long file names and manually unique ones?
Is there a way to have a filename 6 deep in a stack of notes be automatically identified by its predecessors?
I realize there would be a lot of cases where you’d want 1 file with a particular name that is referenced all over a heirarchy/graph, but in this case, I’m looking for unique files with a similar (exact) name (like Rules) but different content.
Or am I just trying to enforce a heirarchy because I’m used to file system metaphors?
Is there some better way to have some heirarchy and not have file name conflicts?