mirror of
https://github.com/devon22/obsidian-gridexplorer.git
synced 2026-07-22 05:38:16 +00:00
Add files via upload
This commit is contained in:
parent
dd7d787b51
commit
2be973cbd4
3 changed files with 130 additions and 86 deletions
86
README.md
86
README.md
|
|
@ -1,44 +1,44 @@
|
|||
# GridExplorer
|
||||
|
||||
[中文](README_zhTW.md) | 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.
|
||||
|
||||

|
||||
|
||||
## 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 Traditional Chinese, English, 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.
|
||||
- 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
|
||||
|
||||
# GridExplorer
|
||||
|
||||
[中文](README_zhTW.md) | English | [日本語](README_ja.md)
|
||||
|
||||
This is a grid view plugin designed for Obsidian, aimed at providing a more intuitive way to browse and manage your notes and folders.
|
||||
|
||||

|
||||
|
||||
## 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 Traditional Chinese, English, 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.
|
||||
- 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](LICENSE).
|
||||
44
README_ja.md
Normal file
44
README_ja.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# GridExplorer
|
||||
|
||||
[中文](README_zhTW.md) | [English](README.md) | 日本語
|
||||
|
||||
これは Obsidian 用のグリッドビュープラグインで、ノートやフォルダをより直感的に閲覧・管理するための方法を提供することを目的としています。
|
||||
|
||||

|
||||
|
||||
## 機能
|
||||
|
||||
- **グリッドビュー**:ノートやフォルダをグリッド形式で表示し、素早く閲覧できます。
|
||||
- **フォルダモード**:フォルダ構造でノートを表示し、サブフォルダへの移動をサポートします。
|
||||
- **ブックマークモード**:ブックマークに登録したノートへ素早くアクセスできます。
|
||||
- **検索結果モード**:Obsidian の検索結果を表示します。
|
||||
- **カスタムソート**:名前、更新日時、ランダムソートなど、様々な並べ替え方法をサポートします。
|
||||
- **設定オプション**:グリッドアイテムの幅やデフォルトの並べ替え方法をカスタマイズできます。
|
||||
- **多言語サポート**:現在、繁体字中国語、英語、簡体字中国語、日本語をサポートしています。
|
||||
|
||||
## インストール
|
||||
|
||||
1. プラグインをダウンロードし、Obsidian のプラグインフォルダに配置します。
|
||||
2. Obsidian でこのプラグインを有効にします。
|
||||
|
||||
## 使用方法
|
||||
|
||||
- ツールバーのグリッドアイコンをクリックしてグリッドビューを開きます。
|
||||
- フォルダを右クリックして「グリッドビューで開く」を選択します。
|
||||
- グリッドビューでは、ノートをクリックして開いたり、フォルダをクリックして中に入ったりすることができます。
|
||||
|
||||
## 設定
|
||||
|
||||
プラグインの設定ページでは、以下のことができます:
|
||||
|
||||
- 無視するフォルダを設定する。
|
||||
- デフォルトの並べ替え方法を選択する。
|
||||
- グリッドアイテムの幅を調整する。
|
||||
|
||||
## 貢献
|
||||
|
||||
提案や問題がある場合は、遠慮なく問題を提起したり、プルリクエストを提出したりしてください。
|
||||
|
||||
## ライセンス
|
||||
|
||||
このプラグインは [MIT License](LICENSE) に従います。
|
||||
|
|
@ -1,44 +1,44 @@
|
|||
# GridExplorer
|
||||
|
||||
中文 | [English](README.md)
|
||||
|
||||
這是一個為 Obsidian 設計的網格視圖插件,旨在提供更直觀的方式來瀏覽和管理您的筆記和資料夾。
|
||||
|
||||

|
||||
|
||||
## 功能
|
||||
|
||||
- **網格視圖**:以網格形式顯示您的筆記和資料夾,方便快速瀏覽。
|
||||
- **資料夾模式**:以資料夾結構顯示筆記,支持進入子資料夾。
|
||||
- **書籤模式**:可以快速訪問您書籤中的筆記。
|
||||
- **搜尋結果模式**:顯示 Obsidian 的搜尋結果。
|
||||
- **自定義排序**:支持多種排序方式,包括名稱、修改時間和隨機排序。
|
||||
- **設定選項**:可以自定義網格項目的寬度和預設排序方式。
|
||||
- **多語言支持**:目前支持繁體中文、英文、簡體中文和日文。
|
||||
|
||||
## 安裝
|
||||
|
||||
1. 下載插件並將其放入 Obsidian 的插件資料夾中。
|
||||
2. 在 Obsidian 中啟用此插件。
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 點擊工具列中的網格圖標以開啟網格視圖。
|
||||
- 使用右鍵菜單可以在資料夾上選擇「在網格視圖中開啟」。
|
||||
- 在網格視圖中,您可以點擊筆記以打開它們,或點擊資料夾以進入。
|
||||
|
||||
## 設定
|
||||
|
||||
在插件的設定頁面中,您可以:
|
||||
|
||||
- 設定要忽略的資料夾。
|
||||
- 選擇預設的排序方式。
|
||||
- 調整網格項目的寬度。
|
||||
|
||||
## 貢獻
|
||||
|
||||
如果您有任何建議或發現問題,歡迎提出問題或提交拉取請求。
|
||||
|
||||
## 授權
|
||||
|
||||
# GridExplorer
|
||||
|
||||
中文 | [English](README.md) | [日本語](README_ja.md)
|
||||
|
||||
這是一個為 Obsidian 設計的網格視圖插件,旨在提供更直觀的方式來瀏覽和管理您的筆記和資料夾。
|
||||
|
||||

|
||||
|
||||
## 功能
|
||||
|
||||
- **網格視圖**:以網格形式顯示您的筆記和資料夾,方便快速瀏覽。
|
||||
- **資料夾模式**:以資料夾結構顯示筆記,支持進入子資料夾。
|
||||
- **書籤模式**:可以快速訪問您書籤中的筆記。
|
||||
- **搜尋結果模式**:顯示 Obsidian 的搜尋結果。
|
||||
- **自定義排序**:支持多種排序方式,包括名稱、修改時間和隨機排序。
|
||||
- **設定選項**:可以自定義網格項目的寬度和預設排序方式。
|
||||
- **多語言支持**:目前支持繁體中文、英文、簡體中文和日文。
|
||||
|
||||
## 安裝
|
||||
|
||||
1. 下載插件並將其放入 Obsidian 的插件資料夾中。
|
||||
2. 在 Obsidian 中啟用此插件。
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 點擊工具列中的網格圖標以開啟網格視圖。
|
||||
- 使用右鍵菜單可以在資料夾上選擇「在網格視圖中開啟」。
|
||||
- 在網格視圖中,您可以點擊筆記以打開它們,或點擊資料夾以進入。
|
||||
|
||||
## 設定
|
||||
|
||||
在插件的設定頁面中,您可以:
|
||||
|
||||
- 設定要忽略的資料夾。
|
||||
- 選擇預設的排序方式。
|
||||
- 調整網格項目的寬度。
|
||||
|
||||
## 貢獻
|
||||
|
||||
如果您有任何建議或發現問題,歡迎提出問題或提交拉取請求。
|
||||
|
||||
## 授權
|
||||
|
||||
此插件遵循 [MIT License](LICENSE)。
|
||||
Loading…
Reference in a new issue