Compare commits
29 Commits
Author | SHA1 | Date | |
---|---|---|---|
cc3216b4a6
|
|||
738c3d1cc4
|
|||
37c2c4babb
|
|||
8f2ae811f3
|
|||
51d3237476
|
|||
9e851aa8aa
|
|||
fa217a68de
|
|||
fe2ee586ff
|
|||
58e2a586c1
|
|||
a87e7f0006
|
|||
21516a0d9b
|
|||
c0e7715dcb
|
|||
fd4e04d7fd
|
|||
a8f732c3c3
|
|||
d532e37714
|
|||
7267d35242
|
|||
14473caf6a
|
|||
7d65db547c
|
|||
8212a8d376
|
|||
56a96d88c7
|
|||
a2f27e6420
|
|||
6030498b34
|
|||
fb1aa519e6
|
|||
d0ad22305c
|
|||
48dde3160b
|
|||
3ac2db0f7c
|
|||
692c9ec558
|
|||
b8ba52009c
|
|||
abc111b5af
|
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Alexander Bocken
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
39
README.md
39
README.md
@ -14,9 +14,23 @@ I'm following the guide of the book, only implementing hints if I have troubles
|
||||
Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead.
|
||||
|
||||
## Disclaimer
|
||||
This deck is still heavily in developement, I will be adding new cards and hints from time to time, see the commits for more details.
|
||||
All cards have now been added.
|
||||
Hints are only sporadically used and can only be expected for difficult kanjis in the first few hundred cards for now.
|
||||
|
||||
Currently I'm using this [Kanji recognition site](https://kanji.sljfaq.org/draw-canvas.html). Seems a lot faster than having to rely on Google Translate (plus I don't have to use Google, which is a benefit in itself.)
|
||||
To get the Kanji unicode characters I used this [Kanji recognition site](https://kanji.sljfaq.org/draw-canvas.html).
|
||||
Seems a lot faster than having to rely on Google Translate (plus I don't have to use Google, which is a benefit in itself.)
|
||||
|
||||
## Contributing
|
||||
|
||||
If you find a mistake, or have other ideas on how to improve the deck, please don't hesitate to [open a new issue](https://github.com/blinry/anki-fonts/issues)!
|
||||
|
||||
This deck is maintained using the [CrowdAnki](https://github.com/Stvad/CrowdAnki) add-on. If you want to contribute corrections or improvements yourself, follow these steps:
|
||||
|
||||
1. Make changes to the deck.
|
||||
2. Install the [CrowdAnki add-on](https://ankiweb.net/shared/info/1788670778).
|
||||
3. Fork and clone this repository.
|
||||
4. Use `Export -> CrowdAnki Json representation` on the deck and chose the repository's base directory.
|
||||
5. Commit the changes, and submit a pull request to this repository.
|
||||
|
||||
## Primitves
|
||||
I've been adding the seperately listed primitives as well, although that has some issues connected with it: Some/most of the primitives listed seperately do not have a unicode character associated with them. Thus I've been using two strategies:
|
||||
@ -25,3 +39,24 @@ I've been adding the seperately listed primitives as well, although that has som
|
||||
2. Misusing another unicode character which looks pretty much the same. For example for "Besen" as used in "雪" uses the charakter "ヨ" ("yo" from Katakana).
|
||||
|
||||
Both of these strategies are not optimal and I'm currently looking into other options. Inserting pictures does not seem optimal to me as well since those are heavily font-dependent. Reccommendations on how to solve this issue are always welcome.
|
||||
|
||||
## Compounds
|
||||
Compounds are added to the last kanji learned to completely understand the compound.
|
||||
E.g. "週末" (Wochenende) is added at "週" (no. 340), not "末" (no. 230).
|
||||
|
||||
## Fonts
|
||||
For Kanjis I'm using the IPAGothic font, for the stroke order I'm using Timothy Eyre's great font I found on [his website](https://www.nihilist.org.uk/). Please notice the license he has listed for this font.
|
||||
|
||||
### Importing via apkg
|
||||
|
||||
I've included an apkg file with the font files included as well as one apkg file without these font files.
|
||||
Choose the one you prefer, the one with fonts has the additional benefit of synchronising the fonts with other devices.
|
||||
|
||||
### Importing via CrowdAnki
|
||||
|
||||
Either install these fonts seperately or add the ttfs to your `collection.media` Anki folder as `_ipag.ttf` and `_KanjiStrokeOrders.ttf`.
|
||||
The latter method has the benefit of synchronising these fonts to your other devices as well.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
Reference in New Issue
Block a user