Connecting the flashcard-dots
This is an add-on for the spaced-repetition flashcard app Anki. It provides the ability to quickly draw up related facts on words or phrases, just by double-clicking on them.
The easiest way to install Pop-up Dictionary is through AnkiWeb.
Please click on the entry corresponding to your Anki version:
Anki 2.14+
(using this method, you are installing a development version of the popup-dictionary addon - not a released version. Follow this instruction at your own risk)
- download this repository
git clone [url]
in terminal OR download and extract .zip from github - open anki21's addon folder. On a mac it's located at /Users/[user]/Library/Application\ Support/Anki2/addons21. You can also go to addons, choose one, click view files, and then go up one level to find it on your machine.
- go to
/path/to/popup-dictionary/src
- drag or copy the popup-dictionary folder contained inside
src
to Anki'saddons21
folder
Anki 2.1
- Make sure you have the latest version of Anki 2.1 installed. Earlier releases (e.g. found in various Linux distros) do not support
.ankiaddon
packages. - Download the latest
.ankiaddon
package from the releases tab (you might need to click on Assets below the description to reveal the download links) - From Anki's main window, head to Tools → Add-ons
- Drag-and-drop the
.ankiaddon
package onto the add-ons list - Restart Anki
Anki 2.0
- Go to Tools → Add-ons → Open add-ons folder
- Find and delete the
Pop-up Dictionary.py
file if it already exists. - See if you can find a
popup_dictionary
folder. If so:- If the folder contains a
meta.json
file, copy the file to a safe location. This will allow you to preserve your current settings. - Proceed to delete the
popup_dictionary
folder
- If the folder contains a
- Download and extract the latest Anki 2.0 add-on release from the releases tab (you might need to click on Assets below the description to reveal the download links)
- Move the extracted
Pop-up Dictionary.py
andpopup_dictionary
into the add-ons folder - Optional: Place the
meta.json
file back into the directory if you created a copy beforehand. - Restart Anki
For further information on the use of this add-on please check out the description text for AnkiWeb.
With Anki add-on builder installed:
git clone https://github.com/glutanimate/popup-dictionary.git
cd popup-dictionary
aab build
For more information on the build process please refer to aab
's documentation.
Contributions are welcome! Please review the contribution guidelines on how to:
- Report issues
- File pull requests
- Support the project as a non-developer
Pop-up Dictionary is Copyright © 2018-2019 Aristotelis P. (Glutanimate)
My work on the initial version of this add-on was partially funded by two fellow Anki users. I would like to thank both of them for their help.
Ships with the following javascript libraries:
- jQuery (v1.12.4), (c) jQuery Foundation, licensed under the MIT license
- qTip2 (v2.1.1), (c) 2011-2018 Craig Michael Thompson, licensed under the MIT license
- jQuery.highlight, (c) 2007-2014 Johann Burkard, licensed under the MIT license
Pop-up Dictionary is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the LICENSE file that accompanied this program.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.