bruiken / Notepad--

Notepad--, a lightweight web based editor with numerous optional features.
MIT License
3 stars 0 forks source link

Implement Syntax highlighting and Start modularizing #1

Closed jwijenbergh closed 3 years ago

jwijenbergh commented 3 years ago

Good changes!

huynguy97 commented 3 years ago

Approved.

bruiken commented 3 years ago

Maybe we can somehow only make a request to the POST /highlight endpoint when the user stops typing?

bruiken commented 3 years ago

Scrap the previous idea, this gets way too complex. Now we can just not request a highlight when a request to /highlight is already busy (instead of blatantly sending out 100s of requests).