Thanks to visit codestin.com
Credit goes to splashboard.unhappychoice.com

Skip to content

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.

KindSafetyShapes
cachedSafetext, text_block, markdown_text_block

No options.

ShapeRenderers
textanimated_boot, animated_figlet_morph, animated_postfx, animated_scanlines, animated_splitflap, animated_typewriter, animated_wave, text_ascii, text_plain
text_blockanimated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain
markdown_text_blocktext_markdown
                                                                
                                 
                                   
                           
                                                                                
[[widget]]
id = "basic_static"
fetcher = "basic_static"
render = "text_ascii"
Hello, splashboard!                     
                                        
[[widget]]
id = "basic_static"
fetcher = "basic_static"
render = "text_plain"
Hello, splashboard!                     
                                        
                                        
                                        
[[widget]]
id = "basic_static"
fetcher = "basic_static"
render = "list_plain"
# Hello, splashboard!                   
                                        
Markdown body with bold and code.       
                                        
                                        
[[widget]]
id = "basic_static"
fetcher = "basic_static"
render = "text_markdown"