DavidBaldsiefen / ereader-note-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Reader note converter

Simple program to convert ebook-notes from the Tolino-format (i.e. single .txt files) to the picketbook format (i.e. multiple .html files).

Usage:

The program is a simple Java application. Either compile yourself, or use the pre-compiled .jar provided under releases. The .jar can be executed with java: java -jar executable.jar "/path/to/input.txt"

Please note that the output files may require the .html book_hash-tag to be filled in line 111.

About


Languages

Language:Java 83.1%Language:HTML 16.9%