This is the project to build a WYSIWYG editor on top of draft-js that takes and exports it's editor state using different formats. TailwindCSS and DaisyUI are used for controls and styles.
The NextJS code is being templated using the devdeer.Templates.Solution nuget package.
To test the editor online open this LINK
To test this markdown editor locally on your device, perform the following steps:
/next-app
folderyarn && yarn build
yarn dev