- Python 97%
- CSS 1.7%
- Shell 1.3%
|
FileX
4d91236f59
Existing templates have to be updated with the below script part:
```
<script>if ((audio=document.getElementsByClassName("subsearch__fetch")).length > 0) {
audio[0].nextElementSibling.setAttribute("onclick", `document.getElementById("${audio[0].id}").play()`);
document.addEventListener("keyup", evt => { if (evt.key.toLowerCase() == "r")
document.getElementById(audio[0].id).currentTime = 0;
document.getElementById(audio[0].id).play() });
audio[0].autoplay = true }</script>
```
|
||
|---|---|---|
| .gitea/issue_template | See previous commits | |
| data | Update title database | |
| img | Remove images from builds | |
| subsearch_ajt | Why do I have a version hard-coded? | |
| web | Release 1.0.0 | |
| .gitignore | Template editing + fixes | |
| __init__.py | See previous commits | |
| build.sh | Fix manifest not being added to build | |
| common.py | Add r shortcut to template | |
| config.json | Shortcut Series | |
| config.md | Shortcut Series | |
| config.py | Release 1.0.0 | |
| edit_window.py | Template editing + fixes | |
| LICENSE | add an ankiweb-compatible license | |
| note_getter.py | Fix my IME doing dumb things | |
| note_importer.py | Move template creation to commons | |
| note_previewer.py | Shortcut Series | |
| README.md | Remove images from builds | |
| search_window.py | Shortcut Series | |
| settings_dialog.py | Shortcut Series | |
| TESTED_VERSIONS_LIST.md | Upgrade API Compatibility | |
| widgets.py | Shortcut Series | |
Sub2Srs Search
Why having hundreds of thousands of cards on your computer, if you can have even more online?
This addon enables you to search and import all cards from Immersion Kit.
Download
717309388
You can get the addon by going to Tools > Add-ons > Get add-ons... and pasting the code
or using ADDons
Else you can also grab the file from the releases and execute it (you will have to have anki installed already).
Screenshots & How to use
Install Sub2Srs Search and start Anki. You will see a menu called Sub2Srs Search.
To search for cards, click Search for Sub2Srs Cards....
This will open a search window, including a lot of hopefully self explaining options.
Looks a bit like cockpit-style, but no need to worry as you can turn this off in the settings or hide it per button.
Enter some text and search for it. Now you should roughly have the screenshot.
Click on one of the cards to preview it (Can be turned off in the settings). Multi-Selection is possible.
A bit below is the deck and the note type that will be used.
Also, there is a notice of missing fields. Import can still be done, but these fields will be cut away.
Click edit to edit the notes details, import to simply import.
If you get a notice for existing media, check the card in the card-browser or editor.
These displayed here are all settings available for SubSearch together with their descriptions.
See the Config documentation for more information/the information on the right.
Warning: This addon can be a cause of losing interest in anime
The reasons for this are that you will most likely take any card you can get, thus also from anime you don't like, and you are being spoiled about the content of the anime you like on top.
Keep this in mind when using the addon.
Links
- Anki Forum Page
- Anki Addons Page
- Immersion Kit API Documentation
- Config documentation
- Source code of CroPro
Mirrored from GitHub/Ajatt-Tools/cropro