|
|
#1 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
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:
Last edited by Comfy.n; 03-29-2026 at 12:09 AM. |
|
|
|
|
|
#2 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
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()}
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 [] <- it's inside the brackets. Last edited by Comfy.n; 03-20-2026 at 03:39 AM. |
|
|
|
|
|
#3 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 59
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.
|
|
|
|
|
|
#4 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
|
|
|
|
|
|
#5 |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,607
Karma: 32600660
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'
BR |
|
|
|
|
|
#6 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
|
|
|
|
|
|
#7 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
I need to release a CCR update for integration with this plugin, this is why it took longer than I thought. But it's almost ready.
|
|
|
|
|
|
#8 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
Version 1.0.2
- CCR integration: added a context menu action to open Calibre Config Reports at the selected column row. This facilitates access to the My Columns reports. - more translations added and updated - minor fixes |
|
|
|
|
|
#9 |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,607
Karma: 32600660
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Suspect it's something to do with this column attribute: Be handy if that plugin could display the column attributes of custom columns in the main list - not in the list itself, it would be waaay tooo looong, as a side panel. Last edited by BetterRed; Yesterday at 03:35 AM. |
|
|
|
|
|
#10 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
Sounds like a great idea. Thank you. Yet I need to understand where is that side panel meant to be placed.
|
|
|
|
|
|
#11 |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,607
Karma: 32600660
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Something like the Book list with the BD on the right e.g.
Or maybe a floating window like Book details->Show Book details in a separate window. BR Last edited by BetterRed; 04-18-2026 at 04:11 AM. |
|
|
|
|
|
#12 | |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
Quote:
BTW I will soon release updates for EBD and BLP.
|
|
|
|
|
|
|
#13 | |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,607
Karma: 32600660
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
If you make it a floating window, perhaps you can also make it available in CCR. The Display Settings column on the My Columns list is not very accessible even on a wide screen - maybe replace it with a clickable icon that pops the floating window. BR |
|
|
|
|
|
|
#14 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,134
Karma: 7956099
Join Date: Sep 2020
Device: none
|
Wheee, still probably needs a button to toggle the panel but it looks fine, see the splitter on the right:
|
|
|
|
|
|
#15 | |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,607
Karma: 32600660
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
![]() BR |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] Shortcuts Helper | Comfy.n | Plugins | 14 | 04-01-2026 02:16 PM |
| [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 |