The Lightweight WYSIWYG Editor You Can Count On
QuinPlo is simple, fast, and lightweight. Perfect for your next project.
Try It NowQuinPlo loads quickly and works seamlessly in any project.
Just plug it into your HTML file and start editing.
Style it your way with Font Awesome and modern CSS.
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.