Espacio colaborativo basado en Markdown.
- Next.js - app directory
- Tailwind CSS - styles
- ShadncUI - components
- Zustand - state management
- ✅ Add a
useLocalStoragehook to persist state - ✅ parse markdown to html
- ❌ add a
useDebouncehook to debounce the markdown parsing - ❌ add a
useCopyToClipboardhook to copy the html to clipboard - ❌ add a
useSharehook to share the html - ❌ add a
useMdToDocxhook to convert markdown to docx - ❌ add a
useMdToPdfhook to convert markdown to pdf - ❌ create a room to share the markdown and edit it in real time