New proper HTML layout (#165) with full support for tablets and limited support for phones
Scrollable sidebar (#159)
Collapsable console window (#167)
Rounded corners in search bar fix (#166)
The console window is completely hidden per default. It'll automatically pop up after the first call to addItem() and can be minimized/maximized by the user (or programmatically via minimize() and maximize()).
Adding console entries should be done via addItem(). The first parameter may contain some simple HTML code (e.g. ... to highlight errors, inline CSS not supported). The second parameter 'prependDate' is optional (default false), it will automatically prepend the current time (e.g. "[19:32:47] Finished compiling") in a lighter color.
Use clear() to clear the console.
The console window is completely hidden per default. It'll automatically pop up after the first call to addItem() and can be minimized/maximized by the user (or programmatically via minimize() and maximize()). Adding console entries should be done via addItem(). The first parameter may contain some simple HTML code (e.g. ... to highlight errors, inline CSS not supported). The second parameter 'prependDate' is optional (default false), it will automatically prepend the current time (e.g. "[19:32:47] Finished compiling") in a lighter color. Use clear() to clear the console.