A template for a minimal Obsidian vault, focused on setting good defaults and VS Code-like hotkeys. If you want to try Obsidian for the first time or just get a barebones template, you're in the right place.
To use this template, follow these steps:
- Download and install Obsidian from obsidian.md/download.
- Use this template by clicking the "Use this template" button on this page and cloning the repo.
- Open Obsidian.
- Click "Open" next to the "Open folder as vault" label.
- Select the folder you cloned the repo to.
- Open
GETTING STARTED.md
and follow the instructions.
The template vault has the following folder structure:
_assets
: this folder contains project-specific files and folders.attachments
: this is where attachment files like images are stored.templates
: this is where template files are stored.
daily
: this folder is used for storing daily notes.
This section describes the settings that have been modified from the default Obsidian settings.
The following table lists the editor settings that have been modified:
Setting | Value |
---|---|
Show frontmatter | true |
Use tabs | false |
Warning If you are following along instead of using the template, make sure you have created the default folders listed above.
The following table lists the files and links settings that have been modified:
Setting | Value |
---|---|
Automatically update internal links | true |
Detect all file extensions | true |
Default location for new attachments | In the folder specified below |
Attachment folder path | _assets/attachments |
The following table lists the appearance settings that have been modified:
Setting | Value |
---|---|
Accent color | #6e56cf |
Font size | 15 |
Translucent window | true |
The following table lists the modified hotkeys:
Description | Shortcut |
---|---|
Add internal link | ⌘K |
Command palette: Open command palette | ⌘⇧P |
Delete current file | ⌘⇧Backspace |
Templates: Insert Template | ⌘⌥I |
Quick switcher: Open quick switcher | ⌘P |
Split right | ⌘\ |
Split down | ⌘⇧\ |
Move line down | ⌥↓ |
Move line up | ⌥↑ |
Add Markdown link | ⌘⌥K |
Open in default app | ⌃D |
Reveal in Finder | ⌃R |
Toggle Left Sidebar | ⌘E |
Toggle Right Sidebar | ⌘⇧E |
Toggle Reading View | ⌃V |
The following core plugins are toggled by default in this template:
Plugin | Value |
---|---|
Format converter | false |
Page preview | false |
Slash commands | true |
Bookmarks | true |
Properties | true |
This vault does not come with any community plugins by default. You will have to disable safe mode in order to use them when you open the plugins settings menu.
Setting | Value |
---|---|
Template folder location | _assets/templates |
Setting | Value |
---|---|
New file location | daily |
Template file location | _assets/templates/t_daily |
Open daily note on startup | true |
I hope this template helps you get started with Obsidian and provides a good base for customizing your own Obsidian vault.