Loading...
editable
<h2>Hello, World!</h2><p>This is Simple WYSIWYG editor based on <a target="_blank" rel="noopener noreferrer nofollow" href="https://tiptap.dev">TipTap</a>, and customized by <a target="_blank" rel="noopener noreferrer nofollow" href="https://seorii.page">@seo-rii</a>.</p><p>Click here and type anything!</p><blockquote><p>Or how about drag something, or make a new line and press "/"?</p></blockquote><h2>Get started</h2><pre><code>npm i @seorii/tiptap</code></pre><pre><code><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}/></code></pre><p>That's all!</p>
html