Skip to main content
Sentivel Endorsed by RayfieldStatus pages and uptime monitoring for whatever you ship. Free to start.Take a look
Preview only. This is on the preview channel and is not in the stable release. It can change or be dropped before it lands there.
A console shows monospaced text. It holds the height you give it and scrolls inside itself, so a console that fills up never pushes the rest of the page down.
Set follow to make it a console: new lines pin it to the bottom, and once the buffer is full the oldest line rolls off the top.

Properties

string
A label above the block. Optional; without one the block is just the panel.
string
Hint text under the block. Optional.
string
default:"\"\""
The initial body. code also works.
number
default:"120"
How tall the panel stands, in pixels. Floors at 48.
boolean
default:"false"
Jump to the newest line on Append, the way a console does.
number
default:"200"
How many lines to keep. Past this the oldest roll off the top.

Handle

Replace the whole body.
Add a line to the end. Multi-line strings are split, so the line cap still counts properly.
Empty it.
string
The lines currently held, oldest first, joined by newlines.
boolean
Put the body on the clipboard. Returns false where the executor provides no setclipboard.
Change how tall the panel stands.