-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Add divider to show tabs grouped by workspace splits #84
Comments
you would just create notes called something like "------" |
True, but this would have to be done every time the split layout changes, wouldn’t it? And it seems rather messy to have to add notes just for this purpose. I assume your plugin iterates through all the open leaves to create the list; wouldn’t it be possible to add a “first” class to the li corresponding to the first leaf in each split? Thanks.
… On May 26, 2024, at 10:59 AM, uwe999 ***@***.***> wrote:
you would just create notes called something like "------"
—
Reply to this email directly, [view it on GitHub](#84 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AF2ESZGSUSZRPLBC4DGEI5DZEIPJLAVCNFSM6AAAAABH5WAXN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGMYDAMZZGI).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
not my plugin, I just tried to find a workaround. I'm now using Obsidian's native bookmark feature - it has a grouping feature and it's easy to rearrange the list |
I think this should be implemented, a very practical improvement |
I once tried to implement this, but due to the current lack of API support for Obsidian's Workspace Layout, syncronizing the tabs is challenging. Therefore, the Vertical Tabs View manages the tabs independently. It is possible to rearrange the tabs by dynamically generating and saving the Workspace layout, but every time the Workspace layout is saved, the entire screen reloads (causing flickering), which is not acceptable for me. I will wait for Obsidian to implement the necessary API. |
This would improve clarity.
Also, perhaps add styling to wrap long file names and expand height of individual list items to fit.
The text was updated successfully, but these errors were encountered: