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.