You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to introduce a syntax coloring mechanism in the editor. Parallel coding is valuable, for example, when collaborating on a group task in college.
Since there is a text field, it seems that it is possible to enter the choice of syntax coloring and to color the text field.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I agree that parallel coding is very handy.
For the scope of this project we wanted to focus more on the collaborative aspect than the editor itself. That's why we decided to keep it rather simple and just use markdown.
Currently our Editor logic is dependent on the SimpleMDE library. However, it wouldn't be too difficult to abstract away the basic editor functionality into its own class and make it editor agnostic. That would allow you to swap in a code editor, like Ace, that supports syntax highlighting and only have to change the API endpoints.
I suggest to introduce a syntax coloring mechanism in the editor. Parallel coding is valuable, for example, when collaborating on a group task in college.
Since there is a text field, it seems that it is possible to enter the choice of syntax coloring and to color the text field.
The text was updated successfully, but these errors were encountered: