Feature description
When looking at files with the FileList module, it might be nice to have a "preview" page that works kind of like GitHub's previews for text (and potentially binary) files.
Proposed solution
Create a new view that includes a download button and does syntax highlighting with pygments. The current FileList buttons could link to this preview instead of direct download.
Feature description
When looking at files with the
FileListmodule, it might be nice to have a "preview" page that works kind of like GitHub's previews for text (and potentially binary) files.Proposed solution
Create a new view that includes a download button and does syntax highlighting with pygments. The current FileList buttons could link to this preview instead of direct download.