noams24 / Kef-Code

An educational website to help students easily pass tests
https://www.kefcode.com
MIT License
9 stars 19 forks source link

Consider the usage of monako on the programming courses #147

Open RoeiMeiri9 opened 1 week ago

RoeiMeiri9 commented 1 week ago

Currently the code editor is lexical, which is fine but limited. Using the monako editor instead can lead for a better UX, and give us the benefits of using a well written code editor.

noams24 commented 1 week ago

@RoeiMeiri9 can you add page.tsx under src/app/(main)/moncao/ ? In the page display the monako editor, with an initial code in it. On change save the content to some value. Than I can add it to the main app

noams24 commented 1 week ago

This tutorial may help: https://youtu.be/fGkRQgf6Scw?si=dgRSI4yzTQKQy2-c&t=7704

https://github.com/burakorkmez/code-craft/blob/master/src/app/(root)/_components/EditorPanel.tsx