semanticdata / obsidian-starter-vault

๐Ÿ”ฎ Opinionated Obsidian starter vaultโ€”a compilation of extensions and settings to help you learn and start exploring Obsidian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฎ Obsidian Starter Vault

code size repo size commit activity last commit

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

๐ŸŒŸ Getting Started

  1. Clone or download this repo.
  2. Open the repo/folder in Obsidian.
  3. Use it, customize it, and have fun!

๐Ÿฆ‹ Appearance

The starter uses the Minimal Theme including extra configurations and settings via the Minimal Theme Settings plugin.

๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป CSS Snippets

You will find a small subset of useful CSS snippets included with the starter. Here's a quick breakdown of what each one does:

  • 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

This starter vault uses the following 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 every time you press Ctrl + S, it will format the note as well as save it.

Search

  • 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

Action Keybinding
Move line up Alt + Up
Move line down Alt + Down
Copy line above Alt + Shift + Up
Copy line below Alt + shift + Down
Select word / selection Ctrl + D
Select line (repeatable) Ctrl + L

๐ŸŒ„ Natural Language Dates

Autocomplete and link natural language expressions to daily notes.

Examples:

  • @today
  • @tomorrow
  • @next week

ยฉ License

Source code in this repository is available under the MIT License.

About

๐Ÿ”ฎ Opinionated Obsidian starter vaultโ€”a compilation of extensions and settings to help you learn and start exploring Obsidian.

License:MIT License


Languages

Language:Markdown 100.0%