Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devexcale/skys-jouzu-bulkops
Anki addon to automate menial tasks in just a couple of clicks!
https://github.com/devexcale/skys-jouzu-bulkops
anki anki-addon makefile python
Last synced: about 2 months ago
JSON representation
Anki addon to automate menial tasks in just a couple of clicks!
- Host: GitHub
- URL: https://github.com/devexcale/skys-jouzu-bulkops
- Owner: devExcale
- License: agpl-3.0
- Created: 2024-07-14T20:58:22.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-01T16:22:07.000Z (5 months ago)
- Last Synced: 2024-10-31T05:21:26.879Z (3 months ago)
- Topics: anki, anki-addon, makefile, python
- Language: Python
- Homepage: https://ankiweb.net/shared/info/1803713898
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sky's Jouzu BulkOps
This is an anki addon that allows you to perform various bulk operations on your cards,
saving you time and effort.A big shoutout to Cheif ([Jouzu Juls](https://www.youtube.com/@JouzuJuls))
for inspiring me and giving me the tools to start my journey in learning Japanese,
and to everybody in his discord server.
If you follow Cheif, chances are you'll find this addon useful.## Features
There are currently two bulk operations in this addon:
- Extracting reading from migaku's dictionary output
- Colouring notes' fields based on their pitch accent graphAn operation will be applied to all selected cards,
so it possible to quickly process cards in batches after mining them.
You can find the operations in the deck browser,
either by right-clicking selected cards
or by clicking the `Notes` option in the toolbar.### Unpacking
This feature lets you extract (and move) the reading of a word from migaku's dictionary output field.
| Before | After |
|:-----------------------------------------:|:----------------------------------------:|
| ![Screenshot Here](doc/unpack_before.png) | ![Screenshot Here](doc/unpack_after.png) |The addon will look for the word in brackets and move the hiragana reading on the left to the reading field.
Read the [configuration](#configuration) to find out how to set up right fields.
### Colouring
Like having coloured cards based on the word's pitch?
Wasting time colouring every one of them by hand
with the [Quick Colour Changing](https://ankiweb.net/shared/info/2491935955) addon?Now you can colour cards automatically with this addon!
Just select the cards you want to colour and start the operation:
the plugin colours the cards based on the inferred pitch accent from the graph.| Before | After |
|:-----------------------------------------:|:----------------------------------------:|
| ![Screenshot Here](doc/colour_before.png) | ![Screenshot Here](doc/colour_after.png) |Read the [configuration](#configuration) to find out how to set up right fields and colours.
> **Note:** This isn't meant to discredit the Quick Colour Changing addon,
> which is a useful and awesome addon; I just like to automate things.
> Moreover, I'm sure my addon is bound to fail in some cases,
> and Quick Colour Changing will always come in handy.> Want to know how to automatically generate the pitch accent graph?
> Check out the [Japanese Pitch Accent](https://ankiweb.net/shared/info/148002038) addon!## Configuration
You can change the configuration on anki's addon window.
See the [configuration page](resources/config.md) for more information.