Obsidian Starter Vault

Introduction

An opinionated Obsidian starter. It holds a compilation of extensions and settings to help you learn and start exploring Obsidian.

Source

Appearance

CSS Snippets

Community Plugins

File Structure

root
├── assets/
├── journals/
│   └── first-journal.md
├── templates
│   └── daily-journal.md
└── README.md

Workflows

Formatting Text

The Markdown Linter plugin is configured to lint on save for a smoother typing experience. This means everytime you press Ctrl + S, it will format the note as well as save it.

Hotkeys

Editor Shortcuts

ActionKeybinding
Move line upAlt + Up
Move line downAlt + Down
Copy line aboveAlt + Shift + Up
Copy line belowAlt + shift + Down
Select word / selectionCtrl + D
Select line (repeatable)Ctrl + L

Natural Language Dates

Autocomplete and link natural language expressions to daily notes.

Examples:

Tables

Start a Markdown table by typing | followed by a <space> and Tab.