Repo Meta

Why

  • I was used to blame my hobbies except the study for forgotten knowledge in the past. And basically I picked up a wrong story from the first.
  • Now I have to recongnize, the forgetting things is prefactly normal, there’s no bad habbies in judgement, only whether you like it or not!
  • So Anki is a power tool to help us to remember the knowledge. IDK how long logseq-logseq had worked for this, so I rather to use Anki again. (View some ((6469b1b9-9a75-4610-8580-1a049b7fed1d)) to interduce it)

How

  • Firstly, I decided to use parent block ——— anki to include information I need to remember.
  • wait And try my best to remember them in the morning.
  • Then, I need a plugin to collect words in daily scenes. And Online Dictionary Helper is a good extension to connect it, whose implement is interesting as well.
/* https://github1s.com/ninja33/anki-dict-helper/blob/HEAD/ext/fg/js/client.js#L174-L181 */
let url = `https://dict.youdao.com/dictvoice?audio=${encodeURIComponent(definition.expression)}`; //api of youdao audio
const audio = this.audio[url] || new Audio(url); // awe new:

What

  • Use of the service is currently free, and the hosting costs are supported by sales of the iPhone app. As the hosting costs continue to grow, we may need to introduce a “freemium” model in the future, where basic accounts are free, and people can pay for accounts that support larger decks or extra features. — Account Terms - AnkiWeb

Great manuals

  • [基本概念]毕业间隔 简单间隔 开始简化 简单奖励 间隔修饰符 (douban.com)
    • 强项
      • ” 艾宾浩斯曲线 ”
      • 随时复习
      • 自制卡
    • 难度 Level
      • 生疏/错误
        • 没见过 / 见过也忘了
      • 困难/模糊
        • 用力想能记起来一点,但不完全
      • 犹豫/想起
        • 你仔细想,还是能够回忆出来
      • 顺利/正确
        • 没什么难度,基本熟悉了
      • 轻松/容易
        • 条件反射、一看便知
    • 搁置相关新卡片到隔日
      • 1 条笔记自动生成卡片 1、2、3、搁置的话当你学完这条笔记的卡片 1 后,2 和 3 就被搁置到明天再学习了也可以点击“取消隐藏”把搁置的显示出来
    • Note & Card
      • Note 是 Fields 的集合
      • Card 由 Note 生成
        • 一条 Note 可以生成多个 Cards
        • 由同一条 Note 生成的 Cards 互为 Siblings
    • Time
      • 毕业间隔
        • 当你回答 Good 时候,这张卡再次出现的延时时间
      • 简单间隔
        • 是当你回答是 Easy 时候,这张卡再次出现的延迟时间
      • 开始简化
        • 它控制着延迟时间因子。它通常在卡第一次出现时设置,如果第一次出现时,你的答案是 good,正常延迟是 1 天,如果这个时间因子是 250%,则下次再回答 good,延迟时间将是第一次延迟的 2.5 倍。如果最后一次延迟是 1 天,则当前延迟就是 2.5 天,如果上次延迟 是 10 天,则下次延迟就是 25 天。
      • 简单奖励
        • 答 EASY 或 GOOD 的时候,下次卡片,例如 130%,就会乘以 1.3 之后再出现。百分比越高,卡片下次出现越晚——取决于你一开始简单间隔设定为几天
      • 间隔修饰符
        • 简单说就是调整卡片之后出现频率,越低下次出现时间越快
        • 公式
          • log(desired retention%) / log(current retention%)
          • Imagine we have a current retention rate of 85% and we want to increase it to 90%. We’d calculate the modifier as:
            • log(90%) / log(85%) = 0.65
  • Intro - AnkiMobile Manual
  • Anki经验贴快速查询 deprecated

Shortcuts

Most of them are discoverable in the interface: menu items list their shortcuts next to them, and hovering the mouse cursor over a button will generally show its shortcut in a tooltip. Studying - Anki Manual (ankiweb.net)

Anki Keyboard Shortcut WindowsFunction
CTRL+JToggle suspend or unsuspend cards
CTRL+ASelect all cards in Anki while browsing
CTRL+SHIFT+PSwitch profile
CTRL+SHIFT+IImport
CTRL+EExport
CTRL+QExit
CTRL+ZCTRL+Z to undo or return to the previous card
/Study deck
FCreate filtered deck
CTRL+SHIFT+AAdd-ons
CTRL+SHIFT+NManage note types
CTRL+PPreferences
FAnki manual
SpaceFlip card
1Choose a “Fail” or “Again” response to a card.
2Choose a “Hard” response to a card.
3Choose a “Good” response to a card.
4Choose an “Easy” response to a card.
AOpen a new card
TabSwitch from front of card to back
Ctrl+EnterEnter card into database
EnterSkip row
Ctrl+NChange note type
Ctrl+DTarget deck
Ctrl+LCustomize card template
Ctrl+BBold text
Ctrl+IItalic text
Ctrl+UUnderline text
Ctrl+ +SuperscriptSuperscript
Ctrl+ =SubscriptSubscript quick key
Ctrl+ RRemove formatting
F7Set foreground color
F8Change color
Ctrl+Shift+CCloze deletion
F3Attach Picture
F5Record Audio
Ctrl+M, MMathJax inline
Ctrl+M, EMathJax block
Ctrl+M, CMathJax chemistry
Ctrl+T, TLaTeX
Ctrl+T, ELaTeX equation
Ctrl+T, MLaTeX math env.
Ctrl+Shift+XEdit HTML
DDecks
BBrowse
TStats
YSync

49 Anki Keyboard Shortcuts for Win & Mac – LAYMN