https://github.com/wesleyac/koreader-highlight-to-markdown
convert koreader highlights and notes to markdown
https://github.com/wesleyac/koreader-highlight-to-markdown
Last synced: about 1 year ago
JSON representation
convert koreader highlights and notes to markdown
- Host: GitHub
- URL: https://github.com/wesleyac/koreader-highlight-to-markdown
- Owner: WesleyAC
- Created: 2021-11-06T19:16:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T19:32:28.000Z (over 4 years ago)
- Last Synced: 2025-04-19T05:29:17.371Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `koreader-highlight-to-markdown`
quick 'n dirty script to convert [koreader](https://koreader.rocks/) highlights to a markdown file.
to compile/install:
```
$ cargo build --release
$ cp target/release/koreader-highlight-to-markdown ~/.local/bin/ # adjust to taste
```
to use:
```
$ koreader-highlight-to-markdown /path/to/book.sdr/metadata.epub.lua > /path/to/output.md
```
this is super janky and i've only really tested it on my exact setup. should be easy to edit, though. good luck!