Bỏ qua đến nội dung

Quick Field Focus

Chờ xử lý #anki #addon #quick #field #focus
https://github.com/lucwastiaux/anki-quick-edit
1/9/2020

Cách tải addon Quick Field Focus

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

1199312228

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 1199312228 và copy

6
1

Mô tả chi tiết

Quickly focus on a particular field in the card browser using a keyboard shortcut.

When trying to populate a particular field for many notes at once, it’s helpful to have a shortcut which jumps directly to a particular field from within the browser.

Configuration

You do need to configure the addon to tell it which field in your for a given note type needs to be focused. After installing the addon, select it in the Anki addon manager, then click Config

For each shortcut that you need, add an entry which contains the note type, the keyboard shortcut, and the name of the field to focus on.

For example, I have a note type called Chinese-Words, and within that note type, I want to quickly focus on field Example using shortcut Ctrl+T

{ “focus_field_shortcuts” : [ { “note_type”: “Chinese-Words”, “shortcut”: “Ctrl+T”, “field”: “Example” } ] }

Want to add multiple shorcuts ? Add them like this:

{ “focus_field_shortcuts” : [ { “note_type”: “Chinese-Words”, “shortcut”: “Ctrl+T”, “field”: “Example” }, { “note_type”: “Chinese-Words”, “shortcut”: “Ctrl+Q”, “field”: “Romanization” }
] }

Support my work Become a Patreon fan for exclusive access, priority bug fixes: https://www.patreon.com/lucw

Any Issues? Open an issue on https://github.com/lucwastiaux/anki-quick-edit

Inspired by Quick Field Navigation


Liên kết hỗ trợ


Reviews (7)

👍 2025-07-23

Doesn’t work Comment from author Reply 20260220-2 hypertts-issues@mail.vocab.ai email me

👍 2023-05-01

Automation tool which compounds very quickly it’s usefulness

👍 2023-02-18

I will be able to automate a process in Python thanks to this add on.

👍 2022-01-13

Just what I needed. THank you so much!

👍 2021-11-09

if i could, i would rate with 1,000 thumbs ups!

this add-on is criminally underrated. thank you for sharing.

take care!

👍 2021-10-27

Worked without a hitch

👍 2021-05-16

very useful addon,but for anki Version ⁨2.1.43, it only works with first 7 fields, could you hav a look on it , thank you very much!