Skip to content

Instantly share code, notes, and snippets.

@witeshadow
Created February 11, 2015 05:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save witeshadow/bd18aa4d21531554d062 to your computer and use it in GitHub Desktop.
Save witeshadow/bd18aa4d21531554d062 to your computer and use it in GitHub Desktop.
German Anki Note Types
{{FrontSide}}
<hr id=answer>
<span german="{{Front}}">{{Front}}</span>
{{#Back}}
<div class=info>tags: {{Tags}} |
note type: {{Type}} |
card type: {{Card}} | deck: {{Deck}}
</br>
</br>
</div>
English: {{Back}}
<br>
<div class=instructions>(Auf Deutsch)</div>
{{/Back}}
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
[german^="der"] { color: #00f; }
[german^="Der"] { color: #00f; }
[german^="Die"] { color: #f0f; }
[german^="die"] { color: #f0f; }
[german^="das"] { color: #33CC00; }
[german^="Das"] { color: #33CC00;}
.info {font-size:10px; color:gray;}
.instructions {font-size:12px;
Front
Back
Gender
Article
Part of Speech
Add Reverse
Sentence1
Sentence1_Eng
plural ending
sound
{{FrontSide}}
<hr id=answer>
{{Back}}
<div style='font-family: Arial; font-size: 20px;'>{{Sentence1_Eng}}</div>
{{#Back}}
<div class=info>tags: {{Tags}} |
note type: {{Type}} |
card type: {{Card}} | deck: {{Deck}}
</br>
</br>
</div>
German:
<span german="{{Front}}">{{Front}}</span>
<div style='font-family: Arial; font-size: 20px;'>{{sound}}</div>
<div class=instructions>(In English)</div>
{{/Back}}
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
[german^="der"] { color: #00f; }
[german^="Der"] { color: #00f; }
[german^="Die"] { color: #f0f; }
[german^="die"] { color: #f0f; }
[german^="das"] { color: #33CC00; }
[german^="Das"] { color: #33CC00;}
.info {font-size:10px; color:gray;}
.instructions {font-size:12px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment