fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
178 stars 24 forks source link

Pick up where you left off. #108

Closed An-png closed 4 years ago

An-png commented 4 years ago

If you go to page 3 on a PDF, and then close the "add" dailog, then re-open the add-dialog and click "Read Next", then you will be set back to page one. Ideally what page you were reading at should be saved for every single PDF.

fonol commented 4 years ago

Not ideal, but atm, it opens pdfs at the last page marked as read.

An-png commented 4 years ago

Hey @fonol, you can close issues/feature requests after you have fixed/implemented them 😅

An-png commented 4 years ago

Also, the changelog in the actual add-on is completely different to the one on the Ankiweb page. The changelog in the add-on mentions changes that are not present in the ankiweb page changelog. Why is this?

fonol commented 4 years ago

Hey @fonol, you can close issues/feature requests after you have fixed/implemented them 😅

Did not remember that there was a github issue for this ;-) The changelog is not different, it just stopped at some point. I am now only listing the changes in the add-on itself, I guess in general that's more convenient.

An-png commented 4 years ago

The changelog is not different, it just stopped at some point. I am now only listing the changes in the add-on itself, I guess in general that's more convenient.

Problem with this is that old changelogs could get lost... Are the old changelogs being stored anywhere? Because it's not in the github releases.

fonol commented 4 years ago

If you really feel you need the older changelogs, you can always use the git history https://github.com/fonol/anki-search-inside-add-card/commits/master/src/web/web.py

An-png commented 4 years ago

thanks