Matthew Clark

Results 3 comments of Matthew Clark

Thanks for the suggestions. elapouya - I've been generating tables from scratch via subdocs. It works well, but it's not as flexible as I'd like. Denny - your function is...

Denny - do you have any examples of how you're copying images from a snipplet into the base document? *EDIT* Nevermind on this last question - I figured it out.

@dalai4git I basically loop through the context before I render, looking for images and replacing them with InlineImage. Here's kind of a hacky example: `for item in context['screenshots']: if type(item.image)...