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
24.09k stars 742 forks source link

Allow UI to update while markdown.update is in progress #4589

Closed willmcgugan closed 1 month ago

willmcgugan commented 1 month ago

Fixes https://github.com/Textualize/textual/issues/4586

This is unlikely to make very large markdown files any faster, but it should allow the UI to remain responsive while the update is happening.