Quick Start Guide
This guide will get you from zero to taking notes with Obsidian Portable in just 5 minutes.This assumes you’ve already installed Obsidian Portable. If not, complete the installation first.
5-Minute Setup
Launch the Application
Navigate to your Obsidian Portable installation folder and double-click:Obsidian will open and display the welcome screen.
Always launch via
ObsidianPortable.exe, not the Obsidian.exe in subdirectories. The portable launcher ensures your data stays portable.Create Your Portable Vault
On the welcome screen:
- Click Create new vault
- Enter a vault name:
My Portable Notes - IMPORTANT: Click Browse next to the location field
- Navigate to your ObsidianPortable installation, then:
- Click Select Folder, then Create
Create Your First Note
With your vault open:Notes auto-save as you type.
- Click the New note button (or press
Ctrl+N) - Type a note title:
Welcome to Obsidian Portable - Start writing in markdown:
Configure Essential Settings
Open Settings (
Ctrl+,) and configure these portable-friendly options:Files & Links
- Default location for new notes: Set to
In the folder specified below - Folder to create new notes in: Leave as root (
/) or create aNotesfolder - Default location for new attachments: Set to
In subfolder under current folder - Subfolder name:
attachments
Appearance (Optional)
- Choose your preferred theme (Light/Dark)
- Adjust base font size for readability
All settings are automatically stored in
Data/ObsidianAppData/ and will move with your portable installation.Test Portability
Verify everything is portable:
- Close Obsidian completely (not just minimize)
- If on a USB drive: safely eject and reconnect (it may get a different drive letter)
- Launch
ObsidianPortable.exeagain - Your vault should open automatically with all your notes intact
The launcher’s path replacement feature (configured in
App/AppInfo/Launcher/ObsidianPortable.ini) automatically updates vault locations when your drive letter changes.Understanding the Portable Setup
Here’s what the launcher does behind the scenes:Quick Markdown Reference
Get productive immediately with these essential Obsidian markdown shortcuts:Text Formatting
Text Formatting
Headings
Headings
Links
Links
Lists
Lists
Code Blocks
Code Blocks
Tables
Tables
Essential Keyboard Shortcuts
| Action | Shortcut | Description |
|---|---|---|
| New note | Ctrl+N | Create a new note in current vault |
| Quick switcher | Ctrl+O | Quickly open any note |
| Search in vault | Ctrl+Shift+F | Search all notes |
| Command palette | Ctrl+P | Access all commands |
| Settings | Ctrl+, | Open settings |
| Toggle edit/preview | Ctrl+E | Switch between edit and reading mode |
| Open graph view | Ctrl+G | Visualize note connections |
Next Steps: Making It Yours
Organize Your Vaults
Learn how to create multiple vaults for different purposes:
- Personal notes
- Work documentation
- Research projects
Install Community Plugins
Extend Obsidian with community plugins:
- Settings → Community plugins
- Turn off Restricted Mode
- Browse and install plugins
Data/ObsidianAppData/Customize Appearance
Make Obsidian beautiful:
- Install community themes
- Adjust fonts and colors
- Configure CSS snippets
Link Your Notes
Build a knowledge network:
- Use
[[double brackets]]to link notes - Create MOCs (Maps of Content)
- Explore the Graph View
Common Quick Start Questions
Can I create multiple vaults?
Can I create multiple vaults?
Yes! Create as many vaults as you want inside Switch between vaults using the vault switcher (click the vault name in the bottom-left).
Data/Vaults/:Where are my attachments stored?
Where are my attachments stored?
By default, attachments go in the same folder as your note. To keep them organized:
- Settings → Files & Links
- Set Default location for new attachments to “In subfolder under current folder”
- Set Subfolder name to
attachments
Can I use Obsidian Sync with the portable version?
Can I use Obsidian Sync with the portable version?
Yes, but it’s not necessary for most portable use cases:
- USB/Cloud Storage: Your files are already portable
- Obsidian Sync: Useful if you want encrypted cloud sync independent of file location
- Create an Obsidian account
- Subscribe to Obsidian Sync
- Settings → Core plugins → Enable “Sync”
- Configure sync settings
Data/ObsidianAppData/.How do I backup my portable vault?
How do I backup my portable vault?
Your entire Obsidian Portable installation is already a backup! To create additional backups:Simple Backup:Vault-Only Backup:Version Control (Advanced):
Initialize a Git repository in your vault folder for version history.
What if I accidentally launch the wrong Obsidian.exe?
What if I accidentally launch the wrong Obsidian.exe?
If you launch the
Obsidian.exe inside the App directory instead of ObsidianPortable.exe:- It will use your system’s default Obsidian data directory
- Your portable vaults won’t be visible
- No data is lost - just launch the correct
ObsidianPortable.exe
Verify Your Portable Setup
Run this quick checklist to ensure everything is properly configured:- Launched via
ObsidianPortable.exe(notObsidian.exe) - Vault created inside
Data/Vaults/directory - Can create and edit notes
- Settings persist after closing and reopening
- Attachments save to portable location
- (USB users) Vault accessible after reconnecting drive with different letter
Tips for Portable Success
Keep Vaults Inside Data/
Always create vaults in
Data/Vaults/ to ensure they move with your installation.Use Relative Paths
When linking files, use relative paths or Obsidian’s
[[link]] syntax instead of absolute paths.Regular Backups
Even though it’s portable, maintain backups:
- Copy to another USB drive
- Upload to personal cloud storage
- Commit to a Git repository
Safe USB Ejection
Always “Safely Remove Hardware” before unplugging USB drives to prevent data corruption.
Get Help
If you encounter issues:- Check the Troubleshooting Guide
- Review PortableApps.com Support
- Visit Obsidian Help Docs
- Report issues on GitHub
What’s Next?
Now that you’re up and running:- Explore Features: Try the Graph View, Canvas, and other core features
- Install Plugins: Discover community plugins to extend functionality
- Build Your System: Develop your personal knowledge management workflow
- Learn Advanced Features: Explore templates, daily notes, and dataview queries
