gitbook-plugin-dynamic-template
v0.0.9
Published
gitbook模版替换插件
Downloads
1
Readme
安装
npm install gitbook-plugin-dynamic-template
在book.js中配置
{
plugins: ['dynamic-template']
}
使用
在gitbook上找到插件并将其安装在gitbook项目中。
配置选项可以设置如下:
{
"plugins": [
"dynamic-template"
],
"pluginsConfig": {
"dynamic-template": {
"templateText": {
"test": "测试"
},
// 如果你想点击标题进行跳转
"tiltleLink": true,
link: 'https://www.baidu.com'
}
}
}
在需要编写的md文件中按如下格式编写:
\[\[ test \]\]文本
对于SUMMARY.md需要去除转译字符串
[[ test ]]