Skip to content

Commit 70539d5

Browse files
committed
add images
1 parent 5b8771f commit 70539d5

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

docs/buttonhtml.png

80.2 KB
Loading

docs/composebutton.png

77.5 KB
Loading

docs/ideaWindow.png

53.6 KB
Loading

docs/ideatools.png

52.8 KB
Loading

ideaplugin/src/main/kotlin/de/jensklingenberg/htmltocfw/ideaplugin/ConvertHtmlAction.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class ConvertHtmlAction : DumbAwareAction() {
5959
Surface(modifier = Modifier.fillMaxSize()) {
6060
Column {
6161
val textState = remember { mutableStateOf(TextFieldValue()) }
62+
Text("Drop your HTML into the textfield and press generate")
6263
TextField(
6364
value = textState.value,
6465
onValueChange = { textState.value = it }

0 commit comments

Comments
 (0)