readwise-mirror
readwise-mirror copied to clipboard
For some reason if I edit highlights in the readwise this change is not syncing. Only when new highlights added the sync is updating the note Is it possible to...
If I updated the metadata of the book inside readwise it not mirrored to obsidian
There's customization for tons of options. But the ability to customize name appears to be missing :(
Here's a snippet with 4 extracted notes: --- Both the Judge’s view and the Sage’s view are self-fulfilling prophecies. Each of us is a mixed bag, both divine and wretched....
Thanks for this Obsidian plugin, I've just installed it but found it very useful so far. One problem I've noticed: In highlights for books imported from [Google Play Books](https://help.readwise.io/article/117-how-do-i-import-highlights-from-google-play-books), there...
This change moves the API from the `books` and `highlights` endpoints to the newish `export` endpoint which is made for that kind of solution. It also implements the new `document_note`...
Use the [`Vault.process()`](https://docs.obsidian.md/Reference/TypeScript+API/Vault/process) method to atomically read, modify, and save the contents of existing notes when updating from Readwise, instead of completely deleting and recreating the files. Should improve overall...
This is a small quality of life improvement to the current version of the plugin: it will make downloading the library more robust by using "fetch-retry", currently set at maximum...
readwise-mirror is currently unaware if an Obsidian sync is implemented, notably resulting in ambiguities regarding its own sync status if a Readwise sync happened elsewhere later (or earlier, but unsynced)...