basic_static
Renders a constant string supplied by the widget's format option, split into lines on \n for TextBlock, collapsed to single-spaces for Text, and passed through verbatim for MarkdownTextBlock. Use it for greetings, project banners, or fixed welcome notes that don't need a dedicated fetcher.
| Kind | Safety | Shapes |
|---|---|---|
| cached | Safe | text, text_block, markdown_text_block |
Options
Section titled “Options”No options.
Compatible renderers
Section titled “Compatible renderers”| Shape | Renderers |
|---|---|
text | animated_boot, animated_figlet_morph, animated_postfx, animated_scanlines, animated_splitflap, animated_typewriter, animated_wave, text_ascii, text_plain |
text_block | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain |
markdown_text_block | text_markdown |
Preview
Section titled “Preview”text via text_ascii
Section titled “text via text_ascii”█ █ ▝█ ▝█ ▝█ ▜▌ ▜▌ ▝█ ▟▙ █▄█ ▟▀▙ █ █ ▟▀▙ ▟▀▀ ▜▞▜▖ █ ▝▀▙ ▟▀▀ ▐▙▜▖▐▙▄ ▟▀▙ ▝▀▙ ▜▟▜▖▗▄█ ▜▛ █ █ █▀▀ █ █ █ █ ▄ ▝▀▙ ▐▙▟▘ █ ▟▀█ ▝▀▙ ▐▌▐▌▐▌▐▌█ █ ▟▀█ ▐▌▝▘█ █ ▝▘ ▀ ▀ ▝▀▘ ▝▀▘ ▝▀▘ ▝▀▘ ▗▛ ▀▀▘ ▟▙ ▝▀▘ ▝▀▝▘▀▀▘ ▀▘▝▘▀▝▀ ▝▀▘ ▝▀▝▘▀▀ ▝▀▝▘ ▝▘
[[widget]]id = "basic_static"fetcher = "basic_static"render = "text_ascii"text via text_plain
Section titled “text via text_plain”Hello, splashboard!
[[widget]]id = "basic_static"fetcher = "basic_static"render = "text_plain"text_block via list_plain
Section titled “text_block via list_plain”Hello, splashboard!
[[widget]]id = "basic_static"fetcher = "basic_static"render = "list_plain"markdown_text_block via text_markdown
Section titled “markdown_text_block via text_markdown”# Hello, splashboard! Markdown body with bold and code.
[[widget]]id = "basic_static"fetcher = "basic_static"render = "text_markdown"