View Single Post
Old 01-11-2026, 11:43 AM   #13
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: 9,441
Karma: 6733960
Join Date: Nov 2009
Device: many
No I am saying each time you shutdown Sigil the connection to any running plugin is lost. So your plugin needs to have successfully completed before returning to Sigil.

So what needs to be cached and why? Why can't you create your own session key equivalent from the epub files you care about and want to cache if you truly want to cache?

Could work done in Sigil between invocations of your plugin, undo previous plugin work? If so sha256 checksums on a file level would be needed to detect if modifications have been made. Again something you can already do in a plugin.

Last edited by KevinH; 01-11-2026 at 11:46 AM.
KevinH is offline