Simple Home Page
approvedby Samy Elkinani
Open a simple home page with file-name search, recent notes, deleted-note restore, and vault navigation. - This plugin has not been manually reviewed by Obsidian staff.
Simple Home Page
Simple Home Page adds a focused home screen to Obsidian with fast file-name search, recent-note access, deleted-note restore, and quick vault navigation. Obsidian Plugin View: https://community.obsidian.md/plugins/simple-home
Features
- File-name search for notes and folders
- Recent notes, pinned notes, and deleted notes tabs
- Local trash with restore and permanent delete actions
- Recent folders and a simplified vault tree for navigation
- Open last closed note and reopen recently closed notes
- Create temporary notes directly from Home
- Theme-aware styling that follows your Obsidian appearance settings
Installation
Community Plugins
Install Simple Home Page from Obsidian's Community Plugins browser once it is available there.
Manual Installation
- Close Obsidian.
- Copy
manifest.json,main.js, andstyles.cssinto.obsidian/plugins/simple-home/. - Reopen Obsidian.
- Enable
Simple Home PageinSettings -> Community plugins.
Usage
- Use the Home button or the
Simple Home Page: Open homecommand to open the view. - Search matches note and folder names, not file contents.
- The
Deletedtab lets you restore notes moved to the plugin's local bin or remove them permanently. - The
Open last closed notebutton reopens the most recent closed note. Cmdon macOS orCtrlon Windows/Linux while clickingOpen last closed noteopens recently closed notes in new tabs.- The
Create temporary notebutton creates a new note in the temporary folder. Cmdon macOS orCtrlon Windows/Linux while clickingCreate temporary noteopens the new temporary note in a new tab.
Commands
You can assign hotkeys to these commands in Settings -> Hotkeys:
Simple Home Page: Open homeSimple Home Page: Open home in left sidebarSimple Home Page: Open last closed noteSimple Home Page: Open recently closed notesSimple Home Page: Create temporary noteSimple Home Page: Focus home search
Local Bin
When you delete a note from Home, the plugin moves it into a local bin at bin/local-home-page/ instead of deleting it immediately. You can restore it later from the Deleted tab or remove it permanently.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.