Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.53 KB

README.md

File metadata and controls

32 lines (26 loc) · 2.53 KB

Videos

Subscribe to the Textualize YouTube channel.

This repo holds the code samples for our YouTube videos.

Stopwatch series

Playlist on YouTube.

Random tip videos

Video Folder
How to install and use the Textual devtools console n/a
How to create a Markdown editor with live-preview in Textual markdown-editor-with-live-preview
Send app notifications (toasts) in Textual send-app-notifications
Set and show app title and sub-title in Textual title-subtitle-header
How to set and change the language for syntax highlighting in the TextArea widget in Textual switch-text-area-language
How to activate and use the default Command Palette in Textual default-command-palette
How to do automatic UI sync / updates with timers and set_interval in Textual set_interval-automatic-ui-updates
How to set and change the theme for syntax highlighting in the TextArea widget in Textual switch-text-area-theme
How to add custom commands to the Command Palette in Textual custom-command-palette
Basic input restrictions in Textual basic-input-restrictions
Basic auto-completion suggestions in Textual basic-suggestions
Showcase of all built-in validators in Textual showcase-built-in-validators
How to use the logging widgets RichLog and Log in Textual logging-with-log-and-richlog
Basic screen management in Textual: pushing, popping, and switching screens screen-management-push-pop-switch
Demo of the input validation capabilities of Textual input-validation-demo
How to create dynamic suggestions for input auto-completion in Textual input-with-custom-suggestions
How to log messages to the devtools console in Textual logging-with-textual-log
How to implement custom input validation in Textual input-custom-validator