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

This keybinding for the ctrl-<enter> needs an updated when statement #3966

Open
raven42 opened this issue Dec 1, 2023 · 1 comment
Open

Comments

@raven42
Copy link

raven42 commented Dec 1, 2023

The when statement for the Go to Note (ctrl-) needs to be updated. Currently it will trigger when in any editor window regardless if the open file is even a markdown file. At a minimum this when statement should be updated as follows:

"when": "editorFocus && editorLandId == 'markdown'"

If there is another way to tell if the active editor is in a dendron owned window, that would be even better.

"when": "editorFocus"

@jorwoods
Copy link

This is critical. This seems to take precedence and break other plugins, rendering VSCode useless for other parts of a normal workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants