Obsidian Power Tips
Get more out of Obsidian with these productivity features.
Essential Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Quick Switcher (find any page) | Ctrl+O |
| Global Search | Ctrl+Shift+F |
| Search in current file | Ctrl+F |
| Toggle Edit/Preview | Ctrl+E |
| Open Graph View | Ctrl+G |
| Open Command Palette | Ctrl+P |
| Create new note | Ctrl+N |
| Open link in new pane | Ctrl+Click |
| Go back | Ctrl+Alt+← |
| Go forward | Ctrl+Alt+→ |
The Quick Switcher (Ctrl+O)
This is your best friend. Type any part of a filename to jump directly there.
Tips:
- Type
termto findterminology.md - Type
qualto findquality.md(search for “quality”) - Use arrows to select, Enter to open
Graph View (Ctrl+G)
Visual map of how pages connect.
Local Graph
- Open any page
- Click the “Open local graph” button in the right sidebar
- See only connections to/from that page
Global Graph
- Press
Ctrl+G - See all pages and connections
- Click any node to open that page
Graph Filters
In the graph view settings (gear icon):
- Filter by tags
- Adjust link distance
- Change node colors
Backlinks Panel
See every page that links TO the current page.
- Open right sidebar (click the icon or drag from edge)
- Look for “Backlinks” section
- Click any backlink to navigate there
Why it matters: Find related content you might have forgotten about.
Split Panes
Work with multiple pages side-by-side.
Ctrl+Clicka link to open in new pane- Drag pane headers to rearrange
- Right-click header → “Open linked view” to link two panes
Templates (Optional)
- Create a
templates/folder - Add template files (e.g.,
templates/new-page.md) - Settings → Core Plugins → Enable “Templates”
- Use:
Ctrl+P→ “Insert template”
Tags
Adding Tags
In frontmatter:
---
tags: [quality, process, reference]
---Or inline: #quality and #processes
Finding Tags
Click any tag to see all pages with that tag, or search: tag:#quality
Search Tricks
Advanced Operators
| Operator | Example | Finds |
|---|---|---|
| Exact phrase | "detection timing" | Exact match |
| Tag | tag:#quality | Pages with tag |
| In file | file:terminology | In specific file |
| Path | path:company | In specific folder |
| Heading | section:overview | In section headings |
Combining
tag:#quality path:company "root cause"
Starred Pages
Quick access to frequently used pages — click the star icon in the header.
Recommend starring: terminology.md, index.md, pages you’re currently editing.
Recommended Plugins
| Plugin | Purpose |
|---|---|
| Calendar | Navigate daily notes |
| Outliner | Better bullet list editing |
| Advanced Tables | Easier table editing |
| Git | Git integration in Obsidian |
Install: Settings → Community Plugins → Turn off Restricted Mode → Browse → Search → Install → Enable
Sync Options
Git (Current Setup)
git pull # Before editing
git add -A && git commit -m "msg" && git push # After editingOther Options
- Obsidian Sync ($10/month, automatic)
- OneDrive/Dropbox folder sync
- Syncthing (free, self-hosted)
Troubleshooting
Links Not Working
- Check spelling matches filename exactly
- Check path is correct (
[[folder/file]]) - File extensions not needed (
[[page]]not[[page.md]])
Graph View Empty
- Make sure you have the vault open
- Check there are
.mdfiles in the folder - Try:
Ctrl+P→ “Reload app without saving”
Search Not Finding Content
- Wait for indexing to complete (progress bar at bottom)
- Try simpler search terms
Related Pages
- connect-ai - AI agent integration
- edit-wiki - Contributing content
Last updated: February 2026