No description
Find a file
2023-05-03 12:06:28 +02:00
docs updated docs 2023-03-25 20:48:14 +01:00
src improved login process, integrated some review comments 2023-05-03 12:06:28 +02:00
test-vault improved login process, integrated some review comments 2023-05-03 12:06:28 +02:00
.editorconfig first working version of the plugin 2023-01-28 23:27:57 +01:00
.eslintignore Initial commit 2023-01-26 21:58:49 +01:00
.eslintrc Initial commit 2023-01-26 21:58:49 +01:00
.gitignore first working version of the plugin 2023-01-28 23:27:57 +01:00
.npmrc Initial commit 2023-01-26 21:58:49 +01:00
.prettierrc first working version of the plugin 2023-01-28 23:27:57 +01:00
esbuild.config.mjs first working version of the plugin 2023-01-28 23:27:57 +01:00
LICENSE adds license (AGPLv3) 2023-03-25 20:59:03 +01:00
manifest.json improved login process, integrated some review comments 2023-05-03 12:06:28 +02:00
package-lock.json changes according to review comments 2023-04-01 20:42:00 +02:00
package.json improved login process, integrated some review comments 2023-05-03 12:06:28 +02:00
README.md adds license (AGPLv3) 2023-03-25 20:59:03 +01:00
tsconfig.json first working version of the plugin 2023-01-28 23:27:57 +01:00
version-bump.mjs Initial commit 2023-01-26 21:58:49 +01:00
versions.json improved login process, integrated some review comments 2023-05-03 12:06:28 +02:00

Obsidian Pocketbook Cloud Highlights Plugin

This is a plugin for Obsidian (https://obsidian.md) to import highlights that you made on your Pocketbook E-Ink reader, or in the Pocketbook App on your phone, using a Pocketbook Cloud account.

Requires the "dataview" plugin to work correctly - and does not check that it's installed ;-). Only works for "login with password".

How it works

It will

  • read all highlights from your pocketbook account
  • dump them into small markdown files with yaml frontmatter
  • create dataview queries to grab all comments together

Setup

After installing, go to the settings page:

settings page

You need to fill your user name. After that, click "Log in" to start the login process. This will ask you for a password, but the password will not be saved (a refresh token will be, though).

In case you have multiple shops under your pocketbook account, you can fill the "Shop name" you want to use (substring of the name is enough). The "Import Folder" is where your highlights will be saved to.

Usage

After setup, you can find the pocketbook cloud highlight import in the command palette.

License

It's AGPL-3.0 licensed, since the used library "epub-cfi-resolver" is AGPL-3.0. I would have made it ISC-licensed otherwise.