anki-connect icon indicating copy to clipboard operation
anki-connect copied to clipboard

updateNoteFields: Option to append to a field instead of overwriting it

Open ym1234 opened this issue 4 years ago • 1 comments

ym1234 avatar Sep 08 '20 07:09 ym1234

If we do, then somebody will want prepend, and somebody will want insert in the middle, and somebody will want splice, and somebody will want regexp replacement.

I say, fetch the fields with notesInfo, manipulate the content yourself however you like, and then save the result with updateNoteFields.

snoyes avatar Nov 04 '20 16:11 snoyes