From 0f27dea933c38ea7dff838cad435931bede7b6b0 Mon Sep 17 00:00:00 2001 From: Ninjalope <104609007+Ninjalope@users.noreply.github.com> Date: Fri, 3 Apr 2026 21:41:21 -0500 Subject: [PATCH] Add visuals to README, up version --- README.md | 16 +++++++++++++++- manifest.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfd78f4..cb8ed49 100644 --- a/README.md +++ b/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. +![drag to folder](https://github.com/user-attachments/assets/232441b8-2913-41b0-bee0-bbe9c42db995) + ## 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 + ![multi select move](https://github.com/user-attachments/assets/32c7fc18-1d05-47af-abb8-f89144cd9346) +![drag to pos in folder](https://github.com/user-attachments/assets/dbc9a8b2-f47f-446b-b33c-879dbba9d299) + + ### 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). +![drag to folder](https://github.com/user-attachments/assets/f225b8c1-813d-4295-b689-850255a1ec88) +![Reordering folders](https://github.com/user-attachments/assets/9accc70d-839d-4078-8b6e-6622905bbd54) + + ### 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 +![context menus](https://github.com/user-attachments/assets/7a122f72-601f-4ece-bffe-ee94acfc8c6a) +Screenshot 2026-04-03 at 9 39 02 PM + + ## 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..." diff --git a/manifest.json b/manifest.json index faa1dae..d9c7b7d 100644 --- a/manifest.json +++ b/manifest.json @@ -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",