Steps to reproduce:
- Delete a synced book
old name in Logseq
- Rename the book to
new name in readwise
- Initiate Sync in Logseq (with "Resync deleted pages" enabled), now we have the page
new name
- Initiate again (actually in each sync afterwards), there will be another notification for
new name, but nothing changed.
The reason is simple:
Look at the log:
Page 'old name' deleted, going to resync.
Look at settings.json:
"booksIDsMap": {
"old name": id,
"new name": id,
}
Steps to reproduce:
old namein Logseqnew namein readwisenew namenew name, but nothing changed.The reason is simple:
Look at the log:
Look at
settings.json: