mirror of
https://github.com/ninjalope/obsidian-sortable-file-explorer.git
synced 2026-07-22 06:42:15 +00:00
Add visuals to README, up version
This commit is contained in:
parent
71f0119b04
commit
0f27dea933
2 changed files with 16 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -18,6 +18,8 @@ An alternative file explorer for Obsidian with drag & drop reordering for custom
|
|||
- **Keyboard-friendly**: Navigation and shortcuts aligned with common file manager conventions.
|
||||
- **Mobile stance**: Mobile reflects desktop-defined ordering even though drag-and-drop is primarily desktop-oriented.
|
||||
- **Context-menu compatibility**: Designed to work alongside other plugins that add file-explorer context menu items.
|
||||

|
||||
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -27,18 +29,29 @@ An alternative file explorer for Obsidian with drag & drop reordering for custom
|
|||
- **Multi-Selection**: Use Shift-click for range selection or Ctrl/Cmd-click for individual items
|
||||
- **Intelligent Drag & Drop**: Visual indicators show exactly where items will be placed
|
||||
- **Inline Renaming**: Rename files and folders directly in the explorer
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
### Advanced Features
|
||||
- **Batch Operations**: Move, duplicate, or delete multiple files at once
|
||||
- **Smart Drop Zones**: Drop onto folder centers to move items inside, or between items to reorder
|
||||
- **External File Import**: Drag files from your operating system directly into Obsidian
|
||||
- **Accurate Drop Highlighting**: When dragging from Finder/Explorer, only the specific folder that will receive the drop is highlighted (or the root if over whitespace/left gutter).
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
### User Experience
|
||||
- **Context Menus**: Right-click for file and folder operations
|
||||
- **Keyboard Friendly**: Supports standard selection patterns and navigation
|
||||
- **Visual Feedback**: Clear indicators for drag operations and selections
|
||||
- **Stable Performance**: Optimized for large vaults with throttled operations
|
||||

|
||||
<img width="812" height="587" alt="Screenshot 2026-04-03 at 9 39 02 PM" src="https://github.com/user-attachments/assets/a112a7a7-36e2-44e5-9c1b-38f63c9dd075" />
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -63,6 +76,7 @@ An alternative file explorer for Obsidian with drag & drop reordering for custom
|
|||
2. **Basic Navigation**: Single-click files to open them, folders to expand/collapse
|
||||
3. **Multi-Select**: Hold Shift for range selection. Cmd/Ctrl-click behavior is configurable (new tab vs. multi-select).
|
||||
|
||||
|
||||
### File Operations
|
||||
- **Rename**: Right-click → "Rename..." or use the rename command
|
||||
- **Move Files**: Drag items to new locations or use right-click → "Move to..."
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sortable-file-explorer",
|
||||
"name": "Sortable File Explorer",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"minAppVersion": "1.9.0",
|
||||
"description": "Alternative file explorer with custom sorting and drag & drop.",
|
||||
"author": "Ninjalope",
|
||||
|
|
|
|||
Loading…
Reference in a new issue