query_one and advanced selectors – Textual querying 101
Textualize
query_one and advanced selectors – Textual querying 101
3:43
Basic querying with query_one – Textual querying 101
Textualize
Basic querying with query_one – Textual querying 101
3:11
How to use the @on decorator with selectors in Textual
Textualize
How to use the @on decorator with selectors in Textual
3:16
How to use margin and padding in Textual
Textualize
How to use margin and padding in Textual
5:45
How to add a help screen to your Textual app
Textualize
How to add a help screen to your Textual app
5:56
How to ask for a password in a running script with Textual
Textualize
How to ask for a password in a running script with Textual
6:04
Textual named colors and design system
Textualize
Textual named colors and design system
3:33
How to add tooltips to Textual apps
Textualize
How to add tooltips to Textual apps
2:06
How to return values from a Textual app
Textualize
How to return values from a Textual app
3:44
Data bind demo – Textual reactivity 101
Textualize
Data bind demo – Textual reactivity 101
6:57
Prevent reactive initialisation with the `init` parameter – Textual reactivity 101
Textualize
Prevent reactive initialisation with the `init` parameter – Textual reactivity 101
5:18
Compute methods – Textual reactivity 101
Textualize
Compute methods – Textual reactivity 101
4:36
`var` vs `reactive` – Textual reactivity 101
Textualize
`var` vs `reactive` – Textual reactivity 101
3:22
Dynamic watch methods – Textual reactivity 101
Textualize
Dynamic watch methods – Textual reactivity 101
4:56
Watch methods – Textual reactivity 101
Textualize
Watch methods – Textual reactivity 101
4:20
Validate methods – Textual reactivity 101
Textualize
Validate methods – Textual reactivity 101
3:07
What's a reactive attribute – Textual reactivity 101
Textualize
What's a reactive attribute – Textual reactivity 101
3:56
Building a calculator in the terminal – Textual tutorial
Textualize
Building a calculator in the terminal – Textual tutorial
1:00:44
Demo of the keyline style for grids in Textual
Textualize
Demo of the keyline style for grids in Textual
2:18
Advanced grid styling in Textual
Textualize
Advanced grid styling in Textual
5:29
Demo of the grid layout in Textual
Textualize
Demo of the grid layout in Textual
4:07
How to debug a layout with TCSS in Textual
Textualize
How to debug a layout with TCSS in Textual
8:14
How to pass data to modal screens in Textual
Textualize
How to pass data to modal screens in Textual
3:01
How to use callbacks with modal screens in Textual
Textualize
How to use callbacks with modal screens in Textual
4:10
How to create and style a transparent modal screen in Textual
Textualize
How to create and style a transparent modal screen in Textual
6:22
How to create an accordion of collapsible widgets in Textual
Textualize
How to create an accordion of collapsible widgets in Textual
5:47
How to add a loading indicator to a widget in Textual
Textualize
How to add a loading indicator to a widget in Textual
2:55
Differences between the styles align and content-align in Textual
Textualize
Differences between the styles align and content-align in Textual
4:24
How to create a toggleable sidebar in Textual
Textualize
How to create a toggleable sidebar in Textual
5:45
Demo of the Collapsible widget in Textual
Textualize
Demo of the Collapsible widget in Textual
1:48
How to use the transition TCSS style in Textual
Textualize
How to use the transition TCSS style in Textual
3:35
How to animate style changes programmatically in Textual
Textualize
How to animate style changes programmatically in Textual
2:11
How to create a countdown timer in Textual
Textualize
How to create a countdown timer in Textual
4:40
TCSS queries tutorial for Textual
Textualize
TCSS queries tutorial for Textual
8:51
How to change/disable app auto-focus in Textual
Textualize
How to change/disable app auto-focus in Textual
2:05
How to implement custom input validation in Textual
Textualize
How to implement custom input validation in Textual
3:29
How to log messages to the devtools console in Textual
Textualize
How to log messages to the devtools console in Textual
5:10
How to create dynamic suggestions for input auto-completion in Textual
Textualize
How to create dynamic suggestions for input auto-completion in Textual
7:41
Demo of the input validation capabilities of Textual
Textualize
Demo of the input validation capabilities of Textual
6:45
Render and Compose with Textual
Textualize
Render and Compose with Textual
0:27
Basic screen management in Textual: pushing, popping, and switching screens
Textualize
Basic screen management in Textual: pushing, popping, and switching screens
9:48
How to use the logging widgets RichLog and Log in Textual
Textualize
How to use the logging widgets RichLog and Log in Textual
4:53
Showcase of all built-in validators in Textual
Textualize
Showcase of all built-in validators in Textual
4:35
How to add custom commands to the Command Palette in Textual
Textualize
How to add custom commands to the Command Palette in Textual
7:46
Basic auto-completion suggestions in Textual
Textualize
Basic auto-completion suggestions in Textual
3:03
Basic input restrictions in Textual
Textualize
Basic input restrictions in Textual
2:43
How to set and change the theme for syntax highlighting in the TextArea widget in Textual
Textualize
How to set and change the theme for syntax highlighting in the TextArea widget in Textual
6:01
How to do automatic UI sync / updates with timers and set_interval in Textual
Textualize
How to do automatic UI sync / updates with timers and set_interval in Textual
4:37
How to activate and use the default Command Palette in Textual
Textualize
How to activate and use the default Command Palette in Textual
2:29
How to set and change the language for syntax highlighting in the TextArea widget in Textual
Textualize
How to set and change the language for syntax highlighting in the TextArea widget in Textual
3:59
Set and show app title and sub-title in Textual
Textualize
Set and show app title and sub-title in Textual
4:32
Send app notifications (toasts) in Textual
Textualize
Send app notifications (toasts) in Textual
4:28
How to create a Markdown editor with live-preview in Textual
Textualize
How to create a Markdown editor with live-preview in Textual
4:53
How to install and use the Textual devtools console
Textualize
How to install and use the Textual devtools console
5:50
Textual stopwatch tutorial 12 – dynamic widget creation & deletion
Textualize
Textual stopwatch tutorial 12 – dynamic widget creation & deletion
6:30
Textual stopwatch tutorial 11 – real time UI updates
Textualize
Textual stopwatch tutorial 11 – real time UI updates
10:43
Preview of Textual Plot widget
Textualize
Preview of Textual Plot widget
1:39
Demo of the Command Palette in 0.37.0
Textualize
Demo of the Command Palette in 0.37.0
0:39
How to install and use the Devtools Console in Textual [legacy]
Textualize
How to install and use the Devtools Console in Textual [legacy]
7:11
How to programmatically change CSS styles in Textual
Textualize
How to programmatically change CSS styles in Textual
5:31
Screen Recording of Textual notifications
Textualize
Screen Recording of Textual notifications
1:02
How to add CSS to a Textual app
Textualize
How to add CSS to a Textual app
7:14
How to submit and handle input in a Textual app
Textualize
How to submit and handle input in a Textual app
6:25
How to create a keybinding to trigger an action in Textual
Textualize
How to create a keybinding to trigger an action in Textual
4:48
How to handle button clicks in Textual
Textualize
How to handle button clicks in Textual
5:05
Textual stopwatch tutorial 10 – reactive attributes and automatic UI updates
Textualize
Textual stopwatch tutorial 10 – reactive attributes and automatic UI updates
10:15
Textual stopwatch tutorial 09 – handling button clicks and updating app
Textualize
Textual stopwatch tutorial 09 – handling button clicks and updating app
8:19
Textual stopwatch tutorial 08 – CSS classes and nested selectors
Textualize
Textual stopwatch tutorial 08 – CSS classes and nested selectors
9:47
Textual stopwatch tutorial 07 – style your app with CSS
Textualize
Textual stopwatch tutorial 07 – style your app with CSS
13:17
Textual stopwatch tutorial 06 – CSS in the terminal
Textualize
Textual stopwatch tutorial 06 – CSS in the terminal
8:36
Textual stopwatch tutorial 05 – scrolling and widget containers
Textualize
Textual stopwatch tutorial 05 – scrolling and widget containers
5:39
Textual stopwatch tutorial 04 –  creating custom widgets
Textualize
Textual stopwatch tutorial 04 – creating custom widgets
9:58
Textual stopwatch tutorial 01 – Textual setup
Textualize
Textual stopwatch tutorial 01 – Textual setup
5:58
Textual stopwatch tutorial 03 –  keybindings and actions
Textualize
Textual stopwatch tutorial 03 – keybindings and actions
7:31
Textual stopwatch tutorial 02 – creating an app and composing widgets
Textualize
Textual stopwatch tutorial 02 – creating an app and composing widgets
4:37