15 Tips to Level Up Your Obsidian Workflow
Based on Prakash Joshi Pax's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Use the local graph to focus on connections for the currently open note, and pin it to the sidebar for persistent context.
Briefing
Obsidian power users can speed up navigation and reduce tab clutter by combining three workflow moves: local graph views, smarter link opening, and aggressive hotkey/command use. The local graph feature creates a simplified relationship map that filters the graph down to the currently open node, making it far easier to see which notes connect to what—without wading through the entire vault’s network. That local graph can also be pinned to the sidebar, so connections stay visible while moving between related notes.
Link handling is the next lever for staying in flow. Pinning a note changes how links behave: pinned notes open their links in new tabs, while unpinned notes reuse the current tab and replace its contents. For long-running dashboards or frequently referenced pages, pinning isn’t enough—adding the pinned note to the sidebar effectively “locks” it in place so it remains available across sessions. This is positioned as a practical way to keep an always-on task dashboard or a set of important links within one click’s reach.
From there, the workflow shifts toward faster creation and editing. New notes can be opened in a new tab via command palette or a dedicated hotkey, and existing linked notes can be forced into a new tab by holding the command key while clicking the link. Multi-cursor editing is another time-saver: holding the option key and selecting multiple positions creates several cursors, letting users type or edit in multiple places simultaneously.
Hotkeys and command-driven editing tie the whole system together. Obsidian’s settings allow assigning hotkeys to many commands, including sidebar toggling, navigation between nodes, quick switching, cycling through lists/paragraphs/checkboxes, closing and reopening notes, deleting notes, moving notes to folders, and revealing a note’s location in the file explorer. For checkbox creation, the transcript highlights a shortcut that avoids manual Markdown syntax and speeds up repetitive formatting.
Several core plugins further streamline day-to-day work. The Slash Commands plugin brings command search directly into the editor using “/”, while the Workspaces plugin supports switching between different layouts for different goals—tasks, knowledge management, or project planning—using a hotkey. Link Preview lets users hover over internal links to preview content without opening new tabs, with an added option to show previews when holding the command key.
On the content side, the transcript details attachment and media handling. Images can be added from the clipboard directly into the vault, with attachment storage configured under Settings (vault folder, current file folder, subfolders, or a specific location). An image plugin is mentioned as uploading images to the cloud and embedding them in notes; otherwise, images are stored locally. For consistent formatting, image sizing can be controlled by specifying width (e.g., using a pipe with a numeric width). File management is handled through both drag-and-drop (copying into the vault and creating an embedded link) and option-dragging (creating an absolute link that opens with the default app without copying the file).
Finally, organization features round out the workflow: prefixing note titles with numbers, symbols, or emojis keeps important notes at the top; backlinks can be toggled via command palette; and a “file properties” sidebar view can be enabled by hiding in-document properties and adding the core properties plugin to the sidebar. The result is a vault setup optimized for rapid navigation, consistent layout, and less friction when moving between connected ideas.
Cornell Notes
Local graph views simplify Obsidian’s network by showing only the currently open node’s connections, and they can be pinned to the sidebar for constant context. Pinning notes changes link behavior: pinned notes open linked pages in new tabs, while unpinned notes reuse the current tab. Hotkeys and command-driven workflows reduce time spent on repetitive actions, including navigation, checkbox/list cycling, and note management. Core plugins like Slash Commands, Workspaces, and Link Preview bring command search, layout switching, and hover-based previews directly into the editing flow. For media and organization, clipboard image import, configurable attachment locations, absolute vs embedded links, and sidebar file properties help keep the vault consistent and easy to scan.
How does the local graph differ from Obsidian’s full graph, and why does that matter for daily navigation?
What practical effect does pinning a note have on how links open?
How can a user force linked notes to open in a new tab without pinning everything?
Which shortcuts reduce friction for repetitive editing tasks like checkboxes and navigation?
How do Slash Commands, Workspaces, and Link Preview change the editing workflow?
What’s the difference between drag-and-drop attachments and option-drag absolute links?
Review Questions
- When would pinning a note be better than relying on holding the command key while clicking links?
- How does the local graph’s filtering to the open node change what you can quickly infer about your notes’ relationships?
- What combination of plugins and settings would you use to keep important metadata visible without cluttering the note body?
Key Points
- 1
Use the local graph to focus on connections for the currently open note, and pin it to the sidebar for persistent context.
- 2
Pinning a note changes link behavior: pinned notes open links in new tabs, while unpinned notes reuse the current tab.
- 3
Add frequently used notes (like dashboards) to the sidebar so they stay available across sessions.
- 4
Assign hotkeys to high-frequency commands—especially navigation, sidebar toggling, and list/checkbox cycling—to cut repetitive work.
- 5
Use Slash Commands and Link Preview to trigger actions and preview linked content without leaving the editor or opening extra tabs.
- 6
Configure attachment storage in Settings so clipboard images and dropped files land in the right folder structure.
- 7
Choose between drag-and-drop (copies into the vault with embedded links) and option-drag (creates absolute links that open externally).