Compare commits

..

13 Commits
v2.3 ... master

Author SHA1 Message Date
765714c9b2
update README to current state 2024-08-18 12:06:49 +02:00
Alexander Bocken
13cdfe82f3
Merge pull request #3 from arkov/master
Kanji für Abend ausgetauscht
2024-08-18 10:01:25 +02:00
Arkadij
7cca7dd1a6 Das richtige Kanji für Abend eingesetzt.
30BF -> 5915
2024-08-17 15:09:39 +00:00
Alexander Bocken
81d1ba8a10
Merge pull request #2 from robojones/master
fix typo in card 251 ("Pfirsich")
2023-02-14 14:48:43 +01:00
Jonathan Scholz
ef2cefe7ef
fix typo in card 251 ("Pfirsich") 2023-02-14 14:44:24 +01:00
cff01b43a9
hover effects on links 2022-04-20 13:38:36 +02:00
cb33403332
refactored html/css 2022-04-20 11:10:12 +02:00
0dc0664ebe
delete empty cards added on accident 2021-12-18 14:29:23 +01:00
441d1c455e
fix readings index for composites with multiple reading indexes 2021-12-16 18:07:10 +01:00
3432034cf2
fix readings_index for kanjis with multiple composites but only one readings_index 2021-12-16 17:19:53 +01:00
3ee1bfc4d8
fix no.2946 + smaller fixes 2021-11-29 10:49:07 +01:00
561288fb57
small fixes 2021-11-29 10:24:51 +01:00
0fd62b0f96
compound meanings on the right, readings index included 2021-11-28 23:32:50 +01:00
2 changed files with 678 additions and 661 deletions

View File

@ -10,22 +10,22 @@ All in all it includes 3000 Kanjis and 171 primitives.
Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German. Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German.
Most of the hints I have gotten from [another Deck for the same book](https://ankiweb.net/shared/info/1354129669) (probably should have looked for something like this earlier). Most of the hints I have gotten from [another Deck for the same book](https://ankiweb.net/shared/info/1354129669) (probably should have looked for something like this earlier).
A big thanks to the contributors of that deck for sharing their work. A big thanks to the contributors of that deck for sharing their work.
These have not yet been formatted corrected (i.e. bold for the word in question and italics for components of the kanji). For hints from the 3rd book I have found mostly English sentences online. These are still in the process of being translated in to German (if applicable) or being replaced by better sentences.
Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead. Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead.
## Import ## Import
I'm using Anki as my vocab program with the Addon [CrowdAnki](https://github.com/Stvad/CrowdAnki) to export in a diff-friendly json-file. I'm using Anki as my vocab program with the Addon [CrowdAnki](https://github.com/Stvad/CrowdAnki) to export in a diff-friendly Json-file.
You can easily add it to yout Anki setup via the code given on [its AnkiWeb page](https://ankiweb.net/shared/info/1788670778). You can easily add it to your Anki setup via the code given on [its AnkiWeb page](https://ankiweb.net/shared/info/1788670778).
From there it's a simple `File -> CrowdAnki: Import git repository`. From there it's a simple `File -> CrowdAnki: Import git repository`.
If you're using different Anki applications, please see the release section for `.apkg` files. If you're using different Anki applications, please see the release section for `.apkg` files.
These will not be as up to date as the `json` files used by CrowndAnki. These will not be as up-to-date as the `json` files used by CrowndAnki.
## Contributing ## 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)! 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/AlexBocken/kanji/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: 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:
@ -38,11 +38,11 @@ This deck is maintained using the [CrowdAnki](https://github.com/Stvad/CrowdAnki
### Disclaimer ### Disclaimer
Hints are now been mostly implemented, but need correct formatting to highlight meaning and primitives in the sentences. Hints are now been mostly implemented, but need correct formatting to highlight meaning and primitives in the sentences.
The correct formatting (and german sentences) are as of today (20211128) at no.2308. The correct formatting (and German sentences) are as of today (20211128) at no.2308.
## Primitves ## Primitives
I'm mapping primitives which cannot be found in the Unicode standard to a section of the Ethiopian Alphabet. I'm mapping primitives which cannot be found in the Unicode standard to a section of the Ethiopian Alphabet.
My custom fonts then display these primitives instead of the ethiopian letters. My custom fonts then display these primitives instead of the Ethiopian letters.
This means that the symbol displayed in Browse mode is incorrect for primitives. This means that the symbol displayed in Browse mode is incorrect for primitives.
## Composites ## Composites
@ -51,7 +51,6 @@ Formatting on the cards has been improved. As can be seen in the above pictures.
## Readings ## Readings
I've pulled all available On- Kun- and Nanori-readings from http://nihongo.monash.edu/ using a script. I've pulled all available On- Kun- and Nanori-readings from http://nihongo.monash.edu/ using a script.
These readings are not (yet?) displayed on the cards themselves but are listed in the notes.
If you want to see my awful coding practices for such one off stuff which just needs to generate a file once, look into the `scripts` branch of this git repository. If you want to see my awful coding practices for such one off stuff which just needs to generate a file once, look into the `scripts` branch of this git repository.
## Fonts ## Fonts
@ -70,4 +69,4 @@ For example, Heisig does not seem to like to use '辶' and almost always prefers
AGPL3 AGPL3
(Fonts seperate) (Fonts separate)

1320
deck.json

File diff suppressed because one or more lines are too long