No description
Find a file
2025-03-20 23:25:59 +08:00
assets Add files via upload 2025-03-06 00:28:22 +08:00
src 1.8.9 2025-03-20 23:25:59 +08:00
.editorconfig Add files via upload 2025-02-24 17:35:51 +08:00
.eslintignore Add files via upload 2025-02-24 17:35:51 +08:00
.eslintrc Add files via upload 2025-02-24 17:35:51 +08:00
.gitignore 1.8.2 2025-03-07 00:45:12 +08:00
.npmrc Add files via upload 2025-02-24 17:35:51 +08:00
esbuild.config.mjs Add files via upload 2025-02-24 17:35:51 +08:00
LICENSE Initial commit 2025-02-07 23:30:12 +08:00
main.ts 1.8.9 2025-03-20 23:25:59 +08:00
manifest.json 1.8.9 2025-03-20 23:25:59 +08:00
package-lock.json 1.8.9 2025-03-20 23:25:59 +08:00
package.json 1.8.9 2025-03-20 23:25:59 +08:00
README.md Add a command to open current note in GridView 2025-03-18 19:30:01 +08:00
README_ja.md Add a command to open current note in GridView 2025-03-18 19:30:01 +08:00
README_zhTW.md Add a command to open current note in GridView 2025-03-18 19:30:01 +08:00
styles.css 1.8.7 2025-03-18 17:17:54 +08:00
tsconfig.json Add files via upload 2025-02-24 17:35:51 +08:00
version-bump.mjs Add files via upload 2025-02-24 17:35:51 +08:00
versions.json 1.8.9 2025-03-20 23:25:59 +08:00

GridExplorer

English | 日本語 | 中文

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

demo1 demo2

Features

  • Grid View: Displays your notes and folders in a grid format for quick browsing.
  • Folder Mode: Shows notes in a folder structure, supporting entry into subfolders.
  • Bookmark Mode: Allows quick access to notes in your bookmarks.
  • Search Results Mode: Displays Obsidian's search results.
  • Custom Sorting: Supports various sorting methods, including by name, modification time, and random sorting.
  • Settings Options: Allows customization of grid item width and default sorting method.
  • Multilingual Support: Currently supports English, Traditional Chinese, Simplified Chinese, and Japanese.

Installation

  1. Download the plugin and place it in the Obsidian plugins folder.
  2. Enable this plugin in Obsidian.

Usage

  • Click the grid icon in the toolbar to open the grid view.
  • Use the right-click menu to select "Open in Grid View" on a folder.
  • Use command to view the current note in the grid view (If there is no active note currently, open the root directory).
  • In the grid view, you can click on notes to open them or click on folders to enter them.

Settings

In the plugin's settings page, you can:

  • Set folders to ignore.
  • Choose the default sorting method.
  • Adjust the width of grid items.

Contribution

If you have any suggestions or encounter issues, feel free to raise issues or submit pull requests.

License

This plugin follows the MIT License.