![]() |
#91 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,567
Karma: 74000001
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Thanks! I didn't realize it was possible to embed if-thens into the switch_ifs.
|
![]() |
![]() |
![]() |
#92 |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,579
Karma: 7463599
Join Date: Sep 2020
Device: none
|
Hi!
I have this custom column '#last_viewed' (Date type), which gets updated by JS+ plugin upon opening any titles in the library. Now I'm thinking it might be interesting to have something like a "Long text, like comments" column that could store every #last_viewed timestamp, perhaps separated by line breaks or spaces. Then I see two issues: 1 - Long text columns can't do template language, and 2 - If this actually could be feasible using a "Column built from other columns", which can receive template language input, I have no idea how to reference custom columns as *I* can't do template language. ![]() |
![]() |
![]() |
Advert | |
|
![]() |
#93 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,567
Karma: 74000001
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Here's a modified copy of my Mark as Read action chain.
1. Sets #lastread (datetime) to current datetime. 2. Sets #percentread (integer) to 100. 3. Increments #timesread (integer) by one. 4. Prompts to set rating (rating). 5. Copies the date from #lastread to #readdates (taglike) as 'MMM d yyyy' - (Jan 16 2024). Changing the format should be simple if you prefer something else. Last edited by ownedbycats; 01-25-2024 at 01:44 AM. Reason: tyop |
![]() |
![]() |
![]() |
#94 | |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,579
Karma: 7463599
Join Date: Sep 2020
Device: none
|
Quote:
Just in case someone wants to implement your chain, I suggest you edit your instructions like this: 5. Copies the date from #lastread to #readdates (comma separated text, like tags)... I had created #readdate instead of #readdates and got a validation message. Also, I needed to exclude that last step "Refresh book view", which for some reason would give me an error, but now the chain works fine! For the timestamp I've added 'hh:mm', looks nice to me, thanks. Actually I do most often open the books by double-clicking them on cover grid view, so I'll wait to see if there's some other possibility besides running the chain. (yet I can also train myself to always hit a shortcut key) edit: this time I've added an action to View book as the first step on the chain, and removed the rating prompt. Now I think if there was an option to assign the double-click action on library view to run this chain, I would definitely go with that. ![]() Last edited by Comfy.n; 01-17-2024 at 12:17 AM. |
|
![]() |
![]() |
![]() |
#95 | |
Member
![]() ![]() Posts: 21
Karma: 128
Join Date: Jan 2020
Device: Kobo Libre2
|
Quote:
|
|
![]() |
![]() |
Advert | |
|
![]() |
#96 | ||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,185
Karma: 1988646
Join Date: Aug 2015
Device: Kindle
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#97 |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,579
Karma: 7463599
Join Date: Sep 2020
Device: none
|
|
![]() |
![]() |
![]() |
#98 | |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,567
Karma: 74000001
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
I think this requires the action_chains_experimental = True to be enabled in Calibre Preferences > Tweaks > Plugin Tweaks. |
|
![]() |
![]() |
![]() |
#99 |
Groupie
![]() ![]() ![]() Posts: 195
Karma: 245
Join Date: Aug 2009
Location: USA
Device: Kobo Clara Blue PRS 350
|
I'm afraid I have some baked in habits I can't seem to break. I update the comments in all my books manually. Up until about a year ago, I could ctrl c & ctrl v, and get plain text most of the time, but that changed and I get weird html I don't like. I can right click and 'paste and match style' which works like I want it too.
Is there a tweak to make paste and match style my default? Thanks! |
![]() |
![]() |
![]() |
#100 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,310
Karma: 7957679
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
I use PureText that works well for me. |
|
![]() |
![]() |
![]() |
#101 | |
Groupie
![]() ![]() ![]() Posts: 195
Karma: 245
Join Date: Aug 2009
Location: USA
Device: Kobo Clara Blue PRS 350
|
Quote:
Thanks!! |
|
![]() |
![]() |
![]() |
#102 |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,593
Karma: 29709834
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
↑ ↑ ↑ ✔
I use Clipboard Fusion. Some applications, e.g. word processors, blog post editors, can strip the markup when you do the paste. without changing the clipboard contents. BR |
![]() |
![]() |
![]() |
#103 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,567
Karma: 74000001
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Calibre also has two plugins (Clean Comments & Comments Cleaner) that strip extraneous HTML tags out. I use the latter in several metadata-cleanup Action Chains.
|
![]() |
![]() |
![]() |
#104 | |
Still reading
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,617
Karma: 103503445
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
|
Quote:
|
|
![]() |
![]() |
![]() |
#105 | |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,579
Karma: 7463599
Join Date: Sep 2020
Device: none
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Templates: various questions not worth their own thread | ownedbycats | Library Management | 837 | 04-23-2025 06:52 PM |
Forma Questions about quick management of Collections. | droopy | Kobo Reader | 5 | 10-10-2019 11:34 PM |
2 questions; library management & calibre version | Blue2u | Library Management | 4 | 04-15-2018 07:53 PM |
eBook/Comic/Manga Library Management Workflow: How do you manage your library? | Inukami | Library Management | 16 | 08-02-2017 12:24 PM |
Thread management questions | meme | Feedback | 6 | 01-31-2011 05:07 PM |