Context
How to get Obsidian configured so you work the same way as everyone else on this vault. Most of the setup ships committed in .obsidian/, so cloning gets you almost all the way — this note covers the install, the few manual steps, and a checklist to confirm your Obsidian matches. For writing conventions see Start Here; for syntax and shortcuts see How to format in Obsidian.
Quick access
1 - Install and open the vault
- Install Obsidian (free).
- Clone the repository (the vault is kept in step through git — commit and pull like code).
- In Obsidian: Open folder as vault → select the
Documentation/folder (the one containingStart Here.mdand the numbered folders). Do not open the repo root. - If Obsidian asks to trust the author, say yes — that lets the committed configuration load.
- Open
Start Here.mdand read it before writing anything.
2 - What ships automatically
The committed .obsidian/ config sets these for you. You don’t need to configure them by hand — but the next section shows how to confirm them.
| Setting (Settings → …) | Value |
|---|---|
| Files and links → Default location for new notes | In the folder specified below → 02 - In progress |
| Files and links → Default location for new attachments | In the folder specified below → 99 - Attachments |
| Files and links → Automatically update internal links | On |
| Files and links → Deleted files | Move to Obsidian trash (the vault’s .trash) |
| Templates (core plugin) → Template folder location | Templates |
| Templates → Date format | YYYY-MM-DD |
The relevant core plugins are enabled too — Templates, File recovery, Backlinks, Outline, Tag pane, Properties, Graph, and Command palette. No community plugins are required.
File recovery is your safety net
The File recovery core plugin keeps automatic local snapshots of every note. If you overwrite or lose work, open
Cmd/Ctrl+P→ File recovery: Open saved snapshots to restore an earlier version.
The Sync core plugin is also enabled in the config. It is optional — this vault is shared through git, so you only need Obsidian Sync if your team has a shared remote vault set up.
3 - Verify your setup
Run through this once after opening the vault. If anything is off, fix it under the matching Settings row in the table above.
- A new note (
Cmd/Ctrl+N) is created inside02 - In progress. - Pasting an image into a note drops the file in
99 - Attachmentsand embeds it as![[name.png]]. -
Cmd/Ctrl+P→ Insert template inserts the note template, and{{date}}fills in today’s date asYYYY-MM-DD. - Deleting a note sends it to the vault’s
.trash, not your operating system trash. - Renaming or moving a note keeps its
[[wikilinks]]working (internal links auto-update).
4 - Daily workflow
- Create a note with
Cmd/Ctrl+N— it lands in02 - In progress. - Insert the template first (
Cmd/Ctrl+P→ Insert template), then fill the frontmatter. - Write the note following Start Here — Context, Quick access box if it has more than one subtopic, numbered steps,
---then the Related/Reference footer. - Paste images straight into the note; they file themselves into
99 - Attachments. - When it’s ready, drag it to
01 - Waiting review. You do not review your own note. - A reviewer fills in
Reviewed by/Reviewed onand moves it to00 - Knowledge Base (reviewed).