README
Markdown的注解形式增强
@anno(arg1, arg2){attr1: xxx, attr2: yyy}
功能模块
# 世界很大, 而我又是靓仔 @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}
// 会在根目录默认新建.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
参考 @ref
| |