Open silopolis opened 11 months ago
Hi! I'll try to take a look at it tomorrow but I don't guarantee that since it's the end of the year ;) for sure I'll investigate this issue in the first week of the new year.
As I've said - I'm taking a look at the issue.
Ok, I've reproduced the issue and found the problem. In the documentation to this package it's written that css file should be provided, not the scss one.
You can try if styling is working with generating example design with design.py
script (it requires npm
installed in the env and npm
python package installed in your python environment). It will generate example report.css
.
Please let me know if it worked for you. Example design provided in the linked repository should be compiled to the css file.
This plug-in definitely needs code and documentation upgrade.
hey @jurgenwigg ! First, my very best wishes for the year to come :pray: Just a quick one to let you know that I'll give this a shot this week as soon as I'm done with first final examination of the training... Thank you so much for your quick support TY J
Hi,
First, thank you for sharing your work on this project as its ancestor looked very promising (seeing the project's documentation PDF showcased) and MkDocs community is still missing a strong and solid solution to this need.
Thanks to your work, I finally managed to generate a PDF ! :pray:
My issue now is that I don't know how to use the original https://github.com/comwes/mkpdfs-design-sample. I tried to clone it and add a
design: path/to/mkpdfs-design-sample/report.scss
file, but that doesn't seem to work.We wrote the docs for our DevOps training using MkDocs, and it'd be fantastic if we could generate the document directly without converting to ODF
Bests J
Edit: oh wait, but it looks like it is already embedded here !? :thinking: I have no idea why my document is generated "unstyled"?
I'm joining my config file and sample output to hopefully help solving my problem...
Archive.zip
Thanks in advance