model_modelFieldAdd
Create a new field in an existing Anki model by specifying its name and optional index position. Modify model structures for enhanced flashcard customization and organization.
Instructions
Adds a new field to an existing model.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fieldName | Yes | Name of the new field to add. | |
index | No | Optional 0-based index to insert the field at. | |
modelName | Yes | Name of the model to modify. |