logseq-raindrop icon indicating copy to clipboard operation
logseq-raindrop copied to clipboard

Faster page-based import process

Open phildenhoff opened this issue 2 years ago • 0 comments

Right now, the import process on page-based annotations requires a lot of waiting for blocks to be created. It's also sort of janky.

Using a batch block upserting method would make that a lot easier: "import all these blocks at once", instead "insert these three, then update their properties, then this one" etc.

phildenhoff avatar Mar 25 '23 06:03 phildenhoff