Saving and Switching of Multi-Group Visibility State #82
fornewfork
started this conversation in
Ideas
Replies: 1 comment
-
Thank you! I'm working on this workspace-like features, and I want to push further, not just saving group visibility, but remembering all the customizations, tab history, cursor positions and more. Please stay tuned 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Overview
allows users to save and restore the visibility states of multiple Groups
Use Case
I use different groups to organize my workflow. Depending on different work requirements, I need to flexibly show or hide these Groups.
For example:
I have 5 Groups: A, B, C, D, and E.
Current Limitation
Currently, Obsidian's Workspace feature cannot meet this need. While the workspace feature can save window layouts, they cannot maintain the hidden state of Groups.
For example:
This behavior limits users' ability to quickly switch Group visibility based on different workflows.
The dirct integration of this plugin with Obsidian's Workspace feature may be complicated.
But Workspace feature is not needed if we can save and restore the visibility states of multiple groups.
Needed Features
Save Group States: Allow users to save the current visibility state of all Groups as a named configuration.
Quick Switching: Provide a dropdown menu ( or command palette option ) for users to quickly switch between different saved configurations.
Edit Configurations: Allow users to edit saved configurations, such as renaming, deleting, or modifying Group states.
Hotkey Support: Offer customizable hotkeys for saving the current state and switching to specific configurations.
Expected Benefits
Beta Was this translation helpful? Give feedback.
All reactions