textual icon indicating copy to clipboard operation
textual copied to clipboard

Suggestions and possible typos

Open learnbyexample opened this issue 3 years ago • 1 comments

  1. Suggestion - use light theme for CSS code snippet when switching theme for the python -m textual demo:

image



  1. Terminal title in screenshots for https://textual.textualize.io/tutorial/ - would suggest screenshots discussed under stopwatch01.py to use the script name at the top

image image

02 to 06 have script name at the top, for example:

image



  1. https://textual.textualize.io/tutorial/#css-basics illustration: background color is $panel-darken-1 in the figure but the CSS code uses background: $boost;

image



  1. https://textual.textualize.io/guide/actions/#screenshot - description column says ~/ and default column says ./

image

learnbyexample avatar Nov 11 '22 06:11 learnbyexample

Good catch on 4, fixed that while tidying some other docstring things: bc851d5466679723e4725194fe7987648f65b753

(others will likely get reviewed early next week as they're in the docs themselves, but 4 was a docstring and I happened to be passing that way)

davep avatar Nov 11 '22 17:11 davep

Fixed, with the exception of the color theme changing code. Which we might do at some point in the future.

willmcgugan avatar Mar 30 '23 11:03 willmcgugan

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

github-actions[bot] avatar Mar 30 '23 11:03 github-actions[bot]