innocenat / kindle-epub-fix

A simple Javascript website to fix common EPUB problem for Amazon's Send to Kindle.
https://kindle-epub-fix.netlify.app/
The Unlicense
332 stars 50 forks source link

Suggestion / Request - Add favicon, append (fixed) instead of prepend. #14

Closed diversionmary closed 1 year ago

diversionmary commented 1 year ago

Two minor suggestions.

  1. Could you please add a favicon to the site? I've been setting it manually with the stack-of-books emoji.
  2. Instead of prepending '(fixed)' to the filename, could you please append '(fixed)', or not add the label, or set a cookie for end-user preference prepend/append/no label?

I don't mind the word 'fixed' but I have to remove it every time, whereas if it was appended I'd leave it alone. Makes sort by filename goofy on any system, and kindle.

Here's an example of favicon, guess which icon is kindle-epub-fix. :)

Thanks either way, I use your site religiously.

TheWox commented 1 year ago

I've made a little fork of the tool for the time being, but mine does not add 'fixed' or 'repacked' at all - thats just how I like it, maybe it will work for you. I did put the books emoji as a fav icon though!

The site: https://epubsfix.netlify.app/

The source: https://github.com/TheWox/kindle-epub-fix

diversionmary commented 1 year ago

Much appreciated, thank you!