A simple program to convert Kindle HTML annotations to a Markdown file
- Conversion of page bookmarks, text highlights, and notes to Markdown
- Included reference positions of annotations
- Automatic detection of annotation file's language (currently supported)
$ kindle_to_markdown --help
Usage: kindle_to_markdown [OPTIONS]
A simple program to convert Kindle HTML annotations to a Markdown file.
Options:
-i, --input-file PATH Path to the Kindle annotations HTML file.
[required]
-o, --output-file PATH Path to the Markdown file.
-p, --print-only Only print Markdown to the console.
--help Show this message and exit.
pip install kindle-to-markdown
Prerequisites:
python
in a supported version available on your path.- Package manager
poetry
installed (e.g.,python -m pip install poetry
)
make
poetry run python -m kindle_to_markdown --help