Results 76 comments of Tim Vink

Checkout [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin) as an alternative. Full disclosure: I'm the author.

Just added this feature to one of my plugins, including docs. Feel free to copy/paste and make a PR for this plugin! PR: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/63

`mkdocs-material` offers support for fontawesome icons, have you tried that? https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/

Reading in data files is slightly more involved though: https://plotly.com/javascript/ajax-call/ That also means support for `data_path` will be trickier. Actually the entire syntax seems more contrived because javascript doesn't have...

So back to plotly.js. If we require data to be stored a `.json` files, we can ask user to point to it. ```javascript var plot_data = custom_load_data_function("...") var trace1 =...

Not yet -- I need to pick up this issue. Quite busy with other personal stuff, but definitely on my backlog!

Interesting & valuable update, thanks! I will not be able to get around to reviewing it until somewhere next week. hopefully you're not in a hurry ;)

> I was wondering if there was a way to get a plain text list of authors, i.e. Yes, you could use the `{{ git_info }}` object to achieve this...

Cool plugin! Don't forget to list in the [list of all mkdocs plugins](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins#blogging) Thanks for pointing out the possibility of multiple entry points, indeed can help in the design

Good find, thanks for reporting! > Because the monorepo plugin changes the docs_dir to a temporary folder, no parent folder contains the git directory. That's indeed the cause. I've worked...