View Single Post
Old 08-15-2019, 09:30 PM   #16
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,914
Karma: 6120478
Join Date: Nov 2009
Device: many
I really can not give you red underlines in Preview in Sigil without duplicating every possible dictionary as QtWebEngine uses its own binary dictionary format that does not support ignore, or personal word lists. So until Qt adds those feature, it makes no sense.

There are javascript spellcheck interfaces but they typically use web based dictionaries and hugely mark up the underlying code with extraneous span tags and extra css classes.

As for keeping track of externally changed files you use Sigil's FileWatcher interface. So for the opf being sent out, we would have to enable FileWatching for each file in the spine.

So no ignore or ignore all for either Preview or PageEdit until that capability comes to QtWebEngine which embeds its own spellcheck solutions deep inside.
KevinH is online now   Reply With Quote