-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Request] stash improvements #10
Comments
I've had to ponder a lot about these ideas, long before your comment. Using bookmarks as storage is meant to be better compatibility as it is transparent and not exclusive to Winger, vs disk/sync storage API which is private to the extension using it. Although the drawbacks with bookmarks are:
Thank you for your thoughts anyway; it helps bring ideas to front of mind. I just might decide to switch from bookmarks to disk/sync storage, we'll see. |
Hey, started using the extension and the stash feature recently, thanks for your work! I think managing the stashed windows with the native bookmark manager is decent enough that the work to implement a stash manager might not be worth it to me. On the other hand, I agree with OP that some additional functionality and storing additional tab / window metadata would make the feature even better. A few things on my wishlist:
Thinking about implementation, I wonder if some kind of "progressive enhancement" with a backing store under the extension's control might be a good stopgap measure? Users can still manage the bookmark folders with the native manager, but the extension could manage some metadata for the folders and tabs in those folders it has knowledge of |
Hi, I'm nearly done working on state-stashing and have definitely settled on storing state explicitly in bookmark titles. Can't beat open, transparent and simple. Let me address your wishlist @lediur:
Absolutely
No worries, Winger has always been unstashing discarded tabs.
Sorry I have to draw the line at bookmark management, need to be careful about scope creep. |
Seconding a stash gui and buttons for it. 😊 I don't mind bookmarks being "ugly", since it will become more of a fallback/backup than something that's used daily. Really love your work with the app so far. A lot better than the other solutions I've been using. Sent you a Kofi. 🎊 |
🎉 Version 2.6.0 adds these new features:
Some longtime wishlist items have finally gone live. 🥂 (Of the requests in this thread, stash listing/restore UI remains.) |
Hi there, i just started using this ext too. Seems very promising, great work! But unstash is clunky af in my opinion. Would be very nice to be able to search stashed windows like normal ones in omnibox and unstash them just by pressing enter (or shift+enter for non-destructive way). |
Adding another vote for a clean way to quickly unstash. Maybe it could be optional so that if it's ugly, it's not default ugly? Maybe specific stashes could be marked as favorites so they just show ghosted when stashed? Or as listed previously, unstash by name in the command box? |
Hey, testing this extension too. Looks promising, except for the unstashing. All I really want is a command like Unstashing from bookmarks requires 3 whole mouse clicks, even when opening the bookmarks manager through a hotkey. Also might be nice to have an option to open the stashed windows into the current window, instead of it opening a new window. |
Hang in there, stashed windows in panel is ready, just working on updating documentation and status hints. |
Some improvements:
The text was updated successfully, but these errors were encountered: