find_and_replace_in_models
Efficiently find and replace text in Anki card templates, including front, back, and CSS, for specified models to streamline content updates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
back | Yes | Whether to search in back templates | |
css | Yes | Whether to search in CSS | |
fieldText | Yes | Text to find | |
front | Yes | Whether to search in front templates | |
modelName | Yes | Name of the model to search in | |
replaceText | Yes | Text to replace with |