Installing Obsidian
Optional Software •
Version 1.0.0 •
This guide shows you how to install Obsidian for use with your Astro Modular blog.
Download Obsidian
- Go to obsidian.md
- Click “Download”
- Choose your operating system
Install
Windows
- Run the downloaded
.exefile - Follow the installation wizard
- Launch Obsidian
macOS
- Open the downloaded
.dmgfile - Drag Obsidian to Applications folder
- Launch from Applications
Linux
- Extract the downloaded
.AppImagefile - Make it executable:
chmod +x Obsidian-*.AppImage - Run:
./Obsidian-*.AppImage
First Launch
- Open Obsidian
- Choose “Open folder as vault”
- Select your blog’s
src/contentfolder - Click “Open”
Next Steps
Once Obsidian is installed and your vault is open, you can:
- Write blog posts in markdown
- Use wikilinks for internal linking
- Add images and other assets
- Publish directly to your Astro blog
That’s it! You’re ready to start writing.