Add site metadata
19
README.md
@ -1,3 +1,12 @@
|
|||||||
|
<!-- +++
|
||||||
|
Area = "projects"
|
||||||
|
GitHub = "yomichan-anki"
|
||||||
|
Layout = "page"
|
||||||
|
Tags = ["anki", "japanese", "pyqt", "python", "sql", "yomichan", "gpl license", "anki-connect"]
|
||||||
|
Description = "Plugin for sentence/vocab mining Japanese books in Anki."
|
||||||
|
Collection = "ProjectsComplete"
|
||||||
|
+++ -->
|
||||||
|
|
||||||
# Yomichan Anki
|
# Yomichan Anki
|
||||||
|
|
||||||
Yomichan is an Anki plugin built to help students of Japanese learn the language by reading native media on their
|
Yomichan is an Anki plugin built to help students of Japanese learn the language by reading native media on their
|
||||||
@ -5,7 +14,7 @@ computer. This application's one-click flash card creation feature makes vocabul
|
|||||||
focus on enjoying your reading.
|
focus on enjoying your reading.
|
||||||
|
|
||||||
*Note: This project is no longer maintained and has been superseded by the
|
*Note: This project is no longer maintained and has been superseded by the
|
||||||
[Yomichan](https://foosoft.net/projects/yomichan/) browser extension*.
|
[Yomichan](https://foosoft.net/projects/yomichan/) browser extension.*
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -17,20 +26,20 @@ will automatically notify you when updates are available.
|
|||||||
1. Make sure you are running the latest version of Anki.
|
1. Make sure you are running the latest version of Anki.
|
||||||
2. Open your vocab deck and note the fields that are used in your deck.
|
2. Open your vocab deck and note the fields that are used in your deck.
|
||||||
|
|
||||||
[![Card layout dialog](https://foosoft.net/projects/yomichan-anki/img/layout-thumb.png)](https://foosoft.net/projects/yomichan-anki/img/layout.png)
|
[![Card layout dialog](img/layout-thumb.png)](img/layout.png)
|
||||||
|
|
||||||
3. Launch Yomichan from the tools menu inside Anki.
|
3. Launch Yomichan from the tools menu inside Anki.
|
||||||
4. Open the text file you want and you will see its contents in the Yomichan. Your layout and color scheme will look
|
4. Open the text file you want and you will see its contents in the Yomichan. Your layout and color scheme will look
|
||||||
different because the screenshot shows my personal settings.
|
different because the screenshot shows my personal settings.
|
||||||
|
|
||||||
[![Reader dialog](https://foosoft.net/projects/yomichan-anki/img/reader-thumb.png)](https://foosoft.net/projects/yomichan-anki/img/reader.png)
|
[![Reader dialog](img/reader-thumb.png)](img/reader.png)
|
||||||
|
|
||||||
5. To look up words hover your mouse over them while pressing the middle mouse button (usually this is your scroll
|
5. To look up words hover your mouse over them while pressing the middle mouse button (usually this is your scroll
|
||||||
wheel). You can also press and hold shift instead if you like (or your mouse has no center button).
|
wheel). You can also press and hold shift instead if you like (or your mouse has no center button).
|
||||||
6. To set up your Anki deck for Yomichan select Preferences from the Edit menu and you should see a screen that looks
|
6. To set up your Anki deck for Yomichan select Preferences from the Edit menu and you should see a screen that looks
|
||||||
like this:
|
like this:
|
||||||
|
|
||||||
[![Preferences dialog](https://foosoft.net/projects/yomichan-anki/img/preferences-thumb.png)](https://foosoft.net/projects/yomichan-anki/img/preferences.png)
|
[![Preferences dialog](img/preferences-thumb.png)](img/preferences.png)
|
||||||
|
|
||||||
7. Now you should add markers such as `{expression}`, `{reading}`, `{reading}` and `{sentence}` to specify how new
|
7. Now you should add markers such as `{expression}`, `{reading}`, `{reading}` and `{sentence}` to specify how new
|
||||||
cards should be created. Card fields will vary depending on your deck model. If you want to be able to use
|
cards should be created. Card fields will vary depending on your deck model. If you want to be able to use
|
||||||
@ -41,7 +50,7 @@ will automatically notify you when updates are available.
|
|||||||
Anki thinks you can't add a fact with those items*. This likely means that they would either be duplicates of
|
Anki thinks you can't add a fact with those items*. This likely means that they would either be duplicates of
|
||||||
existing cards in the deck or that Yomichan hasn't been properly set up for your deck model.
|
existing cards in the deck or that Yomichan hasn't been properly set up for your deck model.
|
||||||
|
|
||||||
[![Icons](https://foosoft.net/projects/yomichan-anki/img/icons-thumb.png)](https://foosoft.net/projects/yomichan-anki/img/icons.png)
|
[![Icons](img/icons-thumb.png)](img/icons.png)
|
||||||
|
|
||||||
Here is what the icons mean (in order from left to right):
|
Here is what the icons mean (in order from left to right):
|
||||||
* Add term in Kana form even it can be written in Kanji (e.g. べんきょうか).
|
* Add term in Kana form even it can be written in Kanji (e.g. べんきょうか).
|
||||||
|
32
dl/updates.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"version": "0.22b",
|
||||||
|
"features": [
|
||||||
|
"Fix definitions for certain search strings not being found",
|
||||||
|
"Popular terms are now displayed in bold",
|
||||||
|
"Improvements to the AnkiConnect interface"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.21b",
|
||||||
|
"features": [
|
||||||
|
"Fixing crash that would happen when a Kanji character doesn't have both on-yomi and kun-yomi defined"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.20b",
|
||||||
|
"features": [
|
||||||
|
"Support for Chrome integration via AnkiConnect; see foosoft.net/projects/yomichan",
|
||||||
|
"Fixing deinflection problems and various crashes; other tweaks and improvements",
|
||||||
|
"Better presentation, enhanced dictionary format"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.17b",
|
||||||
|
"features": [
|
||||||
|
"New interface to check for updates",
|
||||||
|
"New option to save text contents between sessions"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
BIN
img/icons-thumb.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/icons.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/layout-thumb.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
img/layout.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
img/preferences-thumb.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
img/preferences.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
img/reader-thumb.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/reader.png
Normal file
After Width: | Height: | Size: 386 KiB |