View Single Post
Old 07-09-2020, 01:20 AM   #170
ICDeadPpl
Enthusiast
ICDeadPpl began at the beginning.
 
ICDeadPpl's Avatar
 
Posts: 35
Karma: 10
Join Date: Mar 2010
Location: Sweden
Device: Kobo Libra 2
Quote:
Originally Posted by geek1011 View Post
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.
How do I incorporate a line break in the massage? Does \n work?
ICDeadPpl is offline   Reply With Quote