-
Notifications
You must be signed in to change notification settings - Fork 12
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
[compatibility] doesn't work well with "Markdown All in One" extension #18
Comments
Same issue here 😢 |
@AleksueiR @GavinRay97
|
Would it not be much better if something can be added in the 'when' expression? This workaround would break other features like list indentation. |
@rongcuid |
I haven't worked with the extension, but what I meant is to enable this shortcut when the cursor is actually inside a table cell. |
@rongcuid
Unfortunately, I can't find such an expression in vscode... By the way, 'Ctrl + ]' and 'Ctrl + [' can be used for list indentation. FYI. |
Thank you for the reply, I must have missed it in my email earlier! |
Thanks for the logging issue. I was able to work around using suggestions above. |
I have bound I agree with @rongcuid. Although there is no existing I'll also raise this on the |
Looks like there's not much yzhang.markdown-all-in-one can do, the only way to do this might be creating a custom |
There's here : microsoft/vscode#134544 (comment) and explanation of what this extension can change to improve that point.
|
I resolved this confliction. v0.8.0 had been released. |
Keep open until pull request yzhang-gh/vscode-markdown 1075 will be closed. |
Thanks for you efforts to find a proper solution. For now I found the following workaround. It's not a super-nice solution, but at least it works. Maybe the solution is obvious to some of you, but for me this was new, so this information might help also other people: It seems that the context keys of
The full settings then look like this:
|
@chraxo This is a very good workaround. Thanks. |
@chraxo worked for me as well. Thanks. Perhaps this can be added to the extension as a fix for this issue. |
@AleksueiR @GavinRay97 @rongcuid @mathesonphillip @OldStarchy @StephaneG31 @chraxo @yiufung @hpigot Update your "Markdown All in One" to v3.4.4. |
How does one get to the JSON version of the 'Keyboard Shortcut' settings? When I try from the command palette, I always end up in a file that looks like this: // Place your key bindings in this file to override the defaults
[
] |
Tabbing between cells doesn't work when the Markdown All in One extension is installed alongside. Turning its table auto-format option off doesn't seem to help.
VSCode Insiders: v1.54.0
Markdown All in One: v3.4.0
Markdown Table: v0.4.2
The text was updated successfully, but these errors were encountered: