Export highlights from your Pocketbook.
- 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
-
- Go to http://localhost:9000.
- Upload books.db file there in accordance with the instructions on the site.
- Tadam! You can see the list of your highlights.
- 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.