cloze overlapper in browser for Anki, AnkiMobile and AnkiDroid
It is web app for original cloze overlapper addon by Glutanimate.
Visit following in browser
https://krmanik.github.io/ocloze/index.html
https://github.com/krmanik/AnkiMobile-Addons/tree/main/ocloze
- Create cloze with text selection
- Auto generate cloze for list items
- Generate ready to import Anki Decks
- Settings for context before, context after and cloze prompts
The version 2 of the project developed using genanki-js javaScript library. It creates ready to import decks. The python code of cloze overlapper converted to javascript code.
The project made using HTML/CSS/JS, pyodide and genanki python module.
The web app use existing generator.py
and overlapper.py
python code developed by Glutanimate. The web app only generate cloze and export Anki decks. But for reviewing in order you may have to get the original addon from Glutanimate's Patreon. The original addon have more features for scheduling of cards in Anki.
Click here to support Glutanimate's work
- Paste paragraph in
Original
field - Select a text in paragraph
- Click
Add [[
button to create cloze for that text - Repeat 1-3 to add more cloze
- Click
Generate
button to generate cloze - Click
Add
button to add generated cloze to list - Repeat to create more cloze
- Finally, Click download button to export deck
- Paste list with item per line in
Original
field - Click
Generate
button to generate cloze - Click
Add
button to add generated cloze to list - Repeat 1-3 to create more cloze
- Click download button to export deck
View License.md