-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support syntax toggling shortcuts #353
Comments
Hi! This was marked as ready to be worked on! Note that while this is ready to be worked on, nothing is said about priority: it may take a while for this to be solved. Is this something you can and want to work on? Team: please use the |
The prose syntax is based on the current text selection and the AST. If the selection is within range of the syntax that’s toggled, the syntax is removed. Otherwise the selected text is expanded to include full words and wrapped. The supported syntaxes are: - `delete` - `emphasis` - `inlineCode` - `strong` Closes #353
The prose syntax is based on the current text selection and the AST. If the selection is within range of the syntax that’s toggled, the syntax is removed. Otherwise the selected text is expanded to include full words and wrapped. The supported syntaxes are: - `delete` - `emphasis` - `inlineCode` - `strong` Closes #353
Hi! This was closed. Team: If this was fixed, please add |
Initial checklist
Problem
It would be nice it it’s possible to toggle certain syntax with keyboard shortcuts.
More shortcuts may be added later, but support for strong and emphasis is a nice start.
Solution
First, investigate how to implement this.
vscode-markdown-languageservice
instead?Alternatives
N/A
The text was updated successfully, but these errors were encountered: