generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Suggestion: Disable "Show status icons in file explorer" by default #32
Copy link
Copy link
Labels
improvementPolish, cleanups, and glow-upsPolish, cleanups, and glow-ups
Milestone
Description
Context:
- In the previous version, enabling this plugin caused Obsidian to freeze completely shortly after activation.
- After updating, I tested it again: the same freeze occurred (though it recovered after a long wait).
Possible Causes:
- Performance overhead: My vault contains thousands of notes. Rendering icons for all files in the explorer might trigger excessive traversal/processing? 🤔
- Plugin conflicts: I also use:
FrontmatterTitleFolderNotes
(Both modify the File Explorer behavior — potential interaction issues?)
Suggestion:
- Default this option to "OFF" to prevent freezes for users with large vaults.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementPolish, cleanups, and glow-upsPolish, cleanups, and glow-ups
Type
Projects
Status
Done