Skip to content
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

Start book from specific bookmark #9

Open
angelocarasig opened this issue May 5, 2024 · 1 comment
Open

Start book from specific bookmark #9

angelocarasig opened this issue May 5, 2024 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@angelocarasig
Copy link
Owner

Implement reader tracker for progression and continue from. Seems fairly straightforward in theory:

  • Object that stores CFI, percentage and some other properties like a label, description
  • Autosave bookmark via locationChanged emitter
  • Creating a bookmark saves currentLocation which should already be handled in store (in v1.4.3)
  • Since we use epubCFI (string value) to track location should be easy to incorporate into db

https://stackoverflow.com/questions/61309899/useeffect-cleaning-function-is-not-called-when-tab-is-closed

@angelocarasig angelocarasig added the todo todolist items tracker label May 5, 2024
@angelocarasig angelocarasig self-assigned this May 5, 2024
@angelocarasig
Copy link
Owner Author

angelocarasig commented May 6, 2024

b5e86cc Partially resolves this ticket, still need the following:

  • Autosaving ability
  • Starting book from specific bookmark in library bookmarks tab

@angelocarasig angelocarasig added in progress in progress items tracker and removed in progress in progress items tracker labels May 6, 2024
@angelocarasig angelocarasig added wontfix This will not be worked on and removed todo todolist items tracker in progress in progress items tracker labels May 11, 2024
@angelocarasig angelocarasig changed the title Progression, Continue From and Bookmarks Start book from specific bookmark May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant