Martin Donath

Results 483 comments of Martin Donath

@ojacques @byrnereese insiders-4.19.0 adds [native support](https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-contributors) for the `git-authors` and `git-committers` plugins. We currently recommend using @ojacques' fork because it implements caching. Otherwise, build times would skyrocket. If in the...

Thanks for noting! Definitely needs to be in the docs πŸ˜„ The reason why it's not is that I still need to revisit the configuration design. I probably change it...

Note that Isotopes is more or less a client implementing CRUD, so currently only whole records are returned. While the `IsotopeClient.select` signature should allow for arbitrary types to be returned,...

In the meantime, downgrading to 1.6.0 solved the issue for me. I'm not sure in which version this issue was introduced πŸ˜…

The big problem with social cards is that the link referring to the `og:image` [__must be absolute__ per spec](https://ogp.me/#data_types). Now, if the authors adds a new page and builds it,...

The social plugin differs between the community and Insiders edition, and only Insiders has a manifest to properly implementing caching. It will be merged once the attached funding goals are...

You can check the [version of Material for MkDocs](https://github.com/squidfunk/mkdocs-material/blob/4ba7a6db51029b346f7ac1fecc1c99e46654cade/material/__init__.py#L21). ``` py # Community material.__version__ = "9.5.26" # Insiders material.__version__ = "9.5.26+insiders-4.53.11" ```

Author of Material for MkDocs here. Thanks for your kind words and patience! I'm absolutely sure it will be worth it ☺️

Author of Material for MkDocs here. v5.x is from 2020, so pretty old. We made [significant improvements on search](https://squidfunk.github.io/mkdocs-material/blog/2021/09/13/search-better-faster-smaller/) in [9.x](https://squidfunk.github.io/mkdocs-material/changelog/#9.0.0), which should be twice as fast and significantly cut...