find_and_replace_in_models
Search and replace text within Anki card templates and CSS for a specified model. Modify front and back templates or CSS styling efficiently.
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 |