Get AI summaries of any video or article — Sign up free
10 Obsidian Plugins Nobody Talks About(But You Should be Using) thumbnail

10 Obsidian Plugins Nobody Talks About(But You Should be Using)

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

“Remember cursor position” returns the cursor/scroll location to where it was when a note is reopened, reducing time spent scrolling back in long documents.

Briefing

Obsidian’s plugin ecosystem is huge, but day-to-day productivity often comes from small workflow tweaks rather than headline features. A set of lesser-known plugins can reduce friction in editing, navigation, sorting, recovery, organization, and even how new tabs and backups behave—so notes stay easier to find, safer to lose, and faster to manage.

The list starts with “Remember cursor position,” a quality-of-life fix for long-form writing. When a user moves between headings or nodes and later reopens a note, the cursor and scroll position normally jump back to the start. With this plugin enabled, reopening a note returns the cursor to where it was left, eliminating the need to manually scroll back to the last edit point—especially helpful when working across multiple sections of a book note or other large documents.

Next comes “Hide sidebar on window resize,” which automatically hides or shows the left sidebar based on window width. The plugin is configured with a threshold width, so users can keep sidebars visible on larger screens and hide them when the window narrows—useful for multitasking setups like side-by-side browser and Obsidian windows. Instead of repeatedly clicking to collapse and expand the sidebar, resizing handles it.

For users who rely on Data View and tables, “Sortable” (archived by its creator) adds click-to-sort behavior to properties. The plugin is installed via the BRAT plugin using a GitHub URL because it’s not available in the main community plugin store. Once installed, clicking property headers sorts the displayed notes—whether the underlying view is a Data View query or an Obsidian table—without rewriting the sort function in the query.

Accidental deletion is addressed with “Trash Explorer.” After configuring Obsidian to move deleted files to “Obsidian trash” (not system trash), the plugin surfaces a trash list inside Obsidian’s UI. Deleted notes can then be browsed and restored directly from the sidebar icon or ribbon menu.

Organization automation gets a major boost from “Auto Note Mover.” Users define rules based on tags or titles and choose triggers (automatic on create/edit/rename, or manual). In the example workflow, notes containing a “#atomic” tag are moved into an Atomic notes folder, while “#literature” notes go to a resources folder—turning routine filing into an automatic background task.

Navigation and interface polish round out the set. “Quick Explorer” brings folder browsing into the tab area, including hover previews of notes, reducing reliance on the left file explorer. “Beauty Tab” replaces the new-tab experience with a customizable page featuring a clock, greeting, recent files, bookmarks, and optional wallpaper or images. “Local Backup” creates on-device vault backups with configurable history length, backup intervals, output location, and restore support. Finally, “Global Hotkey” enables system-wide shortcuts that run Obsidian commands even when Obsidian is minimized, while “Hotkeys for specific file” lets users assign hotkeys to open particular notes directly.

Taken together, these plugins focus on practical friction points: where the cursor lands, how sidebars behave, how lists sort, how deletions are recovered, how notes get filed, and how quickly the right content appears—without forcing users to overhaul their existing Obsidian setup.

Cornell Notes

Several lesser-known Obsidian plugins target everyday friction: editing continuity, navigation speed, safer recovery, and automated organization. “Remember cursor position” restores the cursor/scroll location when reopening notes, saving time on long documents. “Hide sidebar on window resize” toggles the sidebar automatically based on window width, improving multitasking. “Sortable” adds click-to-sort for Data View queries and tables (installed via BRAT because it’s archived). “Auto Note Mover” uses tag/title rules and triggers to automatically move notes into the right folders, while “Trash Explorer” and “Local Backup” improve recovery options.

How does “Remember cursor position” change the experience of working in long notes?

Without it, reopening a note typically returns the cursor to the start, forcing manual scrolling back to where editing stopped. With the plugin enabled, reopening places the cursor at the last saved location within the note—so moving between headings or nodes doesn’t require re-finding the last edit point.

What problem does “Hide sidebar on window resize” solve, and how is it configured?

It removes the need to manually collapse/expand the sidebar when switching between narrow and wide layouts. The plugin hides the sidebar when the window width drops below a configured threshold and shows it again when the width exceeds that level. This supports multitasking setups like placing Obsidian beside a browser.

Why is “Sortable” useful for Data View users, and what’s different about its installation?

It enables sorting by clicking property headers instead of rewriting the Data View query’s sort function. Because the plugin is archived, it isn’t available in the community plugin store; installation requires using BRAT with a GitHub URL for “obsidian sortable.” Once enabled, clicking properties sorts the displayed notes by fields like file name, author, or ratings.

What must be set for “Trash Explorer” to work correctly?

Trash Explorer depends on Obsidian’s deletion destination. In settings (File and links → deleted files), the user must choose “move to obsidian trash” rather than “move to system trash” or “permanently delete.” After that, deleted notes appear inside Obsidian’s trash interface for browsing and recovery.

How does “Auto Note Mover” decide where notes go, and what triggers can run it?

It uses rules based on tags or titles. When a note matches a rule, the plugin moves it to the corresponding folder. Triggers can be automatic (on create, edit, or rename) or manual (the user triggers the move). In the example, “#atomic” notes go to an Atomic notes folder and “#literature” notes go to a resources folder.

How do “Global Hotkey” and “Hotkeys for specific file” differ in what they enable?

“Global Hotkey” maps Obsidian commands to system-wide shortcuts, so they work even when Obsidian is minimized (or while using other apps). “Hotkeys for specific file” creates hotkeys tied to particular notes, letting users open a named file directly via a shortcut (configured in the plugin options and then assigned through Obsidian’s hotkeys UI).

Review Questions

  1. Which plugin(s) directly prevent losing your place when reopening a note, and what exact behavior changes?
  2. What steps are required to install “Sortable,” and why does that process differ from typical community plugins?
  3. How would you set up “Auto Note Mover” to route notes based on both tags and titles, and which trigger mode would you choose for your workflow?

Key Points

  1. 1

    “Remember cursor position” returns the cursor/scroll location to where it was when a note is reopened, reducing time spent scrolling back in long documents.

  2. 2

    “Hide sidebar on window resize” automatically collapses or shows the sidebar based on a configurable window-width threshold, supporting multitasking layouts.

  3. 3

    “Sortable” enables click-to-sort for Data View queries and tables by property headers, but it requires installation via BRAT because it’s archived and not in the main store.

  4. 4

    “Trash Explorer” only works when Obsidian is set to move deleted files to “obsidian trash,” enabling in-app browsing and recovery of deleted notes.

  5. 5

    “Auto Note Mover” automates filing by moving notes into folders using tag/title rules with automatic (create/edit/rename) or manual triggers.

  6. 6

    “Quick Explorer” reduces reliance on the left file explorer by providing folder browsing and hover previews directly from the tab area.

  7. 7

    “Global Hotkey” and “Hotkeys for specific file” provide shortcut-driven navigation—system-wide command execution versus direct opening of specific notes.

Highlights

“Remember cursor position” prevents the cursor from snapping back to the top when reopening a note, keeping long-form editing efficient.
“Sortable” turns Data View property sorting into a one-click action—without rewriting the underlying query sort function.
Trash recovery becomes easier with “Trash Explorer,” but only after switching deleted-file handling to “move to obsidian trash.”
“Auto Note Mover” can file notes automatically based on tags like #atomic and #literature, turning organization into a background process.
System-wide shortcuts are possible with “Global Hotkey,” letting Obsidian commands run even when the app is minimized.

Topics

Mentioned