debanjandhar12 / logseq-anki-sync

An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.
GNU Affero General Public License v3.0
421 stars 30 forks source link

Is it normal that all cards are noted as "updated" on sync? #256

Closed thiswillbeyourgithub closed 3 months ago

thiswillbeyourgithub commented 3 months ago

If I press the sync to anki button, all my cards are written in the "update" section even if they have not changed at all. Is that normal ? If so, I think this is a bit misleading (even worrying!).

image

debanjandhar12 commented 3 months ago

Is that normal ?

Yes

The plugin will try to update all the cards from logseq to anki if the options are enabled. Now, in reality if no change exists between logseq and anki card then no actual update occurs (unless force sync is enabled).

thiswillbeyourgithub commented 3 months ago

Thank you