Core 2k/6k question

Index » Learning resources

  • 1
 
Reply #1 - 2013 July 16, 12:25 am
wulfgar2 Member
Registered: 2012-04-02 Posts: 35

Despite watching the video and reading the manual, I haven't been able to customize shared deck "Core 2k/6k Optimized Japanese Vocabulary" the way I want it. I only want one way cards as follows:
Front - Vocabulary-Kanji (32px), Expression (32px)
Back - Vocabulary-Kanji (32px), Expression (32px), Vocabulary-Kana (20px), Sentence-Kana (20px), Vocabulary-English (10px), Sentence-English (10px)

Can you tell me the right code to put in the Card Types window?

(Here is the existing code, if it helps)
Front Template:
<span style="font-size: 28px; ">{{Vocabulary-English}}</span> <span style="font-size: 15px; color: #5555ff">{{Vocabulary-Pos}}</span><br>
<span style="font-family: MS ゴシック; font-size: 32px; ">{{Sentence-Clozed}}</span><br>
{{Caution}}<br>
{{Sentence-Image}}<br>
<span style="font-size: 15px; ">{{Sentence-English}}</span>

Styling:
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}

.card1 { background-color: #ffff7f; }

Back Template:
{{FrontSide}}

<hr id=answer>

{{Vocabulary-Audio}}{{Vocabulary-Furigana}}<br><br>
<span style="font-family: MS ゴシック; ">{{furigana:Reading}}</span><br><br>
{{Sentence-Audio}}-- <span style="font-size: 10px">{{Notes}}</span> --

Reply #2 - 2013 July 16, 1:31 am
uisukii Guest

Front Template

<span style="font-family: Meiryo; font-size: 30px; color: #aa007f">{{TargetKanji}}</span>
<br>
<br>
<br>
<span style="font-family: Meiryo; font-size: 32px; ">{{Expression}}</span>

Styling

.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}

Back Template

{{FrontSide}}
<hr id=answer>
<span style="font-family: Meiryo; font-size: 20px; ">{{KanaReading}}</span>
<br>
<br>
<span style="font-family: Meiryo; font-size: 20px; ">{{furigana:Reading}}</span>
<br>
<br>
<span style="font-family: Calibri; font-size: 10px;">{{Meaning}}</span>
<br>
<br>
<span style="font-family: Calibri; font-size: 10px; color: #ffaa00">{{SentenceMeaning}}</span>

Anki "Card" formatting image:

http://oi43.tinypic.com/r8cdqg.jpg


p.s. This sort of question is preferred by the mods and admin, if it were asked over at the Anki support page. For more information on what is considered reasonable, it might be of some benefit to read this thread:

http://forum.koohii.com/viewtopic.php?id=11515

Best of luck with your issues.

Reply #3 - 2013 July 17, 11:42 am
wulfgar2 Member
Registered: 2012-04-02 Posts: 35

thanks!

Advertising (register and sign in to hide this)
JapanesePod101 Sponsor
 
Reply #4 - 2013 July 17, 7:13 pm
uisukii Guest

Anytime.

  • 1