TheDabblingDuck / ankimote

Ankimote is an addon that adds remote control functionality to Anki flashcards
MIT License
25 stars 4 forks source link

Bury function #15

Closed Jemnakas closed 3 years ago

Jemnakas commented 3 years ago

Hello thanks for this add-on it works seamlessly.

How would I be able to add a Bury function in the Python code, pretty much a noob. Apologies if you've answered this before, please direct me to the answer.

Thank you.

TheDabblingDuck commented 3 years ago

It's in the sidebar / info panel in the addon config

Bury card: "mw.reviewer.onBuryCard()"

Bury note: "mw.reviewer.onBuryNote()"