Waylan Limberg

Results 369 comments of Waylan Limberg

> I'm not sure I understand what `keywords` is supposed to be for, and how it is used and presented in the search. The reason for is it all layed...

So I just looked at Material's plugin and noticed that you are defining a more sophisticated token [separator](https://squidfunk.github.io/mkdocs-material/plugins/search/#config.separator). I had dismissed that in favor of manually defining keywords. Maybe I...

Wow, I had no idea you were writing your own search engine. I'm happy to hear a lunr.js replacement is coming. As your new engine will be available for all...

I will update the failing test later. I am out of time today.

See #3189 which suggests a refactor of the Highlight.js config options.

> > However, this only implements the option to select light/dark mode at build time from within the config file. > > Most websites I visited and also some desktops...

I added an `auto` mode, which follows the local system setting of the browser. ```yaml theme: name: mkdocs color_mode: auto ``` ![Color Mode switch](https://github.com/mkdocs/mkdocs/assets/78846/958a160a-5b8d-4501-b376-9b22606a42c2) The trick was working out how...

I have now added a user option which is enabled with `user_color_mode_toggle: true` in the config. ![Untitled](https://github.com/mkdocs/mkdocs/assets/78846/e0407d6b-a4de-4da8-80d6-b0bdcc61d5bf) However, I needed to update fontawesome to version 6 as v3 did not...

I believe this is ready to go. I have refactored the commits into 4 separate logical commits, which should be able to be committed as-is (not squashed). The last commit...

Thanks for the feedback. I'll need to sort through it all when I have some time, which may be a while.