maoserr / epublifier

Converts some webnovels to epub format
https://chromewebstore.google.com/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk
GNU General Public License v3.0
745 stars 17 forks source link

[Suggestion] detail optimization #403

Closed xjmwx4 closed 3 weeks ago

xjmwx4 commented 3 weeks ago

Image attachment names suggest to be composed of 11-digit random alphanumerics, and chapter html file names can be preferably adjusted as well, instead of the current ones similar to page-0-__x___.html

maoserr commented 3 weeks ago

what's the problem with the existing names?

xjmwx4 commented 3 weeks ago

There is no problem for epub ebook reading.

I'm tyring to converting a series of web content into an ePub eBook. Although there are existing web or tools that facilitate the merging of content into an eBook, adjustments to the underlying files are often necessary to address specific details. When adjusting, I hope I can put the images in one folder. Currently, there's an issue with duplicate image names within the project. If the image names are changed, it's also necessary to update the corresponding references within the HTML files, which can be cumbersome.

For the html file name, it was wrong in the previous issue metioned, different language appears as "____". To manually adjust these details, I would need to modify the corresponding HTML file names to ensure proper display and functionality.

maoserr commented 3 weeks ago

Can you give an example?

xjmwx4 commented 3 weeks ago

Can you give an example?

https://liqi.io/chengbao45/

maoserr commented 3 weeks ago

hmm, ok, I see the chinese characters are not being handled correctly in the chapter html

maoserr commented 3 weeks ago

This is fixed in the next version.