Initial Checklist
Idea
Currently a user is able to display and edit text files in the web UI if the file name contains a .txt extension. It would be nice if other text files like Cargo.toml can be displayed and edited as well.
I am not sure about the proper way to identify text files but at least the Linux file command is able to do that:
> file Cargo.toml
Cargo.toml: ASCII text