diff --git a/components/SettingsUI.tsx/UISettings.tsx b/components/SettingsUI.tsx/UISettings.tsx index c33556f..82d293e 100644 --- a/components/SettingsUI.tsx/UISettings.tsx +++ b/components/SettingsUI.tsx/UISettings.tsx @@ -92,17 +92,6 @@ export const UISettings: React.FC = ({ settings, onChange }) => { /> - - - -

Unknown Status Customization

5000 notes) -``` - ### Status Behavior #### Multiple Status Support @@ -303,14 +292,6 @@ Ctrl+Shift+S → Change status of current note ### Performance Tuning -#### Large Vault Settings (5000+ notes) - -``` -✅ Exclude unassigned notes from status pane -✅ Hide unknown status in file explorer -Items per page: 50 (reduce from default 100) -``` - #### Memory Optimization ``` diff --git a/wiki/Performance Tuning.md b/wiki/Performance Tuning.md index a9926e4..71d9410 100644 --- a/wiki/Performance Tuning.md +++ b/wiki/Performance Tuning.md @@ -4,14 +4,6 @@ Optimize Note Status for large vaults (tested up to 40k notes). ## Quick Wins -### Essential Settings for 5k+ Notes - -``` -✅ Exclude unassigned notes from status pane -✅ Hide unknown status in file explorer -Pagination: 50-100 items per page -``` - ### Disable Heavy Features ``` @@ -24,7 +16,6 @@ Pagination: 50-100 items per page ```json { "showStatusIconsInExplorer": false, - "excludeUnknownStatus": true, "hideUnknownStatusInExplorer": true, "enabledTemplates": ["minimal"] } diff --git a/wiki/Quick Start Guide.md b/wiki/Quick Start Guide.md index 732d529..87224ba 100644 --- a/wiki/Quick Start Guide.md +++ b/wiki/Quick Start Guide.md @@ -82,15 +82,6 @@ Enable a template for instant statuses: - Select multiple files for batch updates - ![Status Pane Screenshot](images/batch-updates.png) ![File Explorer Screenshot](images/file-explorer.png) -## Performance Setup (Large Vaults) - -If you have 1000+ notes, set the settings: - -``` -✅ Exclude unassigned notes from status pane -✅ Hide unknown status in file explorer -``` - ## Frontmatter Format The plugin stores statuses in YAML frontmatter: