Add WYSIWYM Markdown editing to any web-form
Drop-in, Zero-Code Editor:
Drop-in, Zero-Code Editor:
Before and After
Transform standard, plain-text textareas into a premium Markdown editing workspace in under 5 minutes, no coding needed. Grab a single line of script and drop it into any form. Implement in 3 Simple Steps: Quick Start
Before (Plain Textarea)
After (Traven Editor)
From Zero to Done in These 3 Steps
1
Replace the Textarea
Swap your legacy HTML <textarea> for <traven-editor>.
To show the editor with the default toolbar, add the toolbar attribute.
<form method="POST">
<!-- Before: <textarea name="content">Write something...</textarea> -->
<traven-editor name="content" toolbar>Write something...</traven-editor>
</form>
2
Load `traven.js` with just a single line
<script type="module" src="https://cdn.jsdelivr.net/npm/@freedomware/traven@latest/dist/traven.js"></script>
3
Done!
Traven submits like a standard textarea, so nothing else in your existing setup needs to change.
Check out more details and customization tips in the Quick Start guide.