Phil Denhoff
Phil Denhoff
I would like to be able to change the `logseq-raindrop/` prefix, or entirely remove it. Split out from #15
**Readiness:: draft** # Overview Indicate to users Raindrops that were recently synced, so users can grab notes they may have missed. > As a user, I want to know which...
I synced about a month's worth of items while testing, and found - the items were not added to the list in the correct chronological order - most items were...
Inserting logseq blocks freezes logseq (and the plugin). Maybe offloading it to a worker would make the app more responsive? Another idea: slow down the import rate. Because logseq is...
While Raindrop's [API](https://developer.raindrop.io/v1/raindrops) says that the object that is a URL, title, highlights (each with a possible note) is called a "Raindrop", it's much more commonly called a Bookmark on...
- If a block exists in the page that has content matching the highlight, re-render that block using the highlight and note. - that seems like it would re-render everything...?...
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...
Using the [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API) & [sql.js](https://sql.js.org), the Webapp version of Citadel can read a local, client-side library (including the SQLite metadata.db file) to list books & authors. This branch...
If I add a new book, and create a new author in the process, I don't see the book in my list (and there's no way to update it). If...