Heimer
Heimer copied to clipboard
[Feature request] Tabbed interface for multiple maps
It would be useful to have multiple files open at once, with a traditional browser-tab interface.
Something like:
File | Edit | ...
--------------------------------------------------------------
| mind-map-1 | mind-map-2 |
--------------------------------------------------------------
| |
| |
I have not looked into the code yet. Do you think it would be difficult to implement?
PS: thanks for this program. It's really impressive!
It would be a lot of work (and some new problems), but certainly possible. Not sure what would be the best way to do that, however. Maybe just instantiate all main classes per each tab and then route menu actions to the instances in the active tab. Thanks for your suggestion! 😊