Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 12-06-2022, 06:24 AM   #136
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,620
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
At almost 2500 downloads, I can't imagine the attachment in the first post has somehow suddenly gone bad. Remember that you cannot rename the zip file before attempting to install. And remember that some download helper programs automatically rename the files they download.

Last edited by DiapDealer; 12-06-2022 at 03:12 PM.
DiapDealer is online now   Reply With Quote
Old 12-06-2022, 11:49 AM   #137
hobnail
Running with scissors
hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.
 
Posts: 1,589
Karma: 14328510
Join Date: Nov 2019
Device: none
Quote:
Originally Posted by DiapDealer View Post
Remember that you cannot rename the zip tile before attempting to install.
Thanks, the name had been lowercased.
hobnail is offline   Reply With Quote
Old 07-11-2023, 10:46 AM   #138
jeff47
Connoisseur
jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!jeff47 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 69
Karma: 50592
Join Date: Oct 2010
Device: Kobo Libre H20
I might be old and out-of-touch, but I was surprised that this plugin didn't use the HTML entities. (eg, ‘ or &mdash. Wouldn't that be more portable and compliant with the html/xhtml format?
jeff47 is offline   Reply With Quote
Old 07-11-2023, 11:22 AM   #139
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,620
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by jeff47 View Post
I might be old and out-of-touch, but I was surprised that this plugin didn't use the HTML entities. (eg, ‘ or &mdash. Wouldn't that be more portable and compliant with the html/xhtml format?
Sigil itself doesn't preserve html entities, unless you add the ones you want to preserve in Sigil's preferences. Otherwise, it will convert all entities (but a few that are always allowed in xml) to unicode chars.

The plugin, however, does give you the option of checking/unchecking "Use Unicode Characters" depending on which you prefer. Unchecked would use entities (the plugin only uses numerical plugins, though). But unless you have Sigil itself configured to preserve those entities, they could still be converted to unicode characters later.

And no... entities are no more portable or compliant then unicode characters. The same unicode glyphs must be present in the font files used in order to properly render them, regardless. EPUB3's HTML5 doesn't recognize entities other than the required few to remain spec compliant.

Last edited by DiapDealer; 07-11-2023 at 11:37 AM.
DiapDealer is online now   Reply With Quote
Old 07-29-2025, 03:30 PM   #140
carmenchu
Groupie
carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.
 
Posts: 193
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
Issue under .AppImage

Hello! Switching from win10 to ubuntu, I got Sigil Appimage working--link with icon and 'open with' in Calibre all in place.
Unfortunately, this plugin balks:
Code:
Status: failed

Traceback (most recent call last):
  File "/tmp/.mount_Sigil-PlGhpI/usr/share/sigil/plugin_launchers/python/launcher.py", line 141, in launch
    target_script = __import__(script_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/carmen/.local/share/sigil-ebook/sigil/plugins/PunctuationSmarten/plugin.py", line 34, in <module>
    import tkinter
ModuleNotFoundError: No module named 'tkinter'
Error: No module named 'tkinter'
Missing it badly!
Any hints?
carmenchu is offline   Reply With Quote
Old 07-29-2025, 06:20 PM   #141
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,807
Karma: 6000000
Join Date: Nov 2009
Device: many
In Sigil AppImage, have you checked the box to use its embedded Python instead of an external Python. Any external Python might be missing tkinter but the one embedded inside the AppImage should work.
KevinH is offline   Reply With Quote
Old 07-29-2025, 06:43 PM   #142
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,620
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
That would be my guess too. Checking that box in the prefs should do the trick.

EDIT: I just noticed the part about "open with in calibre". If you're using the inherent Open With feature of calibre, I would expect no trouble (though I've never tested it myself -- a python program opening a C++ program that's launching an external python process is always going to be fraught with peril IMO), but if you're using the older, third-party Open With calibre plugin, then who knows? It had a long history of problems with Sigil in general. *shrug*

Last edited by DiapDealer; 07-29-2025 at 06:51 PM.
DiapDealer is online now   Reply With Quote
Old 07-30-2025, 06:36 AM   #143
carmenchu
Groupie
carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.
 
Posts: 193
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
Quote:
Originally Posted by DiapDealer View Post
That would be my guess too. Checking that box in the prefs should do the trick.

EDIT: I just noticed the part about "open with in calibre". If you're using the inherent Open With feature of calibre, I would expect no trouble (though I've never tested it myself -- a python program opening a C++ program that's launching an external python process is always going to be fraught with peril IMO), but if you're using the older, third-party Open With calibre plugin, then who knows? It had a long history of problems with Sigil in general. *shrug*
Silly, but unexpected in a self-contained package...
And, yes--once Calibre integrated an inherent Open-With, I stopped using the plugin. Same with 'Search the Internet': plugins are fine for additional features, o mending poorly implemented ones (see Gimp 2 for a lot of examples) but IMHO, inherent features are much preferable--when they work. This particular plugin is, again IMHO, far better than the Calibre one--among other reasons, for the apos_exceptions file...
Thanks again, all of you!
carmenchu is offline   Reply With Quote
Old 07-30-2025, 06:58 AM   #144
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,620
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by carmenchu View Post
Silly, but unexpected in a self-contained package...
It might be a bit of overkill, but much like the macOS and Windows packages, we didn't want to limit Linux users to only the bundled Python modules for their plugin needs.

If one has never had a version of Sigil installed before, the "Use Bundled" box will be checked by default. Otherwise, the preexisting preferences take precedent.

Glad it's working for you!
DiapDealer is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Plugin] ePub3-itizer - epub3 output plugin for Sigil KevinH Plugins 457 05-28-2025 06:14 PM
epubcheck plugin for Sigil Doitsu Plugins 539 04-19-2025 08:45 AM
[Plugin] KindleImport Sigil plugin DiapDealer Plugins 187 07-04-2022 10:11 AM
icarus Sigil plugin AlPe Plugins 26 12-05-2017 10:03 AM
smoothRemove_v010 plugin for Sigil kbanelas Plugins 15 01-27-2017 05:51 PM


All times are GMT -4. The time now is 12:33 PM.


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