Bỏ qua đến nội dung

add value to field

Chờ xử lý #anki #addon #add #value #field
Unknown
10/11/2024

Cách tải addon add value to field

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

955940368

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 955940368 và copy

Mô tả chi tiết

Anki Add-On: Adding a Specified Value to a Field

This Anki add-on reads a configuration file to add a specified integer value to the content of one field (before_field) and saves the result in another field (after_field). This is useful for performing simple arithmetic adjustments to field contents.

Configuration Example: { “auto_change_fields”: [ { “add_value”: “10000”, “after_field”: “change_num”, “before_field”: “number” } ] }

How to Use:

Set Up Configuration: tools > add-on (ctrl+Shift+A) > setting

before_field: The source field containing the original integer value. add_value: The integer value to add. after_field: The destination field where the result is saved.

Running the Add-On: In the Anki Browser, select the notes you want to modify. Go to “Edit” and select “Add Value to Field” from the menu. The add-on will update the selected notes based on the configuration.