This is an exact copy of the editor experience in Pilcrow. A few modifications have been made so that it works right out the box. However, most of the functionality is there. Including:
More here
Clone the repo and install everything.
To use everything, you'll need:
Make sure you use the correct node version with nvm
nvm use
then run the dev server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.