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.