Skip to content

Commit

Permalink
fix typo that made instructions not work
Browse files Browse the repository at this point in the history
  • Loading branch information
cayennes committed Mar 24, 2012
1 parent 7f1384f commit 27bb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you just want some colorted diagrams, go to [https://github.com/cayennes/kanj
To add these to a kanji deck:

1. Unzip the downloaded collection and put the contents in your deck's .media folder (which is most likely in your Dropbox/Public/Anki folder if you sync media or next to your deck at [My ]Documents/Anki)
2. Add `<img src={{{text:Kanji}}}.png>` to your card template, where Kanji is the name of a field that contains a single kanji character.
2. Add `<img src={{{text:Kanji}}}.svg>` to your card template, where Kanji is the name of a field that contains a single kanji character.
3. If you use anki on multiple devices, you may need to run "Tools >> Advanced >> Check Media Database..." to get them to sync properly. If you want to clear out the unused SVGs, which there will be a ton of, use scan + delete. But use scan if you will be adding any more kanji to your deck, or you'll have to add the SVGs to your media folder again.

I have submitted a post to [http://www.japaneselevelup.com](Japanese Level Up) which will have more tips on using stroke order diagrams in an anki deck, and examples of these diagrams. I expect it to be available to read within a few days.
Expand Down

0 comments on commit 27bb664

Please sign in to comment.