Max

Results 18 comments of Max

Just did some research and read through the docs of the [Web API add_host function](https://docs.checkmk.com/latest/en/web_api_references.html#add_host). If I understand that section correctly tags are just special attributes identified by the _tag__...

@orangemn6 Add two elements to your page, each with a unique ID, e.g. "dark-mode" and "light-mode". Both elements have the Utterances script as a child with different values for the...

Mmh that's strange. Had another look at it and switched to a CSS based logic. Below you can find my rules. ```css html[data-theme="dark"] #utterances-light { display: none; } html[data-theme="dark"] #utterances-dark...

Nope, just switched to CSS rules for hiding one div and displaying the other instead of using Javascript.

@arunvelsriram Will you continue working on this topic? I'd really like to see this feature coming.

@mhurtrel Awesome, huge thanks to you and the team!

@ngyewch Can confirm that this is fixed. Thank your for the quick support!