View Single Post
Old 03-01-2025, 10:27 AM   #62
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
No hunspell dictionary support is planned as the interface to spell checking in a python environment requires too much work for something better done in a real plugin.

As for numbering sections, any time you use ReplaceAll you can in fact number anything you like inside your replace function. You have access to the bookpath and the number parameters which can be used with the func data dict to keep track of numbering and which file you are working in. No additional support code is needed.
KevinH is offline   Reply With Quote