anki的使用场景
基础功能
好用插件
Ankiconnect
AwesomeTTS
模板
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| {{#ContextCloze}} <section>{{cloze:ContextCloze}}</section> <section>{{{{type:cloze:ContextCloze}}</section> {{#Translation}} <section>{{Translation}}</section> {{/Translation}} {{/ContextCloze}}
{{^ContextCloze}} <h1>{{Text}}</h1>
{{#Translation}} <section>{{Translation}}</section> {{/Translation}}
{{/ContextCloze}}
{{#Note}} <section>{{hint:Note}}</section> {{/Note}}
{{#Title}} <section class="tsource"> <hr /> {{#Favicon}}<img src="{{Favicon}}" />{{/Favicon}} <a href="{{Url}}">{{Title}}</a> </section> {{#Audio}} <section>{{Audio}}</section> {{/Audio}} {{/Title}}
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| {{#ContextCloze}} <section>{{cloze:ContextCloze}}</section> <section>{{{{type:cloze:ContextCloze}}</section> {{#Translation}} <section>{{Translation}}</section> {{/Translation}} {{/ContextCloze}}
{{^ContextCloze}} <h1>{{Text}}</h1> {{#Translation}} <section>{{Translation}}</section> {{/Translation}} {{/ContextCloze}}
{{#Note}} <section>{{Note}}</section> {{/Note}}
{{#Title}} <section class="tsource"> <hr /> {{#Favicon}}<img src="{{Favicon}}" />{{/Favicon}} <a href="{{Url}}">{{Title}}</a> </section> {{#Audio}} <section>{{Audio}}</section> {{/Audio}}
{{/Title}}
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
| .card { font-family: arial; font-size: 20px; text-align: center; color: #333; background-color: white; }
a { color: #5caf9e; }
input { border: 1px solid #eee; }
section { margin: 1em 0; }
.trans { border: 1px solid #eee; padding: 0.5em; }
.trans_title { display: block; font-size: 0.9em; font-weight: bold; }
.trans_content { margin-bottom: 0.5em; }
.cloze { font-weight: bold; color: #f9690e; }
.tsource { position: relative; font-size: .8em; }
.tsource img { height: .7em; }
.tsource a { text-decoration: none; }
.typeGood { color: #fff; background: #1EBC61; }
.typeBad { color: #fff; background: #F75C4C; }
.typeMissed { color: #fff; background: #7C8A99; }
|
1 2 3 4 5 6 7 8
| {{答案}}<br> <br> <div style='font-family: Arial; font-size: 18px;'> <div style='font-family: Arial; font-size: 18px;float:left'></div> <br> <div style='font-family: Arial; font-size: 20px;'><b>解析:</b></div><br> <div style='font-family: Arial; font-size: 18px;'>{{解析}}</div><br>
|
选择题
来源:https://zhuanlan.zhihu.com/p/77627743
1
| Question 中添加问题,Options 中添加选项,各选项间用 *** 进行分隔,Answer 中添加答案(一个就是单选,多个就是多选),Remark 中添加问题解析。
|
批量操作:
将数据列到 Excel 中,然后导出成 UTF-8 的 CSV 格式,最后导入到 Anki 中。