The flexible Markdown Editor for modern platforms
Nindo is a highly extensible Markdown editor built for React, offering block awareness, live preview, and total control over your content.
$
npx shadcn@latest add https://nindo.rasengan.dev/registry/markdown-editor.json
Welcome to the Nindo Editor
Start writing your markdown content here.
Features
- Live preview
- Keyboard shortcuts
- Block-based editing
- Extensible architecture
Installation
bash1npx shadcn-ui@latest add https://nindo.rasengan.dev/registry/markdown-editor.json
Usage
jsx1import { MarkdownEditor } from "@/components/ui/markdown-editor"; 2 3export default function Page() { 4 return <MarkdownEditor /> 5}
This is a quote block
Happy writing! ✨
paragraph32 lines · 482 chars