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

  • Compact Tab Header - Arranges items in Tab header into groups.
  • Default Style Settings - Adds the option to customize Obsidian further.
  • Frontmatter Tweaks - Improves the legibility of Frontmatter elements.
  • MySnippets Tweaks - Essential UI setting while using MySnippets Plugin.
  • Normalize Links - Removes decoration from external links.
  • Status bar Tweaks - Improves legibility of the Status bar.
  • Table Tweaks - Improves legibility of Tables.
  • Typography Fixes - Normalizes styling and typography.

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

  • You may open the Command Palette by pressing Ctrl Ctrl in rapid succession.
  • You may start Omnisearch: Search Vault by pressing Shift Shift in rapid succession.
  • Reassigned Ctrl + F to Omnisearch: In File Search.
  • Reassigned Ctrl + Shift + F to Omnisearch: Search Vault.

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:

  • @today
  • @tomorrow
  • @next week

Tables

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