oxdc / obsidian-vertical-tabs

An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
MIT License
85 stars 0 forks source link

Support multiple windows #22

Closed Trebuchosaure closed 3 months ago

Trebuchosaure commented 3 months ago

Hello, thank you very much for your plugin, it's very useful ! I work with multiple windows, but the plugin only recognize the tabs and groups open in the main one, it is possible to get those open in other windows ? thanks for your answer.

oxdc commented 3 months ago

Hi! Thank you for suggesting. I'm not sure if this is possible or the best option. I'll check with this.

By the way, could please explain why would you use multiple windows with multiple tabs open? Since most people don't have many open tabs in secondary windows and the design of Obsidian encourages the following use pattern:

Excluding tabs in secondary windows is not a missing feature of Vertical Tabs, instead, it is designed to be so. But I will consider your suggestion if it is technically possible.

oxdc commented 3 months ago

Good news! It is technically possible: bc370c050b520d81745caa4c840875ecbcf5ed15. Still working on it.

Trebuchosaure commented 3 months ago

Hi, thank you for your quick answer ! And I'm very happy it's possible ! Yes, I'm working on dual monitor, I use the secondary one to show text references, or stuff like that. But sometimes I need to have multiple tabs on my secondary monitor.

thanks again !

oxdc commented 3 months ago

Tabs in secondary windows are now visible in Vertical Tabs. There are still some limitations, though,

Further refinement requires a huge refactoring, but will come in the future. Stay tuned!

If you have other suggestions or run into some issues, feel free to reopen this issue if related, or open another issue. Thanks!