You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, JSheets creates a new panel whenever it is opened. This is pretty annoying since it always opens on the right which might not be the most useful place to have it, this means frequently having to rearrange panels in most cases. Those panels are also not destroyed after use so they can massively pile up...
It looks like in the code you say this is due to reliability reasons link, just wondering if there's a workaround for this? Maybe destroying the contents of the panel but not the panel itself?
The text was updated successfully, but these errors were encountered:
After some use : Open the JSheets note -> open another note -> Open the JSheets note -> open another note -> ...
It seems JSheets doesn't close the previous panel.
It seems JSheets doesn't close the previous panel.
To add to this, because each new panel is unique and distinct from the previous, Joplin doesn't know where it belongs if you rearrange the panels, and it always defaults to putting them on the far right
This means even if you rearrange the panels and get your sheets one placed somewhere convenient, changing notes will make a new panel that hasn't been configured so it breaks whatever arrangement you made
Currently, JSheets creates a new panel whenever it is opened. This is pretty annoying since it always opens on the right which might not be the most useful place to have it, this means frequently having to rearrange panels in most cases. Those panels are also not destroyed after use so they can massively pile up...
It looks like in the code you say this is due to reliability reasons link, just wondering if there's a workaround for this? Maybe destroying the contents of the panel but not the panel itself?
The text was updated successfully, but these errors were encountered: