WIP: V2 Coming Soon
A beautifully crafted markdown editor for your next project
Transform any textarea into a markdown editor with super-powers.
Packed with slash commands, pop-ups, previews, and more.
works with your favorites

Writing in Markdown just got easier and more fun!
MarkdownX has a simple dropdown menu of items to select π
















And many more to come π


A New Evolution in Markdown
The future of writing in Markdown. Dropdowns, Uploads, Animated GIFs, and more π
Easy Installation Install with a CDN Link, or with NPM
Install via CDN Β· Install via NPM
<!-- With the CDN -->
<script src="https://unpkg.com/markdownx"></script>
<script>
const markdownX = new MarkdownX('myEditor);
</script>
<textarea id="myEditor"></textarea>
<!-- npm install markdownx, then -->
<script>
import MarkdownX from 'markdownx';
const markdownX = new MarkdownX('myEditor);
</script>
<textarea id="myEditor"></textarea>
Be sure to checkout the full documentation for full customization
Why MarkdownX?
Here's the story π
Recently I posted a Tweet about the new editor I was building for the DevDojo.
It got a huge response π with nearly 500 likes and 50 retweets.
This new editor I'm creating for @thedevdojo, is looking π₯. This is a standard HTML Textarea on steroids πͺ
— Ρony βea π (@tnylea) July 24, 2021
The front-end is @tailwindcss and @Alpine_JS, and the back-end is @laravelphp and @LaravelLivewire. Too much fun! π pic.twitter.com/cqazpvP7ol
It appeared that many other developers also had a need for an Advanced Markdown Editor π€©
Instead of just building it for myself, I put things into action to make it available to others.
I worked to make it more badass π

I put together this landing page π¨βπ»

I ate some Dorritos π

And now, with a Dorrito covered keyboard I've been writing documentation, typing features in the roadmap, and waiting for you to join me on this journey of creating the best MD editor available!
Upgrade to Pro
And gain access to premium support and more features.
DevDojo Pro is only $15/mo. You'll also gain access to many other tools!
Your subscription will also support ongoing development of MarkdownX.