onMount(() => {
- editor = createEditor(getEditorOptions({submit, loading, getPubkeyHints, autofocus: true}))
+ editor = createEditor(
+ getEditorOptions({
+ submit,
+ loading,
+ getPubkeyHints,
+ autofocus: true,
+ placeholder: "What's on your mind?",
+ })
+ )
})
@@ -55,10 +78,19 @@
Create a Thread
Share a link, or start a discussion.
-
-
-
-
+
+
+ Title*
+
+
+
+ Message*
+
+
+
+