Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 03-18-2026, 04:59 AM   #1
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,050
Karma: 7956099
Join Date: Sep 2020
Device: none
[GUI Plugin] Columns Helper

Columns Helper

Preview, create, and manage custom columns faster with quick-create links, curated column packs and template-aware tools.

Installation
1. Download the latest release zip.
2. Preferences -> Plug-ins -> Load Plugin from File.
3. Select the zip, install, and restart Calibre.

License
This plugin is licensed under the GNU GPL v3.

Compatibility
- Calibre 5.44.0 or later
- Windows, macOS, Linux

Release notes
Spoiler:
Version 1.0.1
- minor adjustments, german translation added
Version 1.0
- initial release
Attached Files
File Type: zip Columns_Helper_1.0.1.zip (180.6 KB, 32 views)

Last edited by Comfy.n; 03-18-2026 at 11:37 AM.
Comfy.n is online now   Reply With Quote
Old 03-18-2026, 05:00 AM   #2
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,050
Karma: 7956099
Join Date: Sep 2020
Device: none
Here is a fancy heading for the viewer Read Progress column:

Code:
Column header: ▂ ▃ ▅ ▆ ▇
Lookup name: read_progress
Description: To customize this, read the help for the reading_progress()
template function in the calibre User Manual
Template: {id:reading_progress()}
And below is a combined column that displays also the viewer annotation count:

Code:
Column header: Progress
Lookup name: progress
Description: Displays calibre viewer reading progress plus annotation count
Template: 

program:
rp = reading_progress($id);
ac = annotation_count();
prefix = '▂ ▃ ▅ ▆ ▇ ';
if ac then
prefix & rp & ' 🟨 ' & ac
else
prefix & rp
fi
Optionally, use a zero width space for the Progress heading name:
[​] <- it's inside the brackets.

Last edited by Comfy.n; 03-20-2026 at 03:39 AM.
Comfy.n is online now   Reply With Quote
Advert
Old 03-18-2026, 12:18 PM   #3
varia
Connoisseur
varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'varia can spell AND pronounce 'liseuse.'
 
varia's Avatar
 
Posts: 56
Karma: 39844
Join Date: Jan 2026
Device: Samsung Galaxy Tab S10 Lite
What is this magic? Amazing! This is brilliant...absolutely brilliant. Thank you for another fantastic plugin.
varia is offline   Reply With Quote
Old 03-18-2026, 12:37 PM   #4
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,050
Karma: 7956099
Join Date: Sep 2020
Device: none
Comfy.n is online now   Reply With Quote
Old 03-22-2026, 05:57 PM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 22,517
Karma: 32600658
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Error if Green Up/Down arrows are clicked:

Code:
calibre, version 9.5.0
ERROR: Unhandled exception: <b>TypeError</b>:ConfigWidget.up_column() got multiple values for argument 'use_kbd_modifiers'

calibre 9.5 Portable embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.14.2
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: D:\Calibre\Portables\Latest\Calibre\calibre.exe
Successfully initialized third party plugins: Columns Helper (1, 0, 0)
Traceback (most recent call last):
  File "calibre_plugins.columns_helper.ui", line 4098, in wrapped
TypeError: ConfigWidget.up_column() got multiple values for argument 'use_kbd_modifiers'
The Ctrl+↑ and Ctrl+↓ shortcuts do work.

BR
BetterRed is offline   Reply With Quote
Advert
Old 03-23-2026, 11:40 AM   #6
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,050
Karma: 7956099
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by BetterRed View Post
Error if Green Up/Down arrows are clicked:
Thanks for the log. I will release a new version including that fix later today.
Comfy.n is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Shortcuts Helper Comfy.n Plugins 13 03-21-2026 12:01 AM
[GUI Plugin] OPF Helper Comfy.n Plugins 27 02-08-2026 03:37 PM
[Plugin] Assistant: AI Helper omerfaruq KOReader 0 06-09-2025 09:20 AM
[GUI Plugin] Save Virtual Libraries To Column (GUI) chaley Plugins 14 04-04-2021 05:25 AM


All times are GMT -4. The time now is 10:38 AM.


MobileRead.com is a privately owned, operated and funded community.