如何设置代码以在Anki中查找Front字段的单词?

时间:2016-12-09 10:31:55

标签: anki

如何设置代码以在示例字段中查找sudo -p "Some custom prompt" 的单词并更改其中所有单词的颜色?

See image here

1 个答案:

答案 0 :(得分:0)

您已将<div>中的每个字段都换行,因此使用color属性向文本添加一些style应该相对简单。

<p>Add a <code>style</code> attribute to the
<div style="color: red;">text that you want to be red.</div>
<p><br />
<p>If one already exists, append the <code>color</code>
<div style="font-size: xx-large; color: blue;">to it.</div>

因为您正在更改卡片类型的样式,所以这应适用于此类型的所有卡片。