phildenhoff / logseq-raindrop

A Raindrop plugin for Logseq
MIT License
62 stars 5 forks source link

Faster page-based import process #39

Open phildenhoff opened 1 year ago

phildenhoff commented 1 year ago

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.