Henrik Giesel

Results 36 comments of Henrik Giesel

Maybe allow different modes: `[[c1::` -> delimiter style `[[c1,` -> comma style `[[c1 ` -> whitespace style `separated` could choose the correct mode: ``` [[c1::the answer::the hint]] [[c1, the answer,...

This issue is actually dependent on #35. Once Closet actually executes before MathJax, it will be pretty easy: ``` \( 1 + 2 = [[jaxc:: 3 :: \lt 10 ]]...

I just tried it out, and it works quite wonderfully. Another thing you can do now, is to provide "filler" values, for placeholders that you have in your MathJax equation....

This is now supported on Anki 2.1.36+ and AnkiDroid 2.15alpha17+. AnkiMobile does not have onUpdateHook implemented, which is necessary for this.

Relevant PRs: https://github.com/ankitects/anki/pull/809, https://github.com/ankitects/anki/pull/824, https://github.com/ankitects/anki/pull/825

Only AnkiMobile is missing at this point

Anki fields accept HTML. Additionally, Anki does some optimizing, to reduce database space. A newline in HTML (in most cases) is basically the same as a space. If you want...

It would be even nicer to prefill fields with content that you can send over the API. I wanna take a look into this in the coming weeks...

I think this can also be closed.

Yes. Look at the documentation for `guiAddCards`.