Results 78 comments of Abdo

Hey @yue-dongchen, thank you for your sponsorship by the way! Are you planning to send a PR implementing this?

> However, if it used on multiple nodes and one of them fails, the anki in its entirety just crashes w/o further errors. The add-on normally shows this dialog when...

That's reasonabe. Will be happy to accept a PR that adds support for this.

You can work around the error for now by importing a dictionary from _Tools > Wiktionary > Import a dictionary_, which you have to do anyway for the add-on to...

Here's an example to reproduce the error. 1. Create a search index using lunr.py: ```python import json from lunr import lunr documents = [ { "id": "a", "body": "🔥", },...

I remember facing this sometimes. @justarmadillo Can you export your collection (without media) and upload it here? You will need to change the .colpkg extension to .zip to be able...

Mnemonics are now aligned to the left when all clozes are revealed.

It's due to the `max-width: 50%;` set on `ul`

Pushed a fix to cancel `max-width` for lists in tables and reduce padding.