Welcome to QuinPlo

The Lightweight WYSIWYG Editor You Can Count On

Say Goodbye to Complex Editors

QuinPlo is simple, fast, and lightweight. Perfect for your next project.

Try It Now

Lightweight

QuinPlo loads quickly and works seamlessly in any project.

Easy to Use

Just plug it into your HTML file and start editing.

Customizable

Style it your way with Font Awesome and modern CSS.

How to Use QuinPlo

Follow these simple steps to integrate QuinPlo into your project:

<!-- Include Font Awesome for Toolbar Icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">

<!-- Include QuinPlo Editor Script -->
<script src="https://cdn.yourcdn.com/quinploEditor.js" defer></script>

<!-- Add the editor to your HTML -->
<div class="quinplo-editor">This is an editable area</div>

That's it! When the page loads, QuinPlo will automatically create a toolbar and make your text area editable.