Liresol / anki-custom-shortcuts

Custom Keyboard Shortcuts for Anki 2.1
MIT License
60 stars 14 forks source link

Breaks Mathjax inline previews #223

Open DoctorDinosaur opened 7 months ago

DoctorDinosaur commented 7 months ago

If you use the keybind for inline mathjax, the preview editor doesn't show up unless you click off, then back on

image

until I click away and click back...

image

Another user has had this issue: image

grintroy commented 7 months ago

Same issue here. For now I just use this in the config, and the preview works with default bindings (mathjax commands don't work even with single-step shortcuts), although this would be nice to have fixed.

    "editor insert mathjax block": "<nop>",
    "editor insert mathjax chemistry": "<nop>",
    "editor insert mathjax inline": "<nop>",