aqt.operations.tag#
Functions#
|
|
|
|
|
|
|
|
|
|
|
Module Contents#
- aqt.operations.tag.add_tags_to_notes(*, parent: aqt.qt.QWidget, note_ids: collections.abc.Sequence[anki.notes.NoteId], space_separated_tags: str) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.remove_tags_from_notes(*, parent: aqt.qt.QWidget, note_ids: collections.abc.Sequence[anki.notes.NoteId], space_separated_tags: str) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.clear_unused_tags(*, parent: aqt.qt.QWidget) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.rename_tag(*, parent: aqt.qt.QWidget, current_name: str, new_name: str) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.remove_tags_from_all_notes(*, parent: aqt.qt.QWidget, space_separated_tags: str) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.reparent_tags(*, parent: aqt.qt.QWidget, tags: collections.abc.Sequence[str], new_parent: str) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#
- aqt.operations.tag.set_tag_collapsed(*, parent: aqt.qt.QWidget, tag: str, collapsed: bool) aqt.operations.CollectionOp[anki.collection.OpChanges]#
- aqt.operations.tag.find_and_replace_tag(*, parent: aqt.qt.QWidget, note_ids: collections.abc.Sequence[int], search: str, replacement: str, regex: bool, match_case: bool) aqt.operations.CollectionOp[anki.collection.OpChangesWithCount]#