|  06-16-2020, 01:46 AM | #511 | |
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | Quote: 
 And, @greatforum, I'm pretty sure that's not the CSS for it. There's also a possibility it could be in one of the non-zlib streams too. I'll look into this when I get back to the Qt resource stuff after I finish with what I'm currently working on for NickelMenu (which is almost feature-complete now). | |
|   |   | 
|  06-16-2020, 07:45 PM | #512 | 
| Wizard            Posts: 2,857 Karma: 22003124 Join Date: Aug 2014 Device: Kobo Forma, Kobo Sage, Kobo Libra 2 | 
			
			Is it possible to patch it so bringing up the dictionary automatically brings up the expanded view?  This isn’t changing the size which I understand is locked down now, it’d be essentially triggering the request to go fullscreen from the initial call to bring the dictionary up.
		 | 
|   |   | 
|  06-16-2020, 08:38 PM | #513 | |
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 I would point out that there'd be a downside. The ability to long-press a word in the dictionary pop-up definition to lookup a second word would be lost. | |
|   |   | 
|  06-16-2020, 10:01 PM | #514 | |
| Junior Member  Posts: 8 Karma: 10 Join Date: May 2020 Device: Kobo | Quote: 
  Yeah, I definitely used the wrong file as input to cssextract-windows.exe. Which file should I use as the input?   | |
|   |   | 
|  06-18-2020, 09:23 AM | #515 | 
| Member            Posts: 16 Karma: 2077088 Join Date: Jul 2017 Device: kobo aura second edition | 
			
			I am quite sure a lot of people asked for this already. But I would really like to have a +/- contrast option when reading PDF / CBR files. Freeshare software koreader has it already and it works just fine (but I prefer the original kobo software overall) | 
|   |   | 
|  06-18-2020, 09:15 PM | #516 | 
| Zealot            Posts: 141 Karma: 2382428 Join Date: Feb 2013 Location: California Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O | 
			
			I'd like to see the total word count of books displayable in the Details tab for each book in My Books. That's the screen also accessible via the three dot menu for each book. I don't know if this is possible or not.
		 | 
|   |   | 
|  06-18-2020, 09:51 PM | #517 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 As it doesn't exist, I use a metadata plugboard in calibre to put the word count into the comments when the book is sent to the device. I know others put it elsewhere, such as the subtitle or appended to the author. That way it will be displayed in the book list. | |
|   |   | 
|  06-18-2020, 10:21 PM | #518 | |
| Zealot            Posts: 141 Karma: 2382428 Join Date: Feb 2013 Location: California Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O | Quote: 
  EDIT: Now that I wish I'd thought of it, I can't figure out how to do it. I got Count Pages working, fwiw. But via that or even manually entering the value of the word count for a given book, do you have a pointer to how I'd enter the appropriate syntax in the Metadata Plugboard window? I can move this question elsewhere if that's appropriate. Then again, I can always enter the comments manually into the comments in the Calibre Edit Metadata window. Last edited by mirage; 06-19-2020 at 11:17 AM. | |
|   |   | 
|  06-19-2020, 01:58 PM | #519 | |
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma |   Quote: 
  I'll ask this in the calibre subforum. | |
|   |   | 
|  06-19-2020, 02:15 PM | #520 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | |
|   |   | 
|  06-19-2020, 02:36 PM | #521 | ||
| Grand Sorcerer            Posts: 6,268 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
  Quote: 
 [Caveat: my Kobo's are kobopatched to death so the general GUI appearance will differ to defaults, but you should get the gist.] [See image 1] If you want to prefix a pagecount/wordcount line to the Synopsis in Kobo's Book Details you could try something like the the following in your calibre metadata plugboard: Code: Source template: {#pages:|<div>Pages: |; }{#words:|Words: |</div><hr/>}{comments}
Destination field: commentsOr, if you wanted to append '(CP wordcount here)' to each book Title in the MyBooks lists then you could add something like this to your plugboard: Code: Source template: {title}{#words:| (|)}
Destination field: titleOr, if you think adding wordcount to the book Title is ugly, try customising your calibre Kobo driver, either KoboTouch or KoboTouchExtended, on the Metadata tab, Subtitle field, to enable/customise the optional Subtitle template. This will give you an extra line between the book's Title and Series in all the Kobo book lists. Something like this: Code: {#words:|Words: |}Last edited by jackie_w; 06-19-2020 at 07:27 PM. Reason: clarified the calibre Kobo driver names | ||
|   |   | 
|  06-19-2020, 03:03 PM | #522 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  06-19-2020, 06:23 PM | #523 | |
| Zealot            Posts: 141 Karma: 2382428 Join Date: Feb 2013 Location: California Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O | Quote: 
 I'm a little lost on the third method because I can't find the location of the Metadata tab to enable the Subtitle template. It's probably right in front of me, but I'm not succeeding in tracking it down. Where is that? | |
|   |   | 
|  06-19-2020, 06:34 PM | #524 | |
| Addict            Posts: 277 Karma: 391602 Join Date: Oct 2009 Location: Chicago, IL USA Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW | Quote: 
 | |
|   |   | 
|  06-19-2020, 06:38 PM | #525 | |
| Zealot            Posts: 141 Karma: 2382428 Join Date: Feb 2013 Location: California Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O | Quote: 
 Continuing, albeit somewhat off topic... does what's done in this plugboard with word count and page totals only get stored on the device version of the epub? Does it get stored on the computer version, too? I'm using "Any Device" as the target for this plugboard. I'm hoping that when converting to kepub, when I do, that what I do with the plugboard persists. It does if I just change the .epub extension to .kepub, but that's probably only changing the engine that renders the book and loses the conversion benefits. When I use KTE, the third approach that jackie_w suggested should work. What about using kepubify? Would that lose what the plugboard provides? Or has it not even provided it at that point since I'd be converting before putting the file(s) onto the device? Last edited by mirage; 06-19-2020 at 07:14 PM. | |
|   |   | 
|  | 
| Tags | 
| kobopatch, patches, patching, request, requests | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Request for PW3 kernel [posted in another thread] | mustdie | Kindle Developer's Corner | 5 | 10-21-2015 04:28 PM | 
| Kobobooks.com future feature request thread | Mrs_Often | Kobo Reader | 47 | 11-08-2012 11:59 AM | 
| [Old Thread] Calibre 'feature request' thread | Waba | Calibre | 2 | 02-10-2010 07:52 PM | 
| Feature request thread? | Dahak | Calibre | 1 | 08-02-2009 12:51 AM | 
| 3rd party software request thread | Adam B. | iRex | 23 | 11-28-2008 01:08 PM |