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
+6-25Lines changed: 6 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,19 @@
1
+
---
2
+
hide:
3
+
- navigation
4
+
---
5
+
1
6
<!-- Auto-generated by FAQtory -->
2
7
<!-- Do not edit by hand! -->
3
8
4
9
# Frequently Asked Questions
5
-
-[Does Textual support images?](#does-textual-support-images)
6
-
-[How can I fix ImportError cannot import name ComposeResult from textual.app ?](#how-can-i-fix-importerror-cannot-import-name-composeresult-from-textualapp-)
7
-
-[How can I select and copy text in a Textual app?](#how-can-i-select-and-copy-text-in-a-textual-app)
8
-
-[How can I set a translucent app background?](#how-can-i-set-a-translucent-app-background)
9
-
-[How do I center a widget in a screen?](#how-do-i-center-a-widget-in-a-screen)
10
-
-[How do I fix WorkerDeclarationError?](#how-do-i-fix-workerdeclarationerror)
11
-
-[How do I pass arguments to an app?](#how-do-i-pass-arguments-to-an-app)
12
-
-[No widget called TextLog](#no-widget-called-textlog)
13
-
-[Why do some key combinations never make it to my app?](#why-do-some-key-combinations-never-make-it-to-my-app)
14
-
-[Why doesn't Textual look good on macOS?](#why-doesn't-textual-look-good-on-macos)
15
-
-[Why doesn't Textual support ANSI themes?](#why-doesn't-textual-support-ansi-themes)
16
-
-[Why doesn't the `DataTable` scroll programmatically?](#why-doesn't-the-`datatable`-scroll-programmatically)
17
-
18
-
<aname="does-textual-support-images"></a>
10
+
19
11
## Does Textual support images?
20
12
21
13
Textual doesn't have built-in support for images yet, but it is on the [Roadmap](https://textual.textualize.io/roadmap/).
22
14
23
15
See also the [rich-pixels](https://github.com/darrenburns/rich-pixels) project for a Rich renderable for images that works with Textual.
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.
@@ -282,7 +265,6 @@ We recommend any of the following terminals:
282
265
283
266
<imgwidth="1002"alt="Screenshot 2023-06-19 at 11 00 25"src="https://github.com/Textualize/textual/assets/554369/9a8cde57-5121-49a7-a2e0-5f6fc871b7a6">
Textual will not generate escape sequences for the 16 themeable *ANSI* colors.
@@ -296,7 +278,6 @@ Textual has a design system which guarantees apps will be readable on all platfo
296
278
297
279
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.
0 commit comments