-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add option to select unpin behavior #25
Comments
Waiting for this discussion. |
can we have a option to do like this, when I click a note not in the tabs, it can create a new tab and show it (like chrome)... currently it always replaces the last unpinned one. |
@pianoboysai: I'm not quite sure if I understood you correctly. Do you know the command |
Hi benji300, what I mean is, when I select a note in sidebar, directly open it in a new tab (just like chrome), do not replace content in current pined tab. |
I've created a new ticket #35 for this. |
Add user option to specify the behavior when the selected note is unpinned from the tabs.
Selectable values:
KEEP_SELECTED
- current behavior, selected note is unpinned and replaces temporary tabSELECT_LAST_ACTIVE
- selected note is completely removed from tabs and the last edited note is selectedSELECT_ADJACENT
- same behavior for current selected note asSELECT_LAST_ACTIVE
, but new selected note will be either the left or right adjacent note. Depending on which exists. Where the left one is preferred.The text was updated successfully, but these errors were encountered: