-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat: Support Shift+Click to open in right sidebar (with global openInRightSidebar
false)
#47
Comments
openInRightSidebar
false)openInRightSidebar
false)
I tried taking a crack at this by changing Line 118 in Unfortunately, it doesn't seem like it's actually picking up when the shift key is pressed for whatever reason (though I could be wrong that this is the right way to do it. I don't know much web development) |
This suggestion sounds good, I plan to support this feature: when holding down the shift key and clicking, it triggers the opposite behavior of the current openInRightSidebar setting. |
The 1.17.0 version has supported this feature, please update the plugin. |
Updated. And it works great! (Also, I see what went wrong with my implementation, didn't know about I'll close this now. |
As titled. I understand there's a global flag
openInRightSidebar
to do this all the time, but I find that I would prefer a workflow where the default is this flag is set to false, and I manually choose whether I want to open it in the sidebar with Shift+Click.Is there any chance this could be implemented?
(Perhaps Shift+Click should be implemented as the inverse of what
openInRightSidebar
setting is i.e. if someone wanted to use that flag, but also occasionally wanted to open a few tasks in the main window, they could Shift+Click to do it)The text was updated successfully, but these errors were encountered: