Skip to content

subfusc/Anki_dictionary_plugin_WIP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary plugin for anki using jisho.org

Description

  • Plugin for anki that implements a dictionary lookup that can import results as cards into anki.
  • Primarily made for my own needs, no intentions to actively distribute.
  • Use ctrl+character displayed left of the search result to add card to target deck.

Status

  • Fully functional, UI needs rework.
  • Comes with a default setting for deck and template.
  • UI might display incorrectly on unix systems.

Todo

  • Rework the UI so that it displays properly on unix systems.

Resources

Extra requirements

Install instructions

Linux

Debian

$ sudo apt-get install python-bs4
$ git clone https://github.com/Magneli/Anki-japanese-dictionary-plugin---WIP.git ~/Documents/Anki/addons

Ubuntu

$ sudo apt-get install python-bs4
$ git clone https://github.com/Magneli/Anki-japanese-dictionary-plugin---WIP.git ~/Anki/addons

Fedora (22)

$ sudo dnf install python-beautifulsoup4
$ git clone https://github.com/Magneli/Anki-japanese-dictionary-plugin---WIP.git ~/Documents/Anki/addons

Windows

* Download zip file.
* Unzip and put the contents of the unzippped folder inside the anki addon folder.
* Download bs4 for python 2.7, unzip it and put the bs4 folder in the anki addon folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%