Hello, World!
This is Simple WYSIWYG editor based on TipTap, and customized by @seo-rii.
Click here and type anything!
Or how about drag something, or make a new line and press "/"?
Get started
npm i @seorii/tiptap<script lang="ts">
import TipTap from "$lib/tiptap/TipTap.svelte";
let body = "<p>Hello, World!</p>", editable = true, ref;
</script>
<TipTap bind:ref bind:body {editable}/>That's all!