Martin Donath

Results 483 comments of Martin Donath

IMHO, there's no need for `defer` if your scripts load at the bottom of `body`, only if you load them in `head`. We never used `defer` in Material for MkDocs,...

It's definitely coming with the next iteration of search 😊

Still working on it. The new search is the next major feature that's coming out, and it will solve many, if not all of the change requests that are currently...

Please see the announcement in #6307.

#5032 contains a refactoring of instant loading. I'm not sure that it's finished yet, but if you find some time for testing, that would be amazing. You can install it...

The issues should be fixed in #5023. I've taken the time and did a complete rewrite of instant loading. It should be much more stable now. I'll issue a new...

Released as part of [9.1.1](https://github.com/squidfunk/mkdocs-material/releases/tag/9.1.1).

I've built a prototype for improved search result navigation on the page. It should solve the following problems: - User can step through results one by one - Hidden results...

Not yet, but we're working on it. Search will receive a major update later this year and better result navigation will be a part of it. What can be seen...

Yeah, my pleasure! As an addendum why implementing something like this is tricky: there are already several places in the application where "jump to X" behavior is handled, mostly through...