Unlucky-Life / ankimon

Ankimon is a Anki Addon to Gamify your learning experience
Other
36 stars 4 forks source link

Ankimote implementation is not working for me #139

Closed CarlosJavierOrozco closed 3 weeks ago

CarlosJavierOrozco commented 3 weeks ago

My ankimote config.json:

{ "feedback": true, "cmd1-label": "Suspend Card", "cmd1": "mw.reviewer.onSuspendCard()", "cmd2-label": "Catch", "cmd2": "mw.catchpokemon()", "cmd3-label": "Deafeat", "cmd3": "mw.defeatpokemon()", "cmd4-label": "CMD 4", "cmd4": "showInfo('CMD 4: replace with custom code in the Anki addon config page')", "cmd5-label": "CMD 5", "cmd5": "mw.web.eval( \"alert('CMD 5: replace with custom code in the Anki addon config page');\" )" }

I have the last release of ankimon

Not sure what happen 🤔🤔🤔😵‍💫

Unlucky-Life commented 3 weeks ago

can you explain what steps you have done to setup the use of the ankimote ?

CarlosJavierOrozco commented 3 weeks ago

can you explain what steps you have done to setup the use of the ankimote ?

Thanks for reply!

My bad! It works extremely well! Sorry for the report!

Unlucky-Life commented 3 weeks ago

Ah nice, so the issue is solved ? :D

CarlosJavierOrozco commented 3 weeks ago

Ah nice, so the issue is solved ? :D

Yes!, it was just my mistake!