Skip to content

Instantly share code, notes, and snippets.

@matrix303
Created July 27, 2019 13:54
Show Gist options
  • Save matrix303/10def5853150e8925a5c0e13a44794a4 to your computer and use it in GitHub Desktop.
Save matrix303/10def5853150e8925a5c0e13a44794a4 to your computer and use it in GitHub Desktop.
Get all Tags Anki
# WRITE CODE BLOCK IN DEBUG CONSOLE (cmd shift D in anki main window)
# RUN CODE w Cmd Return
#GET ALL TAGS
from aqt import mw
out=mw.col.tags.all()
for t in out:
print(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment