An open API service indexing awesome lists of open source software.

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

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!