cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
169 stars 27 forks source link

Should closing a tab from within a partially-open Chrome window close (not delete) the tab in the tree? #283

Open cxw42 opened 2 years ago

cxw42 commented 2 years ago

Split off https://github.com/cxw42/TabFern/issues/35#issue-256106221

Decide whether closing a tab from within a partially-open Chrome window should close the tab in the tree or delete the tab from the tree. Currently it does the latter, but I am inclined to prefer the former (at least as I type this). The former would cause open and partly-open windows to differ in behaviour, which is a concern.

andr222 commented 1 year ago

there are 3 icons for each item, to 1) annotate 2) close-and-save 3) delete. So why not use close-and-save to keep tab in tree, and delete to remove it ? (I haven't yet tried closing a tab without deleting it.)