Closet For Anki
0.05MB. Updated 2020-12-22. Only supports Anki 2.1.x.
The author has shared 11 other item(s).
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.
Supported Anki versions:
- 2.1.31-2.1.33 (updated 2020-10-06)
- 2.1.34-2.1.35 (updated 2020-11-16)
- 2.1.36-2.1.38+ (updated 2020-12-22)
To download this add-on, please copy and paste the following code into Anki 2.1:
272311064
If you were linked to this page from the internet, please open Anki on your computer, go to the Tools menu and then Add-ons>Browse & Install to paste in the code.
All Anki 2.1.x Add-Ons Contact Author
Reviews

Download Anki 2.1.35 instead of 2.1.40, and the problem is solved!
----
Nice add-on! Have used it for a month. However, in the latest update (2021/02/25) there seems to be a problem in "occlusion": after I clip "accept the occlusion" and press command+v, nothing happens. The clipboard doesn't copy the information of the occlusion :((
----
Nice add-on! Have used it for a month. However, in the latest update (2021/02/25) there seems to be a problem in "occlusion": after I clip "accept the occlusion" and press command+v, nothing happens. The clipboard doesn't copy the information of the occlusion :((
Comment from author
Read the changelog from 2020-12-22: By default, occlusion are now copied into a zero-indexed field instead of to the clipboard. You can change this behavior in the add-on settings.

This addon is so extensive in what it can do it blows me away. It takes a while to learn it, but OP has put a youtube video out that helps that a ton. Pretty much anything you ever wanted to do with a card template can be done through this.
Comment from author
Thanks a lot for your kind words, I appreciate it :)

Incredibly useful for making complex cards

Really great. Useful for occlusions, for custom clozes, and even for general markup. I use this for:
Cloze Overlapping
Image Occlusion
Inline HTML Macros (Really useful)
Multiple Choice
This is an addon that needs to be known more.
Cloze Overlapping
Image Occlusion
Inline HTML Macros (Really useful)
Multiple Choice
This is an addon that needs to be known more.

This add-on single-handedly adds several of the most wished for features in Anki. It is extensible, works cross platform and has a ton of possibilities. The time you invest to learning to configure this add-on will be the most fruitful 60 mins of your anki journey. Kudos to the developer. Mind blown.

Nice work!

A couple questions:
- How can I do image occlusion to only cover one image at a time? I don't want all the images to be covered on the front of the card
- Is there a way in the style section to increase the font size of the cloze once it's revealed? I like doing this to help see it better
- Is there a way to generate multi-cloze cards without having to write "active" in all those cmds fields? Ideally I'd like to just generate multiple cards like how I can with the usual cloze cards
This addon would be perfect for me if I could fix some of this stuff
- How can I do image occlusion to only cover one image at a time? I don't want all the images to be covered on the front of the card
- Is there a way in the style section to increase the font size of the cloze once it's revealed? I like doing this to help see it better
- Is there a way to generate multi-cloze cards without having to write "active" in all those cmds fields? Ideally I'd like to just generate multiple cards like how I can with the usual cloze cards
This addon would be perfect for me if I could fix some of this stuff
Comment from author
1. If your cards are properly set up, just putting "[[show::*]]" in field where the other occlusions are, but before the occlusions, should be enough.
2. Certainly possible, but would require a custom setup.
3. Writing "active" should not necessary, once you update to Anki 2.1.36. It overwrites the built-in cloze command, which also writes "active" into the cmd fields.
P.S. you can also reach me on GitHub, or on the Anki Forum, which are platforms better suited for this kind of dialog.
2. Certainly possible, but would require a custom setup.
3. Writing "active" should not necessary, once you update to Anki 2.1.36. It overwrites the built-in cloze command, which also writes "active" into the cmd fields.
P.S. you can also reach me on GitHub, or on the Anki Forum, which are platforms better suited for this kind of dialog.

Probably useful but too complicated for me now (and besides that I'm on Anki 2.1.22)

Can support Version 2.1.26?
Comment from author
I'm afraid not. iOS, macOS, and Linux are supported currently, Windows and Android will follow with Anki v2.1.36 and AnkiDriod 2.15 respectively.

Amazing work! The potential for Closet is huge - and the author's support is top notch. Can we take a moment to appreciate how all of this guy's addons are free for everyone?

Excellent, but it doesn't work on ankidroid, what can it be?
Comment from author
It's a known issue, however we're working on it. Support should come with the next AnkiDroid version (2.15). https://github.com/ankidroid/Anki-Android/pull/7764

Awesome!!! Keep going with this wonderful addon!
Comment from author
I will :D

Incredibly useful add-on. Incremental reveal, reveal/hidden occlusions and integrated image occlusions are absolute game changers.
If you eventually make a tutorial on setting up the toggle button for 'recth' occlusions, that'd be the cherry on top of this sundae of an add-on.
If you eventually make a tutorial on setting up the toggle button for 'recth' occlusions, that'd be the cherry on top of this sundae of an add-on.
Comment from author
Yes, that's kind of a "hidden" superpower of Closet. If I make a tutorial it's probably gonna be somewhat developer-oriented, because you gotta know some HTML / JavaScript to understand what's happening.

Amazing

Something might be broken in latest updates. Don't know what but it's not working properly.
Comment from author
Could you elaborate what's not working? You don't give me much to work with here... Please refer to the "Contact Author" button for bug reports.

just mention an issue regarding Mathjax. For newline mathjax you have to wrap text like \[x^2\]. so if I make a close like [[c1::\[x^2\]]] it does not render properly. There was an easy solution and that was to just add a space like [[c1::\[x^2\] ]]. This works fine. just figured I'd mention it.
Edit: thanks for the tip that will come in handy
Edit: thanks for the tip that will come in handy
Comment from author before post was edited
Another thing regarding Mathjax: If you insert Closet in Asset Manager using "As External Script", Mathjax will execute first, then Closet, otherwise, Closet will execute first, then Mathjax.
This is important if you want to put Closet commands into Mathjax commands, like \[ x + y = [[pick::number]] \]. This will only work if you choose the insertion method "Into Template".
However using "Into Template" cards will take much longer to render, especially if you have a lot of card types, which is why I would usually recommend to choose "As External script". So there is a trade-off here: if you want to use Mathjax in the above way, choose "Into Template", otherwise choose "As External Script".
This is important if you want to put Closet commands into Mathjax commands, like \[ x + y = [[pick::number]] \]. This will only work if you choose the insertion method "Into Template".
However using "Into Template" cards will take much longer to render, especially if you have a lot of card types, which is why I would usually recommend to choose "As External script". So there is a trade-off here: if you want to use Mathjax in the above way, choose "Into Template", otherwise choose "As External Script".

Looks amazing but there's a conflict with another add-on I use. I wanted to use this to add Clozed effect to my Japanese production cards but [] brackets are used by the Japanese support add-on to put Furigana over words. when i try to add the closed effect anki thinks it furigana and doesn't add the effect.
If it possible can i change it to use different brackets like {} or <>.
If it possible can i change it to use different brackets like {} or <>.
Comment from author
For anybody interested in this as well, here's the discussion thread: https://github.com/hgiesel/closet/issues/27

great!

What an Addon!!!!
Loved it,
-----Incremental Reveal ----- OMG life saver
So much potential in this addon!!
Great Work!!!
Loved it,
-----Incremental Reveal ----- OMG life saver
So much potential in this addon!!
Great Work!!!

Great add-on! Thanks

This is the best add-on for Anki!!, congrats to the developer for such a great piece of art :)