Originally Posted by geek1011
For a pop-up message, use `dbg_msg:whatever`. For one which automatically disappears, use `dbg_toast:whatever`. For a pop-up browser, use `nickel_browser:modal`. For that, but with a custom URL, use `nickel_browser:modal:https://whatever`. For that, but with custom CSS too, use `nickel_browser:modal: https://whatever css { code: here; }`.
If you want help with something specific, I can give a more detailed example.
|