Get AI summaries of any video or article — Sign up free
15 Tips to Level Up Your Obsidian Workflow thumbnail

15 Tips to Level Up Your Obsidian Workflow

Prakash Joshi Pax·
5 min read

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.

TL;DR

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?

The local graph is a simplified graph that filters relationships down to the node currently open in the editor. Instead of showing the entire vault’s network, it focuses on the open note’s links and connections, making it easier to understand what’s related without distraction. It can also be dragged into the sidebar so those connections remain visible while switching between notes.

What practical effect does pinning a note have on how links open?

Pinning a note changes link opening behavior. When a note is pinned, links opened from that note open in a new tab. If the note isn’t pinned, links open in the same tab, replacing whatever was previously open. This lets users control whether they want to preserve the current context or branch into a separate tab.

How can a user force linked notes to open in a new tab without pinning everything?

While clicking an internal link, holding the command key opens the linked note in a new tab. Without holding the command key, the link opens in the current tab. This provides a quick, per-link override for tab management.

Which shortcuts reduce friction for repetitive editing tasks like checkboxes and navigation?

The transcript highlights assigning hotkeys for common actions such as toggling the sidebar (shift + arrow keys), moving between nodes (option/arrow keys), and cycling through lists/paragraphs/checkboxes (a command/return hotkey). For checkboxes, it recommends using a hotkey to cycle and create them instead of manually writing Markdown syntax, which becomes time-consuming over many items.

How do Slash Commands, Workspaces, and Link Preview change the editing workflow?

Slash Commands enables command search directly in editor mode using the “/” key, so users can trigger commands without leaving the writing area. Workspaces supports switching between different layout templates for different purposes (tasks, knowledge management, planning) via a hotkey. Link Preview allows hovering over internal links to preview content without opening new tabs, with an option to show previews when holding the command key.

What’s the difference between drag-and-drop attachments and option-drag absolute links?

Drag-and-drop copies the file into the vault (based on the configured attachment location) and creates an embedded link in the note. Option-drag creates an absolute link instead: the file isn’t copied into the vault, and clicking the link opens it with the default app. The choice determines whether vault storage and embedded previews are used.

Review Questions

  1. When would pinning a note be better than relying on holding the command key while clicking links?
  2. How does the local graph’s filtering to the open node change what you can quickly infer about your notes’ relationships?
  3. What combination of plugins and settings would you use to keep important metadata visible without cluttering the note body?

Key Points

  1. 1

    Use the local graph to focus on connections for the currently open note, and pin it to the sidebar for persistent context.

  2. 2

    Pinning a note changes link behavior: pinned notes open links in new tabs, while unpinned notes reuse the current tab.

  3. 3

    Add frequently used notes (like dashboards) to the sidebar so they stay available across sessions.

  4. 4

    Assign hotkeys to high-frequency commands—especially navigation, sidebar toggling, and list/checkbox cycling—to cut repetitive work.

  5. 5

    Use Slash Commands and Link Preview to trigger actions and preview linked content without leaving the editor or opening extra tabs.

  6. 6

    Configure attachment storage in Settings so clipboard images and dropped files land in the right folder structure.

  7. 7

    Choose between drag-and-drop (copies into the vault with embedded links) and option-drag (creates absolute links that open externally).

Highlights

Local graph is a filtered relationship view centered on the currently open node, and it can be pinned to the sidebar for constant connection awareness.
Pinning notes controls tab behavior: pinned links open in new tabs; unpinned links replace the current tab.
Slash Commands brings command search into editor mode, while Link Preview enables hover-based previews without opening new tabs.
Workspaces lets users switch between different vault layouts for tasks, knowledge management, and planning using a hotkey.
Absolute links via option-drag don’t copy files into the vault, while drag-and-drop copies files and embeds links.

Topics

Mentioned