Skip to main content
Home About Privacy Contact

Posts

Showing posts from December, 2020

Add progress bar in AnkiDroid decks

For Anki Desktop there is already addons for showing progress bar. But in AnkiDroid there is no addons support so many cool features are not available for AnkiDroid. In this post, learn to add Progress Bar to AnkiDroid.  1. Download _js_addon_progress_bar.js scripts. Download 2. Extract the downloaded zip file and copy  _js_addon_progress_bar.js . 3. Paste it inside AnkiDroid/collection.media folder 4. Add this single line to front and back side of cards <script src="_js_addon_progress_bar.js"></script> Note: If backside of card template contains {{FrontSide}} Then don't add the above line. <script src="_js_addon_progress_bar.js"></script> 5. Turn on fullscreen 6. Restart reviewing View JavaScript Code Demo

Generate Anki Decks in browser from CSV, TSV and text files

For desktop it is very easy to create Anki deck from csv, tsv and text files. But this feature still not implemented for Android and iOS version of Anki. So this is workaround for creating Anki deck in browser. Steps to create Anki deck in browser 1. Visit  genanki-js   (Older and slower version  Anki-Export-Deck-tkinter ) Note: It is working on desktop, android phone and iOS v13 and v14. But on some devices it may failed to load and show loading page indefinitely. So use this  2. Import csv or tsv files  3. Enter fields name  4. Export the decks  5. Download the decks  In mobile the export file may be downloaded with .zip extension so after download complete, rename the file and remove .zip extension from the file then import in Anki. Demo