You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Some terminal emulators have a translucent background feature which allows the d
58
58
This feature is unlikely to work with Textual, as the translucency effect requires the use of ANSI background colors, which Textual doesn't use.
59
59
Textual uses 16.7 million colors where available which enables consistent colors across all platforms and additional effects which aren't possible with ANSI colors.
60
60
61
-
For more information on ANSI colors in Textual, see [Why no Ansi Themes?](#why-doesnt-textual-support-ansi-themes).
61
+
For more information on ANSI colors in Textual, see [Why no ANSI Themes?](#why-doesnt-textual-support-ansi-themes).
62
62
63
63
---
64
64
@@ -68,7 +68,7 @@ For more information on ANSI colors in Textual, see [Why no Ansi Themes?](#why-d
68
68
!!! tip
69
69
70
70
See [*How To Center Things*](https://textual.textualize.io/how-to/center-things/) in the
71
-
Textual documentation for a more comprensive answer to this question.
71
+
Textual documentation for a more comprehensive answer to this question.
72
72
73
73
To center a widget within a container use
74
74
[`align`](https://textual.textualize.io/styles/align/). But remember that
@@ -130,7 +130,7 @@ If you want them more like this:
130
130
+---------------+
131
131
```
132
132
133
-
the best approach is to wrap each widget in a [`Center`
133
+
The best approach is to wrap each widget in a [`Center`
You may find that the default macOS Terminal.app doesn't render Textual apps (and likely other TUIs) very well, particuarily when it comes to box characters.
273
+
You may find that the default macOS Terminal.app doesn't render Textual apps (and likely other TUIs) very well, particularly when it comes to box characters.
274
274
For instance, you may find it displays misaligned blocks and lines like this:
275
275
276
276
<imgwidth="1042"alt="Screenshot 2023-06-19 at 10 43 02"src="https://github.com/Textualize/textual/assets/554369/e61f3876-3dd1-4ac8-b380-22922c89c7d6">
@@ -305,7 +305,7 @@ We recommend any of the following terminals:
Textual will not generate escape sequences for the 16 themeable *ANSI* colors.
@@ -319,22 +319,22 @@ Textual has a design system which guarantees apps will be readable on all platfo
319
319
320
320
There is currently a light and dark version of the design system, but more are planned. It will also be possible for users to customize the source colors on a per-app or per-system basis. This means that in the future you will be able to modify the core colors to blend in with your chosen terminal theme.
321
321
322
-
!!! Changed in 0.80.0
322
+
!!! tip "Changed in version 0.80.0"
323
323
324
-
Textual added an `ansi_color` boolean to App. If you set this to `True`, then Textual will
325
-
not attempt to convert ansi colors. Note that you will lose transparency effects if you enable
326
-
this setting.
324
+
Textual added an `ansi_color` boolean to App. If you set this to `True`, then Textual will not attempt to convert ANSI colors. Note that you will lose transparency effects if you enable this setting.
This is a API-level reference to the Textual API. Click the links to your left (or in the burger menu) to open a reference for each module.
3
+
This is a API-level reference to the Textual API. Click the links to your left (or in the :octicons-three-bars-16: menu) to open a reference for each module.
4
4
5
5
If you are new to Textual, you may want to read the [tutorial](./../tutorial.md) or [guide](../guide/index.md) first.
Copy file name to clipboardExpand all lines: docs/help.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ If you need help with any aspect of Textual, let us know! We would be happy to h
4
4
5
5
## Bugs and feature requests
6
6
7
-
Report bugs via GitHub on the Textual [issues](https://github.com/Textualize/textual/issues) page. You can also post feature requests via GitHub issues, but see the [roadmap](./roadmap.md) first.
7
+
Report bugs via GitHub on the Textual [issues](https://github.com/Textualize/textual/issues) page. You can also post feature requests via GitHub issues, but see the [Roadmap](./roadmap.md) first.
8
8
9
9
## Help with using Textual
10
10
11
11
You can seek help with using Textual [in the discussion area on GitHub](https://github.com/Textualize/textual/discussions).
12
12
13
13
## Discord Server
14
14
15
-
For more realtime feedback or chat, join our discord server to connect with the [Textual community](https://discord.gg/Enf6Z3qhVr).
15
+
For more realtime feedback or chat, join our Discord server to connect with the [Textual community](https://discord.gg/Enf6Z3qhVr).
Copy file name to clipboardExpand all lines: questions/transparent-background.question.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ Some terminal emulators have a translucent background feature which allows the d
11
11
This feature is unlikely to work with Textual, as the translucency effect requires the use of ANSI background colors, which Textual doesn't use.
12
12
Textual uses 16.7 million colors where available which enables consistent colors across all platforms and additional effects which aren't possible with ANSI colors.
13
13
14
-
For more information on ANSI colors in Textual, see [Why no Ansi Themes?](#why-doesnt-textual-support-ansi-themes).
14
+
For more information on ANSI colors in Textual, see [Why no ANSI Themes?](#why-doesnt-textual-support-ansi-themes).
0 commit comments