![]() |
#16 |
Interested in the matter
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
|
|
![]() |
![]() |
![]() |
#17 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
|
![]() |
![]() |
Advert | |
|
![]() |
#18 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,331
Karma: 73404781
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I found that "smarten punctuation" in the WYSWIG longtext editor will convert the em-dashes.
Last edited by ownedbycats; 11-25-2020 at 05:26 PM. |
![]() |
![]() |
![]() |
#19 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
New version 1.3.1
Reduce the height of the configuration window |
![]() |
![]() |
![]() |
#20 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 822
Karma: 409968
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
Now yes, adjustable size!
Thank you !! Merci !! |
![]() |
![]() |
Advert | |
|
![]() |
#21 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
New version 1.3.2
[Fix] convert to list a plain text beginning with a year |
![]() |
![]() |
![]() |
#22 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,331
Karma: 73404781
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Minor typo I noticed in the preferences:
Markdown: Convert in all comments (not recomanded) |
![]() |
![]() |
![]() |
#23 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,331
Karma: 73404781
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
A possible oversight: Justification for indeterminate text (keep "center" and "right") doesn't change <li> to <li align="justify"> tags.
![]() |
![]() |
![]() |
![]() |
#24 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
New version 1.4.1
Clean text full heading, but we don't care about that. The real feature of this version is "[Fix] The text of progress dialog is correctly translated". YES! FINALLY!!! ![]() I finally found the origin of this bug that has been there since v1.0 without me managing to find its origin. The worst is that I have another plugin where this text is correctly translated, so where from? where you don't work HERE?! ![]() In the end, such a stupid invalid cast thing that I still don't understand why Python doesn't work. But well, problem solved. Here is the invalid code (where num and self.book_count as integer) Code:
self.setLabelText(_('Book {0} of {1}').format(num, self.book_count)) ![]() .format() is applied after retrieving the translated text, the formatting is valid: Why the final text is not translated? And here the 1000 IQ fix that makes the code work: Code:
self.setLabelText(_('Book {:d} of {:d}').format(num, self.book_count)) ![]() Last edited by un_pogaz; 10-04-2021 at 10:16 AM. |
![]() |
![]() |
![]() |
#25 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
|
Could you please add an option: Remove Line Return <br>?
This option would come in handy many times. |
![]() |
![]() |
![]() |
#26 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
|
![]() |
![]() |
![]() |
#27 |
Member
![]() Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
|
Thanks a lot
![]() |
![]() |
![]() |
![]() |
#28 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
New version 1.6.1
Fix a regression of "del align for list <li>" that was not properly applied. |
![]() |
![]() |
![]() |
#29 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 822
Karma: 409968
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
There seems to be an error in the size or resolution of the plugin icon. Does not appear in the toolbar on MacOS.
But yes on Windows and Linux. I leave screenshots |
![]() |
![]() |
![]() |
#30 |
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 436
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
Okay, there is a chance that the problem is with the icon management for Light/Dark theme. And as I use this same code for all my plugins...
Could you try this one work? Thanks Last edited by un_pogaz; 04-12-2023 at 04:19 AM. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin]Clean Comments | Terisa de morgan | Plugins | 10 | 07-21-2023 07:50 AM |
[Conversion Plugin] Language Cleaner (profanity filter) | jdanders | Plugins | 12 | 07-08-2023 09:21 PM |
[GUI Plugin] Manga plugin | mastertea | Plugins | 6 | 01-06-2022 02:43 AM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 05:25 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |