Hello,
If an extension can display a dialog box with input fields, I suggest grabbing the HTML page's title (and author, if available), let the user edit them, and then save them as meta-data in the EPUB file. Otherwise, infos might display garbage in the reader. I currently run a Python script for that purpose.
<title>My title</title>
<meta name="author" content="My author">

Cheers,
Hello,
If an extension can display a dialog box with input fields, I suggest grabbing the HTML page's title (and author, if available), let the user edit them, and then save them as meta-data in the EPUB file. Otherwise, infos might display garbage in the reader. I currently run a Python script for that purpose.
Cheers,