View Single Post
Old 07-21-2023, 11:34 AM   #3
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,879
Karma: 6120478
Join Date: Nov 2009
Device: many
Given hunspell is supported in Sigil plugins, you could do a file by file spellcheck in a specifically designed Sigil plugin if you are familiar with python programming.

Alternatively, you could use find and replace to add or change the language attribute in the html tag in all files you wanted to exclude from spellchecking to be some unsupported language code. Words without a dictionary in that language are considered correct (not marked as errors) in the Spellcheck dialog.

Updating that a page at a time should do what you want.

Last edited by KevinH; 07-21-2023 at 11:38 AM.
KevinH is online now   Reply With Quote