Skip to content
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

Prevent JSheets from creating a new panel every time #12

Open
ImperialSquid opened this issue Jul 10, 2023 · 3 comments
Open

Prevent JSheets from creating a new panel every time #12

ImperialSquid opened this issue Jul 10, 2023 · 3 comments

Comments

@ImperialSquid
Copy link

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?

@Credomo
Copy link

Credomo commented Jan 3, 2024

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.
Capture d’écran du 2024-01-03 12-43-37

@ImperialSquid
Copy link
Author

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

Very very frustrating

@katchy3132
Copy link

An imperfect solution is to switch to another notebook and then the panel closes.

It happens with other plugins too - must be a Joplin issue . Yes very frustrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants