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

Persist bookmarks into a "session" that persists across restarts #1979

Open
siorys88 opened this issue Jul 11, 2022 · 3 comments
Open

Persist bookmarks into a "session" that persists across restarts #1979

siorys88 opened this issue Jul 11, 2022 · 3 comments
Labels
enhancement Improvement of existing feature or adding something new

Comments

@siorys88
Copy link

I don't know if this behavior is intended, but without tabs or any other code separation of some sort, bookmarks are the only way to make the code manageable and navigable. Apparently bookmarks are not saved with the cart and disappear as soon as you reload it, which kind of defeats their purpose. It would be nice to have bookmarks be persistently saved with the cart.

@nesbox
Copy link
Owner

nesbox commented Jul 13, 2022

I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.

@siorys88
Copy link
Author

I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.

Yes, that makes absolute sense. Thanks for adding to your to-do list!

@BuoYancYdabl
Copy link

I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.

you can try to store that data in .local same way you storing MD5 data

@joshgoebel joshgoebel added the enhancement Improvement of existing feature or adding something new label Dec 5, 2022
@joshgoebel joshgoebel changed the title Bookmarks do not persist between saving and loading carts Persist bookmarks into a "session" that persists across restarts Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature or adding something new
Projects
None yet
Development

No branches or pull requests

4 participants