Skip to content

Instantly share code, notes, and snippets.

View sandersantema's full-sized avatar

sandersantema

  • Utrecht, Netherlands
View GitHub Profile
import os
import sys
from collections import namedtuple
from functools import partial
from anki.hooks import addHook
from aqt import gui_hooks, mw, utils
from aqt.qt import QCursor, QKeySequence, QMenu
JS_SECTION = "JS snippets"