Hi murrayjames,
On Jul 4 at 08:48 +0800, Murray James Morrison wrote:
> Before, I didn't know it was possible to activate all card types at once! Very
> cool. A thing that could help, esp. for people who have lots of tags, is the
> addition of a Select All Tags/Select None option in Mnemododo.
Good idea. I've added it to my todo list.
> When I activate tags in Mnemododo, the tag names are sorted strangely. This is
> not only the Chinese sorting problem I've mentioned before (a problem that
> continues in Mnemosyne 2, alas). English tag names are in seemingly random
> order, too. This makes it harder to track down individual tags to (de)select
> them.
I'll fix this in the next version. They should be sorted
alphabetically.
> A question about unseen cards: It seems Mnemododo exports up to 100 unseen
> cards. What determines where these cards are drawn from? I ask because I have
> several tags with unseen cards, but Mnemododo only seems to be taking from one
> of these.
Mnemogogo exports ((num_days_to_export + 1) * num_non-memorised_in_hand)
unscheduled cards.
They are taken in order of:
to relearn, grade = 1 (already seen, but forgotten)
to relearn, grade = 0
new memorising, grade = 0 (never seen, but graded on creation)
new memorising, grade = 1
unseen (never seen)
The order within each category is determined by the underlying
database.
It may be better to shuffle in each category before taking the first n
cards. I will update Mnemogogo to do this when I find some time;
hopefully this week.
In the meantime, you could try increasing the number of days to
export. On my phone, Mnemododo easily handles an export of 1400 cards.
I would expect it to work well up to at least 2000. If you export too
many cards, Mnemododo may fail with out of memory errors, or the
loading of cards may become slow.
Tim.