like-gold•7mo ago
Anki Card creation other way around
I have been using Migaku mainly to create cards to send to anki. I would like to get those cards created as a reversed card as well --> See definition in front and then the rest after answering (Recall card).
Does someone have a Anki preface for that? Or knows how to modify the regular one to create this every time a new card is created?
8 Replies
spiritual-aqua•7mo ago
@Ardit You would need to create a note type with 2 card types. I don't use Anki and don't have an example
genetic-orange•7mo ago
You could even edit your existing note type to create 2 cards. You can read about it in the Notes and Fields section here: https://docs.ankiweb.net/getting-started.html#note-types
Getting Started - Anki Manual
Anki's user manual. Anki is a flashcard program that makes learning easier.
like-goldOP•7mo ago
Yeah I know but the thing is that the notes type created by Migaku is really complicated. I thought maybe someone might share their deck if someone has this already created
genetic-orange•7mo ago
Oh I see what you mean now. Yeah good luck with that. You could make a simpler card using the fields as the second car
harsh-harlequin•7mo ago
Unless someone answers in the meantime, I’ll check later today if I still have my old anki card type somewhere, I used to make cards like that
I DM'ed you
like-goldOP•7mo ago
Thank you! 🙂
adverse-sapphire•7mo ago
If you figure out how to do this, plerse lmk, this is something I've been wanting to do for awhile
I think it's a bit weird that I can recognize sords but sometimes can't actively recall them
harsh-harlequin•7mo ago
In short:
1) go to note types in anki and clone the migaku note type
2) click on "cards"
3) add a new card type via the options menu
4) on this second card type for the front replace
{{^Is Audio Card}}
{{^Is Vocabulary Card}}
<div class="field" data-popup="yes" data-furigana="no" data-pitch-coloring="no" data-pitch-shapes="no">{{editable:Sentence}}</div>
{{/Is Vocabulary Card}}
{{/Is Audio Card}}
{{^Is Audio Card}}
{{#Is Vocabulary Card}}
<div class="field" data-popup="yes" data-furigana="no" data-pitch-coloring="no" data-pitch-shapes="no">{{editable:Target Word}}</div>
{{/Is Vocabulary Card}}
{{/Is Audio Card}}
{{#Is Audio Card}}
{{^Is Vocabulary Card}}
{{editable:Sentence Audio}}
{{/Is Vocabulary Card}}
{{/Is Audio Card}}
{{#Is Audio Card}}
{{#Is Vocabulary Card}}
{{editable:Word Audio}}
{{/Is Vocabulary Card}}
{{/Is Audio Card}}
with the fields you want on the front
done
@0rganizer