3 Joplin
Utsob Roy edited this page 2 years ago
This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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:

netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=41185 connectaddress=localhost connectport=41184

For Linux:

socat tcp-listen:41185,reuseaddr,fork tcp:localhost:41184