Skip to content

Commit 8a0ccbd

Browse files
feat(frontend): add documentation about the text inline editor (windmill-labs#145)
1 parent 4b4ad0b commit 8a0ccbd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/apps/4_app_component_library.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,18 @@ The text component allows you to display text.
643643
| result | string | The text. |
644644
| loading | boolean | The loading state of the text component. |
645645

646+
#### Inline editor
647+
648+
You can directly edit the text by click the `Pen` icon on the app editor. You can also double click on the text to edit it.
649+
650+
<video
651+
className="border-2 rounded-xl object-cover w-full h-full"
652+
autoPlay
653+
loop
654+
controls
655+
src="/videos/text_editor.mp4"
656+
/>
657+
646658
### Icon
647659

648660
The Icon API allows you to display an icon chosen in a library of icons.

docs/apps/5_app-runnable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See [Recompute Others](./app-runnable#recompute-others) for more information.
3434

3535
#### Changes of values:
3636

37-
When a runnable has an input connected to an output of a component, the runnable is executed when the output value changes. See [Connections](./app-runnable#connections) for more information.
37+
When a runnable has an input connected to an output of a component, the runnable is executed when the output value changes. See [Connections](./app_outputs#connecting-inputs) for more information.
3838

3939
#### Background script
4040

static/videos/text_editor.mp4

153 KB
Binary file not shown.

0 commit comments

Comments
 (0)