dtp --
Thanks for posting the sqlite3 instructions for updating the Kindle vocabulary.
I ran these two instructions, only, because I wanted to preserve the
mastered words:
# this will remove not mastered words
sqlite3 vocab.db "DELETE FROM WORDS where category=0;"
# this removes word references to books
sqlite3 vocab.db "DELETE FROM LOOKUPS where id!='blabla';"
After I ejected the Kindle and reset it, I was a little surprised that the
mastered words were deleted, in addition to the
not mastered and
book-related words.
Do you have any idea what I did wrong to remove the
mastered words?
Cheers,
Tim