Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
25.1k stars 766 forks source link

Video ideas #3369

Open rodrigogiraoserrao opened 12 months ago

rodrigogiraoserrao commented 12 months ago

Tip videos

Short videos (<5min) that explain how to do a very concrete and self-contained thing.

Guide videos

10-15min videos going over a topic, e.g., the documentation guides.

Tutorial series

A series of videos where we build an application from start to finish.

holdenweb commented 12 months ago

I could certainly produce an initial piece on "Get data from a modal screen into an application," having just taught myself how to do that dance. I've created a component called a "SaveCancel" which, when added to a modal screen, allows it to return a result on Save or None on Cancel. The tricky bit, such as it is, is the callback setup and handling, but it isn't rocket science.

Have you established any timescale for this work?

willmcgugan commented 10 months ago

@rodrigogiraoserrao Just to let you know, I think we should have you do more videos for us. @holdenweb Your input is very welcome!