troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Fix plain-text preview #182

Closed troeger closed 7 years ago

troeger commented 7 years ago

Although the file preview can now handle plain text uploads, the link in the submission details is still a download link.

troeger commented 7 years ago

A quick check also shows that plain text is rendered with syntax higlighting in the preview, which simply makes no sense. There should be some sensible file type detection to deal with that. The most simple solution is to rely on well-known file suffixes to detect code, and make it non-coloured in all other cases.