Skip to content

Plugin that pushes existing Anki vocab cards to the DUE=0 depending based on CSV files

License

Notifications You must be signed in to change notification settings

SpencerMAQ/AnkiPushExistingToFront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnkiPushExistingToFront

Notice

Note: this plugin will only work with the now-defunct Anki2.0 version and won't work with Anki2.1 or higher.

AnkiPush

Introduction

An Anki add-on that reschedules (due=0) cards that match CSV lines. I wrote this add-on as an exercise and because I couldn't find any plugin with this functionality in mind. My intention is to use this plugin to push existing cards from my deck (which contains more than 20k cards) based on a newline-separated list of vocabs I've mined from different sources.

How to Use

  1. Clone/Download the repository from here
  2. Copy Push_Existing_Vocab.py and push_existing into ~\Documents\Anki\addons\
  3. You can customize some of the code inside push_existing\main.py here

Basically, the only part that's user-friendly to edit is this part of the code:

HOTKEY = 'Shift+P'
TAG_TO_ADD = 'Rescheduled_by_Push_Existing_Vocab'
  1. You can manually set the settings of the plugin inside push_existing\push_existing.json

About

Plugin that pushes existing Anki vocab cards to the DUE=0 depending based on CSV files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages