Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.71 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.71 KB

Anki to SuperMemo converter

anki2sm is a python script that is meant to batch convert anki decks into supermemo decks, including audios, images and videos. The scripts comes with an additional feature of extracting annotated links, for incremental reading. It creates a bat file that when run opens exploerer with multiple tabs. You can open supermemo to import these webpages.This script is meant to run on Windows. Feel free to schedule call here with Raj to guide you through Supermemo.

Steps for usage:

  • clone this repo
  • make sure requirements.txt is met or run the init.bat to install the dependancies
  • create an apkgs folder and out folder within the root directory of the cloned repo
  • paste your apkgs into the apkgs
  • run run.bat which should run the anki2smV2
Some Notes:
Media:
  • Media from anki is stored into C:\Users\<your-username>\AppData\Local\Temp\smmedia. You donot need to create the directory the script creates it. Tested with images and audio.
Fonts:
  • Run the script in admin mode for it to install fonts that are sometimes bundled with apkgs.

TODO:

  1. Bug test it.
  2. Anki progress import.
  3. Each collection should have its own concept or topic.
  4. Support Latex.
  5. Suport image occlusion.
  6. Item names to reflect the content.

Contributers:

Original Contributers