Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>CoolMaNew to Visual Studio Code? Get it now.
CoolMa

CoolMa

luo0412

|
310 installs
| (0) | Free
Markdown的注解形式增强
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Markdown的注解形式增强

@anno(arg1, arg2){attr1: xxx, attr2: yyy}

功能模块

  • CoolMa常用注解的在线演示
    • @doc https://ui-javascript.github.io/demo-coolma-202205
# 世界很大, 而我又是靓仔 @nice 

虽然说了句正确的废话 @del 

@dog @cat @tiger

@doc https://procomponents.ant.design/components/editable-table

@bvid BV1YT4y1Q7xx

@abbr(HTML, "Hyper Text Markup Language")

@weather

@emoji{help} @emoji{java}
  • 新建或重命名MD文件时自动修改标题
// 会在根目录默认新建.vscode/coolma.config.json文件
{
    "mdPath": "{docs,doc}/**/*.md",
    "coolmaUrl": "https://ui-javascript.github.io/vscode-coolma-openlink-2022/"
}

===
// 有额外要忽略的文件, 可以在.vscode/settings.json配置
"files.watcherExclude": {
    "_backup/**": true,
    "_bin/**": true,
    "_docs/**": true,
    "_site/**": true,
    ".idea/**": true,
    ".vscode/**": true,
    "**/node_modules/**": true
}

代办事项 @todo

  • 在VSCode里写PPT, 类似Marp的效果

参考 @ref

  • micromark-extension-directive @nice
  • https://talk.commonmark.org/t/generic-directives-plugins-syntax/444 @nice
  • https://github.com/commonmark/commonmark-spec/issues/103
  • https://talk.commonmark.org/t/consistent-attribute-syntax/272
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft