2023/06/14

ProseMirror Text Editor

mini project screenshotmini project screenshot

Built with React, Next.js, Tailwind, ProseMirror and TypeScript.

Prosemirror is a framework agnostic library for building rich text editors. This mini project adapts code from Prosemirror's basic editor example to build a simple text editor with Next.js and React.

In the editor, you can bold and emphasize text with keyboard shortcuts, paste images, type "# " to start a heading element, create lists, and more.

The site is deployed with Vercel.