remove_empty_notes
Deletes empty notes from Anki decks to optimize storage and streamline organization, ensuring only meaningful content is retained.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}