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

Idea: add an option to save the settings (all solutions/ alphabetical sort...) #107

Open
tobiornottobi opened this issue Sep 1, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@tobiornottobi
Copy link

It would be nice if the plug-in could remember the settings I like and keep them. This could be optional.

@blmage blmage self-assigned this Sep 5, 2020
@blmage blmage added the question Further information is requested label Sep 5, 2020
@blmage
Copy link
Owner

blmage commented Sep 5, 2020

The extension should already remember all these settings, do they always get reset in your browser, or only sometimes?

@tobiornottobi
Copy link
Author

@blmage, It doesn't even remember that I set it to show all results when I close the browser tab or just use another one.
I didn't know the intended behavior was that this should be saved. I don't think my browser settings should affect this.
I hope that the saved solutions don't get deleted but I know they carry over to another tab because the discussion isn't opened in the same tab. So, that's better.
Is there a way to see the saved solutions offline? It would be nice if I could see the saved data of the extension.

@blmage blmage added the enhancement New feature or request label Sep 9, 2020
@blmage
Copy link
Owner

blmage commented Sep 9, 2020

Unlike solutions, settings are currently stored in the browser's localStorage, which is domain-based. Could this be the problem you're facing? (settings are remembered, but not shared between the practice sessions and the forum discussions?)

Anyway, I see how it can be confusing, so I'll make sure to improve this in the next version!

@tobiornottobi
Copy link
Author

@blmage Sorry, I didn't have any time until now.
I don't know if that is the problem. The settings are not remembered if I just use a different tab for a new practice session. The settings are only remembered in the same tab.
Thank you.

Can you tell me if and how I can view the stored sentences of your plug-in in the localStorage? I know it is stored as a database but I can't really view it.

@blmage
Copy link
Owner

blmage commented Oct 26, 2020

No problem! I will take a closer look at this problem as soon as the next major version is released.

Regarding the sentences, they are stored in an IndexedDB database at the extension-level. It is possible to consult them, but they are not directly exploitable (it is necessary to use JS snippets).
Can you tell me what browser you are using, so that I can point out exactly how to access it?

@tobiornottobi
Copy link
Author

@blmage sure, thank you. I am using Firefox (81).

@tobiornottobi
Copy link
Author

@blmage I am still interested in a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants