View Single Post
Old 07-12-2022, 08:32 AM   #15
sup
Zealot
sup began at the beginning.
 
Posts: 103
Karma: 10
Join Date: Sep 2013
Device: Kindle Paperwhite (2012)
And would you accept patches that would extend the functionality of customizing recipes so that one would be able to patch a given recipe instead of replacing it? This would have the advantage one would get updates to the recipe without having to re-apply one's own customizations every time the recipe gets updated.

I.e. the code inserted would get initialized after loading the recipe itself. So one could add something like

Code:
    conversion_options = {
        'no_inline_navbars': True,
    }
to the recipe and would get rid of the navbars. However, when a recipe changes because the website changes, the change would get applied while the customization would be retained.
sup is offline   Reply With Quote