-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace ace-editor #1217
Comments
@StianJul: In addition to the above mentioned, better support for LaTeX and code snippets are highly requested features. |
We did not have time to implement better support for LaTeX and code snippets. #1220 has been created for this and added to milestone 5.5 |
This update must be seen together with the WCAG-improvements to file-uploader. The fileupload-improvements disables posting until the files are uploaded. This is the closest we can come to preventing the user from submitting a "delivery" without adding extra steps for submitting. |
Replace the ace-editor with a new editor based on standard usage a textarea with markdown support. For example, the GitHub issue-editor seem to solve this pretty well.
Due to multiple issues that have come up, both in Devilry and the ace-editor GitHub-repo (ajaxorg/ace#2164), regarding accessibility issues and improvements, this seems to be way forward instead of trying to make the ace-editor accessibility-friendly.
Features to look into with a new text-editor:
The text was updated successfully, but these errors were encountered: