Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glutanimate/import-bug-test

Import Bug Test add-on for Anki
https://github.com/glutanimate/import-bug-test

anki anki-addon education flashcards learning srs

Last synced: about 2 months ago
JSON representation

Import Bug Test add-on for Anki

Awesome Lists containing this project

README

        

This is an add-on designed to gather info on a potential bug in Anki's add-on import system. Cf.: https://github.com/glutanimate/review-heatmap/issues/43 and https://github.com/Arthur-Milchior/anki-enhance-main-window/issues/45

### Table of Contents

- [Installation](#installation)
- [Documentation](#documentation)
- [Building](#building)
- [Contributing](#contributing)
- [License and Credits](#license-and-credits)

### Installation

#### AnkiWeb

This section will be updated once the add-on is available on AnkiWeb.

#### Manual installation

Please click on the entry corresponding to your Anki version:

Anki 2.1

1. Make sure you have the [latest version](https://apps.ankiweb.net/#download) of Anki 2.1 installed. Earlier releases (e.g. found in various Linux distros) do not support `.ankiaddon` packages.
2. Download the latest `.ankiaddon` package from the [releases tab](https://github.com/glutanimate/import-bug-test/releases) (you might need to click on *Assets* below the description to reveal the download links)
3. From Anki's main window, head to *Tools* → *Add-ons*
4. Drag-and-drop the `.ankiaddon` package onto the add-ons list
5. Restart Anki

Anki 2.0

1. Go to *Tools* → *Add-ons* → *Open add-ons folder*
2. Find and delete the `Import Bug Test.py` file if it already exists.
3. See if you can find a `import_bug_test` folder. If so:
1. If the folder contains a `meta.json` file, copy the file to a safe location. This will allow you to preserve your current settings.
2. Proceed to delete the `import_bug_test` folder
4. Download and extract the latest Anki 2.0 add-on release from the [releases tab](https://github.com/glutanimate/import-bug-test/releases) (you might need to click on *Assets* below the description to reveal the download links)
5. Move the extracted `Import Bug Test.py` and `import_bug_test` into the add-ons folder
6. Optional: Place the `meta.json` file back into the directory if you created a copy beforehand.
7. Restart Anki

### Documentation

For further information on the use of this add-on please check out [the description text](docs/description.md) for AnkiWeb.

### Building

With [Anki add-on builder](https://github.com/glutanimate/anki-addon-builder/) installed:

git clone https://github.com/glutanimate/import-bug-test.git
cd import-bug-test
aab build

For more information on the build process please refer to [`aab`'s documentation](https://github.com/glutanimate/anki-addon-builder/#usage).

### Contributing

Contributions are welcome! Please review the [contribution guidelines](./CONTRIBUTING.md) on how to:

- Report issues
- File pull requests
- Support the project as a non-developer

### License and Credits

*Import Bug Test* is *Copyright © 2019 [Aristotelis P.](https://glutanimate.com/) (Glutanimate)*

Import Bug Test 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](https://github.com/glutanimate/import-bug-test/blob/master/LICENSE) file that accompanied this program.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.