diff --git a/README.md b/README.md index 0e431f8..ffd9669 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Track the status of your notes with a powerful, customizable status management s - **📋 Status Assignment**: Mark notes with workflow statuses - **🎯 Multi-Status Support**: Assign multiple statuses per note -- **📁 File Explorer Icons**: Visual indicators in the file tree -- **🧭 Status Bar Integration**: View current status at a glance +- **📁 File Explorer Icons**: Visual indicators in the file tree with configurable positioning +- **🧭 Status Bar Integration**: View current status at a glance with custom unknown status icons - **⬇️ Toolbar Dropdown**: Change statuses quickly from the editor -- **📊 Status Pane**: Dedicated view organizing notes by status +- **📊 Status Pane**: Dedicated view organizing notes by status with command palette access - **⚡ Batch Operations**: Update multiple files simultaneously -- **🎨 Custom Statuses**: Define your own statuses -- **🧩 Templates Library**: Use built-in templates +- **🎨 Custom Statuses**: Define and reorder your own statuses with arrow controls +- **🧩 Template-Based Filtering**: Scope statuses by note templates for better organization - **🔧 Full Customization**: Control how and where statuses appear - **🚀 Performance**: Optimized for large vaults (40k+ notes tested) ![Hello World Screenshot](images/hello-world.png) diff --git a/wiki/Configuration Guide.md b/wiki/Configuration Guide.md index 0c2b115..6827c52 100644 --- a/wiki/Configuration Guide.md +++ b/wiki/Configuration Guide.md @@ -84,6 +84,11 @@ Controls which predefined status sets are available. ☐ Auto-hide status bar Hides when status is "unknown" Useful for clean interface when no status assigned + +Custom Unknown Status: + ✅ Show custom icon for unknown status + 📝 Custom unknown icon: [❓] + Customize the icon displayed for notes without status ``` #### File Explorer Integration @@ -95,6 +100,11 @@ Controls which predefined status sets are available. ☐ Hide unknown status in file explorer Improves visual clarity by hiding ❓ icons Recommended for large vaults + +Icon Position: [Before name | After name] + Configure where status icons appear in the file tree + Before name: Shows status before filename + After name: Shows status after filename (default) ``` #### Status Pane Options @@ -308,18 +318,36 @@ Items per page: 50 (reduce from default 100) ☐ Auto-hide status bar (reduce DOM updates) ``` +### Template-Based Status Scoping + +#### Overview + +``` +✅ Enable template-based filtering + Scope statuses to specific note templates + Organize status groups by note type +``` + +#### Template Configuration + +1. **Define note templates** in your vault +2. **Associate statuses with templates** in settings +3. **Filter status pane** by template type + +**Example workflow**: + +``` +Daily Notes Template → [active, completed, onHold] +Project Template → [planning, inProgress, testing, live] +Meeting Template → [scheduled, completed, followUp] +``` + +#### Status Pane Filtering + +- **Template dropdown** filters notes by template type +- **Combined filtering** works with status and search filters +- **Grouped view** organizes by template and status + ### Import/Export Configuration -WIP - -#### Export Settings - -WIP - -#### Import Process - -WIP - -#### Migration Between Vaults - -WIP +_This feature is planned for future releases._ diff --git a/wiki/Home Page.md b/wiki/Home Page.md index f5c7b54..ec41c0c 100644 --- a/wiki/Home Page.md +++ b/wiki/Home Page.md @@ -26,12 +26,13 @@ Welcome to the comprehensive documentation for the Note Status plugin for Obsidi - ✅ Status assignment (active, on hold, completed, dropped) - ✅ Multiple statuses per note -- ✅ File explorer integration -- ✅ Status bar display +- ✅ File explorer integration with configurable icon positioning +- ✅ Status bar display with custom unknown status icons - ✅ Dropdown status selector -- ✅ Dedicated status pane +- ✅ Dedicated status pane with command palette access - ✅ Batch operations -- ✅ Custom statuses and templates +- ✅ Custom statuses with reorder controls and templates +- ✅ Template-based status scoping and filtering ### Advanced Features @@ -84,4 +85,4 @@ We welcome contributions! See the [[Development Setup]] guide to get started. --- -_Last updated: [Current Date]_ _Plugin version: 1.0.12_ +_Last updated: July 20, 2025_ _Plugin version: 1.0.14_