Added simple tiptap component

This commit is contained in:
Alexis
2025-08-07 22:37:49 +02:00
parent 0a35f441e0
commit 97ce5b3553
7 changed files with 1277 additions and 459 deletions

View File

@@ -85,12 +85,16 @@ function handleFormCancel() {
@input="handleNameChange"
>
<textarea
<!-- <textarea
id="new-world-description"
v-model="worldSkeleton.description"
name="new-world-description"
:placeholder="$t('entity.addDescription')"
class="w-full -my-1 py-1 -mx-1 px-1 min-h-24 max-h-36 text-sm border-b-[1px] bg-transparent focus-visible:outline-hidden focus-visible:border-primary invalid:border-destructive"
/> -->
<InputEditor
v-model="worldSkeleton.description"
/>
<div class="-mx-1 grid gap-3">