Roberto Alsina

Results 115 comments of Roberto Alsina

It should be "simple" to create a plugin to do this. I'll take a shot now.

My idea of how to implement it so far: New setting (example): SRCSET_IMAGE_SIZES=(400,1200,2400) Then a task plugin that would take images from images/ (or whatever, same folder we support now)...

On second though, I don't have the energy to do this right now.

I modified our image scaling code so that it can take multiple sizes at once. Next step would be to add a config option to replace/enhance our current thumb size...

Ok, first major issue (as mentioned above): Compilers open the post's source path (or its translated source path, same thing), like this: ![image](https://user-images.githubusercontent.com/1579/79273005-a48b7680-7e78-11ea-810f-aaaba9d70aa3.png) But that's ok, we know how to...

So, now the Post object has a source() method it can use to get the source instead of opening the file. Next task: make all the internals use that: #3395

@Xeverous I am interested too, it just takes a while since I can only work on it every once in a while. In the meantime ... well, you can do...

IIRC we already have a way to specify filters in metadata which works. It's not perfect, of course. Also, a way to tweak things via conf.py for advanced usage is...

@felixfontein which is why I am working on it. I need to see if there is a way to do this without losing interesting functionality. As it is now, there...

@richieadler exactly