https://github.com/kevboh/example-vault
A sample Obsidian vault with a subset of my plugins and templates, for demo purposes.
https://github.com/kevboh/example-vault
Last synced: over 1 year ago
JSON representation
A sample Obsidian vault with a subset of my plugins and templates, for demo purposes.
- Host: GitHub
- URL: https://github.com/kevboh/example-vault
- Owner: kevboh
- Created: 2022-01-15T02:41:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T21:19:28.000Z (over 3 years ago)
- Last Synced: 2025-03-26T06:11:40.125Z (over 1 year ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example Obsidian vault with a subset of my own personal vault's configuration. I keep telling people about random configs I have, and this is a way to share them. I may add future setups over time.
### Features
- Daily note template: cmd-d to trigger. Features include:
- Yesterday/tomorrow links for navigation.
- A section for today's entry. This will be transcluded in future entries.
- Entries on this day 1 week, 1/2/3 months, and 1-10 years ago.
- A random note transclusion.
- A dataview query that lists all the files edited on this day, and which stops being accurate after that day ends until [this issue](https://github.com/blacksmithgu/obsidian-dataview/issues/42) is fixed.
- Finally, a summary line that tags a catch-all `journal` note, plus dedicated notes for the month, day, and year: useful for slicing up your journal across time.
- Writing-specific appearance: via [this CSS snippet](https://github.com/kevboh/example-vault/blob/main/.obsidian/snippets/writing.css) and [Longform](https://github.com/kevboh/longform), any scene within a Longform project is styled as black Baskerville text on a white background instead of the default dark theme I use. This helps tell my brain that I'm writing prose and not notes.
- Also includes a `Book` template that is incomplete but I use privately to track my reading.