# Code Blocks commands **English** | [简体中文](./README-zh_CN.md) | [繁體中文](./README-zh_TW.md) ## Introduction This is a plugin for [Obsidian](https://obsidian.md). Provide commands to insert code blocks with markup, and support triggering commands with backticks. ## Features ### Insert code blocks with markup You can insert code blocks with markup using the command: ![list-languages](./images/list-languages.gif) ### Triggering commands with backticks You can trigger the markup selection menu by using backticks: ![trigger-suggestions](./images/trigger-suggestions.gif) ### Other features - The plugin will sort the markup list based on usage habits. - Allow custom syntax highlighting markups. For each language: - Markup: **Required**, the markup of the language. - Language name: Optional, the name of the language. - Markup title: Optional, for markup that is not derived from the language name, a related title can be provided for easy retrieval. ## Credits - [PrismJS/prism](https://github.com/PrismJS/prism) ## License [MIT](/LICENSE) license