https://github.com/fairlygood/koreader-highlights-webdav
Export KOReader highlights to a WebDAV target
https://github.com/fairlygood/koreader-highlights-webdav
koreader koreader-plugin lua webdav
Last synced: over 1 year ago
JSON representation
Export KOReader highlights to a WebDAV target
- Host: GitHub
- URL: https://github.com/fairlygood/koreader-highlights-webdav
- Owner: fairlygood
- Created: 2025-04-05T14:38:00.000Z (over 1 year ago)
- Default Branch: drafts
- Last Pushed: 2025-04-05T14:48:31.000Z (over 1 year ago)
- Last Synced: 2025-04-05T15:30:00.757Z (over 1 year ago)
- Topics: koreader, koreader-plugin, lua, webdav
- Language: Lua
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KOReader WebDAV Highlights Exporter
This script expands the existing exporter options to allow export of your highlights in markdown format to a WebDAV target.
### Instructions
- Add webdav.lua to your plugins/exporter.plugin/target directory
- Update plugins/exporter.koplugin/main.lua to register the new target
```
local targets = {
html = require("target/html"),
joplin = require("target/joplin"),
json = require("target/json"),
markdown = require("target/markdown"),
my_clippings = require("target/my_clippings"),
nextcloud = require("target/nextcloud"),
readwise = require("target/readwise"),
text = require("target/text"),
xmnote = require("target/xmnote"),
webdav = require("target/webdav"), <= ADD THIS LINE
}
```
- In your settings menu, click Export Highlights / Choose formats and services / WebDAV (Markdown) / Configure WebDAV and enter your credentials.
- Enable the exporter