Latest Test Version
Rather than posting test versions in line, the newest test version will be in this posting, so it's always in the same place.
If there's no plugin zip here, there hasn't been a test version yet since the last release.
2026-01-29
- adapter_ficbooknet: Change how replace_text_formatting converts to text.
- BrowserCache: Add comment about py2 and gzip.decompress
- Don't give format section warnings for fix_excess_space
2026-01-27
- adapter_storiesonlinenet: Site changed, get series number from series page now.
- adapter_ficbooknet: Add replace_text_formatting option to replace CSS paragraphing with tags, for txt output.
2026-01-24
- adapter_royalroadcom: Fix login failure reporting #1302
2026-01-22
- Image Handling: Rename dedup'ed images on first pass, too.
- Image Handling: Remove unused images properly with dedup_img_files
2026-01-21
- Image Handling: Cache image failure within a story download
- Image Handling: Save original URL on image failure marked 'failedtoload'
- Image Handling: Fix dedup_img_files in new handling
2026-01-19
- Image Handling Changes See
wiki page.
2026-01-08
- base_xenforo2forum_adapter: Fix include_nonauthor_poster: Had left testing conditional
Installation instructions from
Introduction to plugins:
Spoiler:
Quote:
Originally Posted by kiwidude
How do I install a plugin manually?
You will need to manually install a plugin if you: - Want to install a beta version of a plugin listed on a forum thread
- Want to install a plugin you downloaded somewhere else off the internet
- Are developing your own plugin
To install a plugin using the Calibre gui:- Download the plugin zip file, taking care that it is not unzipped or touched by any antivirus or download managers you use.
- In Calibre choose Preferences->Plugins. Click the Load plugin from file button (Calibre 0.8.6 or later) or Add new plugin button (Calibre 0.8.5 or earlier) to browse to your plugin .zip file and click OK.
- You may then be asked which toolbars/menus you would like the plugin to appear on if it is designed to have a user interface. Take care to put it on all you require, remember that there are different toolbars and menus for while your device is connected. You can always change your mind later using Preferences->Toolbar to change your selections.
- Restart Calibre after installing a plugin. Ctrl+R is a convenient shortcut for this.
- As discussed above, your plugin may need further customisation using Customize plugin from Preferences->Plugins or the Plugin Updater dialog.
To install a plugin using the command line:- Download the plugin zip file, taking care that it is not unzipped or touched by any antivirus or download managers you use.
- Close Calibre if it is currently running.
- From a command prompt, type calibre-customize -a "My Plugin Name.zip"
- Start Calibre and go to Preferences->Toolbar if you want to add it to a toolbar or menu for the first time.
|