Quote:
Originally Posted by slantybard
I notice that when using FFF for multiple stories from links where I paste each onto a new line, that if I accidentally click outside of the FFF window it goes behind calibre’s main window. The problem is that alt-tab/com-tab won’t bring the FFF window back to the front and there is no window menu in calibre to get the FFF window back to the front either. I’ve tried to click on the FFF menu to get the window back to no avail. I’m forced to use mission control on the Mac to get back to the FFF window to download fics. Not sure if this is considered a bug or just a side effect of the plug in architecture.
|
Have you tried FFF's "Keep 'Add New from URL(s)' dialog on top?" option?
That's all I can offer you from FFF as far as I know.
Quote:
Originally Posted by ownedbycats
Question: is there a way to set generate_cover_settings for title length?
|
Look at {} in regular expressions. For example,
.{5,10} will match between 5 and 10 characters.