genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

Recommended Anki settings #199

Open genkio opened 3 years ago

genkio commented 3 years ago

image

image

image

image

genkio commented 3 years ago

More on How to Set Up and Use Yomichan with Anki

Fields (Note type: basic optional reversed card, with their formats)

  1. Front – Size: 36 – Japanese Font if you have it
  2. Back – Size: 12 – Arial or anything you like
  3. Add Reverse – No change
  4. Sentence – Size: 14 – Japanese font
  5. Sentence No word – Size: 14 – Japanese font
  6. Reading – Size 18 – Japanese font
  7. Image – No change
  8. Audio - No change

Templates

Japanese front English back

Front

<div style='font-family: BIZ UDGothic; font-size: 48px;'>{{Front}}</div>
{{Audio}}
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Sentence}}</div>

thoughts on improvements: remove Front to start with only audio and sentence.

Back

<div style='font-family: BIZ UDGothic; font-size: 48px;'>{{Reading}}</div>
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Sentence}}</div>

<hr id=answer>
{{Back}}
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Image}}</div>

Style

.card {
 font-family: arial;
 font-size: 20px;
 text-align: center;
 color: #ffffff;
 background-color: #2d2d2d;
}

English front Japanese back

Front

{{#Add Reverse}}<div style='font-family: Roboto Slab; font-size: 18px;'>{{Back}}</div>
{{Audio}}
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Sentence No word}}</div>{{/Add Reverse}}

Back

<div style='font-family: Roboto Slab; font-size: 18px;'>{{Back}}</div>
{{Audio}}
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Sentence}}</div>
<hr id=answer>

<div style='font-family: BIZ UDGothic; font-size: 48px;'>{{Reading}}</div>
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Image}}</div>

Yomichan anki settings

Basic (optional reversed card)

image
FRONT: {expression}

BACK: {glossary-brief}

REVERSE: Blank

SENTENCE: {cloze-prefix}({cloze-body}){cloze-suffix}

SENTENCE NO WORD: {cloze-prefix}(・・・){cloze-suffix}

READING: {furigana}

KANJI: Blank

AUDIO: {audio}

Audio first vocab card template

<div style='font-family: BIZ UDGothic; font-size: 48px;'>{{Reading}}</div>
<br>
{{Audio}}
<div style='font-family: BIZ UDGothic; font-size: 48px;'>{{Reading}}</div>
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Sentence}}</div>

<hr id=answer>
{{Back}}
<br>
<div style='font-family: BIZ UDGothic; font-size: 24px;'>{{Image}}</div>

<br>
{{Audio}}
genkio commented 3 years ago

Animebook chrome extension settings

image

genkio commented 2 years ago

Ankicard Mac app 2.1.49 with new setting interface:

image image

other settings are left as default

genkio commented 2 years ago

Other useful add-ons

https://ankiweb.net/shared/info/385888438

genkio commented 1 year ago

Update

Anki fields

image

Yumichan mappings

image

Card front template

{{Audio}}
<div style='font-size: 28px;'>{{hint:Furigana}}</div>

<br /><br />

{{Sentence Audio}}
<div style='font-size: 24px;'>{{hint:Sentence}}</div>

<br/>
{{hint:Image}}

Card back template

{{Audio}}
<div style='font-size: 28px;'>{{Furigana}}</div>

{{Sentence Audio}}
<div style='font-size: 24px;'>{{Sentence Furigana}}</div>

<hr id=answer>
<div style='text-align: left;'>
{{Glossary Brief}}
</div>

Yumichan と Animebook extension settings

yomichan-to-animebook-settings.zip

genkio commented 3 months ago

Extension

https://chromewebstore.google.com/detail/yomitan/likgccmbimhjbgkjambclfkhldnlhbnn

Dictionary

https://jitendex.org/pages/downloads.html

Anki Fields

image

Yomitan Settings

image

yomitan-settings-2024-03-19-07-28-57.json

Card Front Template

{{Audio}}{{Audio}}
<br />
{{Sentence Audio}}

<br /><br />

{{hint:Sentence No Word}}

Card Back Template

{{Audio}}{{Audio}}
<br />
{{Sentence Audio}}

<br /><br />

{{hint:Sentence Furigana}}

<hr id=answer>

{{hint:Glossary Brief}}