Martin Donath
Martin Donath
Author of Material for MkDocs here! We'd be happy to get you guys as a beta tester once we have the next search preview available. In the meantime, you can...
@waylan Thanks for opening this discussion! It's really great to see progress on the core of MkDocs, and I second that this will further allow to keep the focus sharp...
> @squidfunk Seriously excited & interested in your search work, I'm expecting good things are going to happen here. Definitely. And not only for MkDocs, but basically for all other...
@tomchristie 👋 in my view, this issue is a great start for improving MkDocs, as it touches many users. Basically, when you're using `--strict` mode, your build will fail if...
I did expand on it in the comment I linked: https://github.com/squidfunk/mkdocs-material/issues/7146#issuecomment-2092364939 > IMHO, the most sensical thing would be that the [`Deprecated`](https://github.com/mkdocs/mkdocs/blob/53fec50e57f6bad152ad589a83ae83d1cd72b2f5/mkdocs/config/config_options.py#L384-L452) helper emits something like the following, which are...
Users have mentioned this in multiple occasions, but I'm having a hard time finding it due to GitHub's rather mediocre issue search. Here's what I could gather from a quick...
This is a project with 3,400 files and a very limited set of plugins, i.e., `search`, `minify` and `social`: https://github.com/openfabr/terraform-provider-cdk-docs IMHO, not many plugins, and the [social](https://squidfunk.github.io/mkdocs-material/plugins/social/) plugin which I...
Ah, nice, I didn't know about the [minify-html](https://github.com/monosans/mkdocs-minify-html-plugin) plugin! I'll check it out and probably switch to it. Offloading pure string processing to Rust makes a lot of sense.
This looks really promising! Really excited how this will work with more complex setups. I guess there're still things to be worked out (haven't checked the implementation), but it's a...
@feasgal only if you select single lines, and not multiple lines. Multi-line selection requires JavaScript (GitHub does the same on their code blocks) to resolve to the starting and ending...