You could try to reset the appropriate fields in the database using sqlite commands.
A helpful GUI for this is e.g. the firefox addon SQLite Manager: https://addons.mozilla.org/de/firefox/addon/5817 The following command doesn't seem to reset all data, but at least all cards are reset to unlearned: update cards set grade=-1,next_rep=-1,last_rep=-1,easiness=2.5,acq_reps=0,ret_reps=0,lapses=0,acq_reps_since_lapse=0,ret_reps_since_lapse=0; Maybe that's better than nothing? Am Sonntag, 15. Juli 2012 08:53:09 UTC+2 schrieb [email protected]: > > So, just to clarify, the 'Export Cards' function is not available for > Mn2.0 yet right? > > I was going crazy trying to find it... or figure it out. > > any suggestions for someone who just made 100+ cards for an exam and needs > to export them to a friend ASAP? > > Thanks so much. > > -m > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/mnemosyne-proj-users/-/6SzUvLj3hJgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
