redundancy in note information?
When a citation is deleted from a note(in note editor, insert a citation and then delete it), the information in zotero.sqlite->itemNotes->note->"<div data-citation-items=" is not deleted synchronously. Is this a bug?
Thanks!
Thanks!
-
bwiernikNo. Most database operations are asynchronous. You should generally avoid interacting directly with the Zotero sqlite database
-
martynas_bNormally, it should remove this field the next time you will edit the note.
-
regplyThank you for your reply. Only the next time modification can trigger the cleanup action. Could you please explain the reason for this design?