This is a grid view plugin designed for Obsidian, aimed at providing a more intuitive way to browse and manage your notes and folders.

Find "GridExplorer" in the Community plugins through the Obsidian app.
jpg / jpegpnggifwebpavifbmpsvgmp4webmmovavimkvogvflacm4amp3oggwav3gpmd (Markdown)pdfcanvasbaseCreate a folder note by using the right-click menu on a folder. After creation, you'll see an icon on the folder, and you can set the folder's sorting method in the note's Metadata.
---
sort: name-desc
color: red
---
Available sorting methods:
Available colors:
| Mode/Feature | CSS Class |
|---|---|
| Custom Mode | .ge-mode-custom |
| Folder Mode | .ge-mode-folder |
| Bookmarks | .ge-mode-bookmarks |
| Search | .ge-mode-search |
| Backlinks | .ge-mode-backlinks |
| Outgoing Links | .ge-mode-outgoinglinks |
| All Files | .ge-mode-all-files |
| Recent Files | .ge-mode-recent-files |
| Random Files | .ge-mode-random-note |
| Tasks | .ge-mode-tasks |
| Folder Notes | .ge-foldernote |
| Pinned Items | .ge-pinned |
If you have any suggestions or encounter issues, feel free to raise issues or submit pull requests.
This plugin follows the MIT License.