Results 76 comments of Tim Vink

Thanks for reporting this. I agree we should support this, using a 2-letter locale is an unnecessary simplification. I'm thinking of writing a kind of validation function, that depending on...

You can do that by using the snippets extensions. Here's an example of a site using just that to re-use the `README.md`. https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/master/docs/index.md More documentation: https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#embedding-external-files

You can also have a look at pluglets by https://mkdocs-macros-plugin.readthedocs.io/en/latest/

This might be an issue with you git configuration. Are you on windows? Could be windows newlines being replaced by Unix newlines. Also, you probably don't need to have generated...

> Actually, I think that MkDocs could do some more marketing. I agree. That also extends to plugins. We now have a large amount of high quality, mature plugins, but...

> redoing (or changing) the default theme to something more friendly might be something to consider I say mkdocs should use `mkdocs-material` as default theme, drop `mkdocs` theme and separate...

Looking at [gh_deploy.py](https://github.com/mkdocs/mkdocs/blob/master/mkdocs/commands/gh_deploy.py), it uses [ghp-import](https://github.com/c-w/ghp-import) You could use that directly like so: ```shell pip install ghp-import mkdocs build ghp-import build -p -f ``` [ghp-import](https://github.com/c-w/ghp-import) doesnt have a `--dry-run` command...

This would be awesome and make the MkDocs system even more powerful. I use MkDocs quite a lot for documentation, but my personal blog is jekyll-based. The main reason I...

@dhirschfeld Good news! See https://github.com/greenape/mknotebooks

I didn't consider embedding the entire multiplayer editor into a page actually. What I meant is a simple tldraw URL for a drawing that let's me `wget` the svg (or...