From 7810285805dd08a10bdf6f00dc983223b6675e3e Mon Sep 17 00:00:00 2001 From: Utsob Roy Date: Wed, 25 May 2022 20:40:08 +0600 Subject: [PATCH] Updated Highlight export (markdown) --- Highlight-export.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Highlight-export.md b/Highlight-export.md index 82a13c8..39da635 100644 --- a/Highlight-export.md +++ b/Highlight-export.md @@ -9,23 +9,7 @@ You can select one or more export targets from the **Export Highlights > Choose Get your Readwise authorization token from here: https://readwise.io/access_token ### Joplin -#### Auth Token -You can enter your auth token on your computer by saving an empty token. Then quit KOReader, edit the `exporter.joplin_token` field in `settings.reader.‍lua` after creating a backup, and restart KOReader once you're done. -#### Port Forwarding -To export to Joplin, you must forward the IP and port used by this plugin to the `localhost:port` on which Joplin is listening. This can be done with `socat` or a similar program. For example: - -For Windows: - -```cmd -netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=41185 connectaddress=localhost connectport=41184 -``` - -For Linux: - -```bash -socat tcp-listen:41185,reuseaddr,fork tcp:localhost:41184 -``` ### Markdown Formatting You can configure Markdown formatting by navigating to **Export Highlights > Choose Formats and Services > Markdown**.