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

Ignore modified cards in Anki during export #261

Open navakelvin opened 3 months ago

navakelvin commented 3 months ago

Normally I do the creation of cards in Logseq, but I do the modification and improvement of the cards in Anki at the time of studying.

That's when I make the improvements, not after, because then you forget or lose the idea.

If you modify in Anki, and then re-sync from Logseq, ALL changes are deleted/overwritten. This is a headache. Please allow the plugin to ignore modified cards in Anki.

P.S. Ideally, there would be two-way synchronization: first logseq imports the changes, and then exports the new to Anki. But since this is still unlikely (according to the developer), consider this temporary solution I posted.

debanjandhar12 commented 3 months ago

You can prevent updating cards by deselecting them during syncing: image

navakelvin commented 3 months ago

@debanjandhar12 So true. I overlooked it.

Now that you mention it, it would be a good idea to be able to overlap the "current page" option with "new notes only". That is, two checkboxes to only allow new notes from the current page.

thiswillbeyourgithub commented 3 months ago

Or to group the new notes per logseq page and allow recursive checking (i.e. if I unselect a page then all the notes of the page get unselected)