-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add apple books highlight links (implement suggestions) #27
Conversation
The database tests run successfully on my machine however it's failing on GitHub because test/mocks/testDatabase.sqlite is in .gitignore so it's possibly running the db tests on an outdated database. (hence the error SqliteError: table ZAEANNOTATION has no column named ZANNOTATIONLOCATION). I think the GitHub workflow is not generating the updated testDatabase.sqlite file before running npm run coverage. |
ae82216
to
f85090b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@absorpheus Great work, thank you! 👏
Just one clarification left, please check.
@absorpheus I will merge the changes later today as a new release version. |
@bandantonio You're welcome 😄 |
ab48da7
to
1a41bb9
Compare
* refactor(core): update types, constants, schemas, seedData and methods * refactor(core): update default template to include highlight location * test(db): update migrations to enable new database tests * test: add basic highlight links tests for db * test: update mock tests, plugin docs and plugin info * docs(README): update preview screenshot to show highlight links feature * docs(README): add highlight location template variable
1a41bb9
to
65e04ec
Compare
* refactor(core): update types, constants, schemas, seedData and methods * refactor(core): update default template to include highlight location * test(db): update migrations to enable new database tests * test: add basic highlight links tests for db * test: update mock tests, plugin docs and plugin info * docs(README): update preview screenshot to show highlight links feature * docs(README): add highlight location template variable
This PR implements the suggestions made from #24
refactor(core): update types, constants, schemas, seedData and methods
refactor(core): update default template to include highlight location
test(db): update migrations to enable new database tests
test: add basic highlight links tests for db
test: update mock tests, plugin docs and plugin info
docs(README): update preview screenshot to show highlight links feature
docs(README): add highlight location template variable