From ac5c062de6e54004fbfb2c5f8661168a46444342 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Mon, 21 Jul 2025 18:55:19 +0200 Subject: [PATCH] chore: remove unused setting --- components/SettingsUI.tsx/UISettings.tsx | 11 ----------- constants/defaultSettings.ts | 1 - integrations/views/grouped-dashboard-view.tsx | 3 +-- integrations/views/grouped-status-view.tsx | 3 +-- integrations/views/status-dashboard-view.tsx | 3 +-- types/pluginSettings.ts | 1 - wiki/Configuration Guide.md | 19 ------------------- wiki/Performance Tuning.md | 9 --------- wiki/Quick Start Guide.md | 9 --------- 9 files changed, 3 insertions(+), 56 deletions(-) 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: