7.配置区-标记(快速挖空)*
<p>[TOC]</p>
<h1>1.功能概述</h1>
<p>基础功能是给制卡资料选中的内容快速加入挖空。</p>
<hr />
<p><strong>例如:</strong></p>
<p>用户选中一段文本后,通过该功能可以快速为选中内容其加上<code>{{答案::}}</code>标签得到:{{答案::选中内容}}。</p>
<p>当然也可以是<code>&lt;b&gt;</code>、<code>&lt;i&gt;</code>标签,或自定义样式等。</p>
<p><strong>补充:</strong></p>
<p>智能模板挖空用法:</p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c91d000522300c09e13cc5c1299eb9de&amp;file=file.png" alt="" /></p>
<h1>2.参数说明:</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=91bf6d0f275f83431fcea7887eb79bc0&amp;file=file.png" alt="" /></p>
<p><strong>命令前填写内容:</strong>表示添加到选中文本前的HTML标签或其他内容。比如:<code>{{答案::</code></p>
<p><strong>命令后填写内容:</strong>表示添加到选中文本后的HTML标签或其他内容。比如:<code>}}</code></p>
<h1>3.应用场景:</h1>
<table>
<thead>
<tr>
<th>操作类型</th>
<th>命令前</th>
<th>命令后</th>
</tr>
</thead>
<tbody>
<tr>
<td>Anki 默认挖空模板</td>
<td><code>{{c1::</code></td>
<td><code>}}</code></td>
</tr>
<tr>
<td><FONT color=red><b>智能模板挖空</b></FONT></td>
<td><code>{{答案::</code></td>
<td><code>}}</code></td>
</tr>
<tr>
<td>选中内容加粗</td>
<td><code>&lt;b&gt;</code></td>
<td><code>&lt;/b&gt;</code></td>
</tr>
</tbody>
</table>
<h1>4.为标记功能加入快捷键:</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=7a27d2a55d2233fcc505b653d2490b53&amp;file=file.png" alt="" /></p>
<h1>5.关联功能引用</h1>
<table>
<thead>
<tr>
<th>引用的功能</th>
<th>功能位置</th>
<th>目的</th>
</tr>
</thead>
<tbody>
<tr>
<td>填空模式</td>
<td>标题栏菜单-设置</td>
<td>用于快速自定义挖空</td>
</tr>
<tr>
<td>下划线挖空</td>
<td>调试模式-文本替换</td>
<td>用于批量挖空</td>
</tr>
<tr>
<td>粗体挖空</td>
<td>调试模式-文本替换</td>
<td>用于批量挖空</td>
</tr>
<tr>
<td>颜色文本挖空</td>
<td>调试模式-文本替换</td>
<td>用于批量挖空</td>
</tr>
</tbody>
</table>