Installing Obsidian
Optional Software •
Version 1.0.0 •
This guide shows you how to install Obsidian for use with your Astro Modular blog, enabling a fast and local-first writing experience.
Download Obsidian
- Go to obsidian.md
- Click the Download button.
- Choose your operating system (Windows, macOS, or Linux).
Install
Windows
- Run the downloaded
.exeinstaller. - Follow the quick installation wizard.
- Launch the Obsidian application.
macOS
- Open the downloaded
.dmgfile. - Drag the Obsidian icon into your Applications folder.
- Launch Obsidian from your Applications.
Linux
- Extract the downloaded
.AppImagefile. - Make the file executable:
chmod +x Obsidian-*.AppImage - Run the executable in your terminal:
./Obsidian-*.AppImage
Why Use Obsidian as a CMS?
Unlike traditional blogging platforms that host your content in complex online databases, Obsidian stores your vault as plain text local Markdown files on your computer. This local-first philosophy offers several key benefits for bloggers:
- Speed: Searching, writing, and organizing notes happens instantly on your hard drive.
- Control: Your content is never locked into a proprietary system. You own your text files.
- Offline Access: You can draft, edit, and reorganize posts even when you have no internet connection.
First Launch and Vault Setup
- Open Obsidian.
- Under “Open folder as vault”, click Open.
- Select your blog’s
src/content/directory within your cloned project folder. - Click Select Folder to open it.
- Trust the vault settings to load the community plugins that come preconfigured with this template.
Once Obsidian is installed and your vault is open, you can:
- Write blog posts in standard markdown.
- Use wikilinks
[[Like This]]for seamless internal linking. - Add local images and other media assets.
- Publish directly to your Astro blog using the pre-configured Git sync shortcut (
Ctrl + Shift + S).
That’s it! You’re ready to start writing.