View Single Post
Old 07-08-2020, 11:01 PM   #168
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,805
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by Elektron View Post
Wondering how to open a popup with NM. Any help? e.g. a code block I can copy? Thanks
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.
geek1011 is offline   Reply With Quote