bingryan / obsidian-ibook-plugin

export mac ibook annotations/hightlights to obsidian vault
MIT License
69 stars 2 forks source link

fix: cannot import all no annotation books #52

Closed machinly closed 1 year ago

machinly commented 1 year ago

This PR fix the error that cannot import all no annotation books when 'not export no annotation book' is unset.

If the value of notExportNoAnnotation is false, all books will be loaded from the database, but if the condition annotation.length === 0 is met, the required book will still be discarded.

bingryan commented 1 year ago

@machinly LGTM, thanks :)