Skip to content

Commit

Permalink
Fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Nov 7, 2020
1 parent fcb0460 commit 14623b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ vocab_field=VocabKanji
vocab_audio_field=VocabAudio
```

If you run Anki in portable mode, the path to your `collection.media` folder
may differ from the default. In this case, if you run into troubles making Anki cards with the add-on,
specify full path to the collection in the `config file` as well:
```
collection_path=C:\AnkiDataFolder\collection.media
```

Sentence field should be first in the note type settings.
Otherwise Anki won't allow mpvacious to add new notes.
Alternatively, refer to [Modifying cards added with Yomichan](#modifying-cards-added-with-yomichan)
Expand Down

0 comments on commit 14623b4

Please sign in to comment.