Craig Davis
Craig Davis
I’m not currently using Slim for any projects, and this isn’t in active development. Is anyone in this thread interested in being added as a maintainer?
I can see a use case for this. I like the idea. Do you think it could be done for all of the templates with a new section - `#...
I don't currently have time to devote to this as a feature. If you've got time, fork the project and try adding it. If you've got some success with it,...
Hi @axelpart - many of the templates use list items in a 33% width to create a three column listing section. For instance [it's located here in the Swissen template](https://github.com/there4/markdown-resume/blob/f3f9fcd6e9bbcc4003aae0de37b2ec7c4652cb67/templates/swissen/css/pdf.css#L55)....
The pdf.css file is only included when it renders the pdf - it allows you to apply some specific rules for printing. Most of the templates use a `list-style: none;`...
I don't think it can be set via CSS. I think instead it may need to be added here when it calls `wkhtmltopdf`: https://github.com/there4/markdown-resume/blob/master/src/Resume/Command/PdfCommand.php#L86 With the `--page-size A4` option. This...
It will be next week before I can investigate this. I don't particularly like having to fetch into a temporary `$body` variable. It sounds like something else may be going...
I've made you a contributor. If you're blocked by something, go ahead and be a responsible member of the group :)
:+1: @felixmaier1989 Want to pull this one in for us all?
That's some very thorough integration testing. I haven't tried this, and I'm not entirely sure what is going on. What version of Slim are you using?