Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

habdenscrimen/pocketbook-export-highlights

Repository files navigation

Export Pocketbook highlights

Export highlights from your Pocketbook.

  1. Start project:
    • via Docker:

      docker run -p 9000:9000 habdenscrimen/export-pocketbook-highlights

      or

    • manually:

      git clone https://github.com/habdenscrimen/pocketbook-export-highlights.git && cd pocketbook-export-highlights && npm i && npm start

  2. Go to http://localhost:9000.
  3. Upload books.db file there in accordance with the instructions on the site.
  4. Tadam! You can see the list of your highlights.

Screenshots

welcome page
list page

TODO

  • See the list of highlights.
  • Copy highlight by click.
  • Sort highlights by author and book name.
  • Add the ability to run the app via Docker.