This extension is designed to enhance your Markdown writing experience. It provides a series of features and tools to help you write and format Markdown documents more efficiently.
- Insert Space: Adds spaces
between
Chinese, English, and numbers to improvetext
readability. - add backtick: Adds backticks to selected
text
, making it a code block. - batch add backticks: Selects any
text
and automatically matches the same content throughout the file, adding backticks (excluding headings, code blocks, and comments). - support todo checkbox
- support dictionary: Words added to the dictionary will automatically have backticks added when the "format" command is called.
- translation: Use large model translation capabilities to translate the article into English.
command + shift + p
Open the command panel and enter the corresponding command.
- Insert Space: Markdown Assistant: insert space
- add backtick: Markdown Assistant: add single backtick
- batch add backticks: Markdown Assistant: add batch backticks
- format: Markdown Assistant: format
- translate: Markdown Assistant: translate to English
Welcome to contribute code, submit issues and suggestions.