gianluccacolangelo / AutoFlashcards

Give me your highlighted book before you go to bed, and you'll have fresh, finely processed flashcards by the morning
MIT License
3 stars 1 forks source link

Features to implement before v.0.1.0 is released #6

Open gianluccacolangelo opened 1 month ago

gianluccacolangelo commented 1 month ago
gianluccacolangelo commented 1 month ago

Point 2 has been implemented in commit f0913bb

gianluccacolangelo commented 1 month ago

Point 1 has been implemented in commit 00cfea6

gianluccacolangelo commented 1 month ago

Now what is left, is a module that is able to track if the files are renamed or changed in directories, to update anki, with ankiconnect api.

The bad news are we can't use inode for this, because each time we add an annotation to a pdf, a new pdf is replaced and consequently a new inode is created.