Roberto Alsina

Results 115 comments of Roberto Alsina

For filters I agree writing a plugin is scary. BUT we could just have a ``filters/`` where the user throws ``foo.py`` which always has to have a ``def filter()`` in...

@Kwpolska @felixfontein: How about we do 7.8.7 then we have a couple of months without stable releases to break stuff.

So. I have tried. I have failed. I think the right approach for this is to write a framework for configuration that supports defining the options, adding help, and generating...

So... does it make sense to implement this in core? It seems it would be, like described above, just a matter of changing templates, since there is nothing preventing anyone...

@tritium21 Great idea! A cookbook would be great.

Yeah, but I *do* want them in the output so people trying to make a theme know what template to tweak

Could be done as an option enabled/disabled by a switch. Honestly, trying to do a theme without this is complicated. And I wrote the damned theme engine.

Welcome to the problem of having python as our config file format :-( How about providing a YAML default config and having conf.py just read it and then operate on...

If you know a better format, I am all ears. Basically, I would import the YAML and put things in the conf module's namespace. It doesn't even require any changes...

I found out a way to do this. POC branch coming up soonish.