An opinionated, pre-configured Obsidian starter vault. For anyone new to Obsidian or markdown who wants a working setup without spending hours configuring plugins.
Avoid the temptation of over-customizing. Start simple and add features as you need them.
- Download this repo or get the latest release
- Open the folder in Obsidian
- Read the
Welcome.mdnote
That's it.
- No configuration needed - everything works out of the box
- Start simple - basic notes now, advanced features later
- Clear guidance - Welcome note and examples show what to do
- Clean interface - Minimal theme keeps you focused on writing
- Auto-formatting - Notes format when you save (
Ctrl + S) - Good search - Find notes quickly (
Shift+Shift)
- Flexible - Start simple, change it over time
- Customizable - Add plugins, modify templates, tweak appearance
- Portable - Works on all devices, syncs with cloud storage
Uses the Minimal Theme with CSS snippets for readability:
- Better tables and cleaner links
- Dark PDF export for sharing notes
- Compact UI elements for more screen space
- Plugin-specific styling
| Plugin | Purpose | Why It's Here |
|---|---|---|
| Homepage | Opens Welcome.md on launch | Always start somewhere familiar |
| Omnisearch | Search everything | Find notes even when you misspell |
| Linter | Auto-format notes | Clean formatting when you save (Ctrl + S) |
| Advanced Tables | Better table editing | Tables don't fight back |
| Natural Language Dates | Type @today for today's note |
Faster than typing dates |
| Tag Wrangler | Manage tags | Keep tags organized |
| Editor Shortcuts | Code-style shortcuts | Navigate like VS Code |
See Plugins Installed in the vault for the complete list.
- Daily Journal: Structured journaling and task tracking
- Meeting Notes: Organized meetings with action items
- Project Tracker: Project management with tasks and progress
- Quick Note: Capture ideas without overthinking
obsidian-starter-vault/
โโโ .obsidian/ # Configuration (don't touch unless customizing)
โโโ assets/ # Images and files you add
โโโ journals/ # Your daily notes (auto-created)
โโโ projects/ # Project notes
โโโ templates/ # Note templates
โโโ Welcome.md # Getting started guide
โโโ README.md # This file
โโโ CHANGELOG.md # Version history
- Press
Ctrltwice, typedaily, hit Enter - Write your thoughts
- Press
Ctrl + Sto format and save
- Quick search:
Shift+Shift - Command palette:
Ctrl+Ctrl - Link to notes: Type
[[Note Name]]
- Tags: Use
#tag-namefor categorization - Folders: Create folders for broad topics
- Links: Connect related ideas with
[[links]]
When you're ready:
- Themes: Settings โ Appearance
- Plugins: Settings โ Community plugins
- Templates: Edit files in
templates/ - CSS: Edit snippets in
.obsidian/snippets/
New to Obsidian?
- Start with
Welcome.mdin your vault - Check Obsidian's official help
Having Issues?
- Try restarting Obsidian
- Check that community plugins are enabled
- Visit the Obsidian forum
Found a Bug?
Enjoying this?
- Found this vault helpful? Buy me a coffee to support continued development
Source code in this repository is available under the MIT License.
That's it. Go and take some notes!