Hi 👋
I've read about the file types support of Minima and check the code, and I think an easy improvement could be done.
Instead of performing a comparison against the file extension, you could use the mime type of the file.
That would allow us to handle any text/plain files like files about code.
Hi 👋
I've read about the file types support of Minima and check the code, and I think an easy improvement could be done.
Instead of performing a comparison against the file extension, you could use the mime type of the file.
That would allow us to handle any
text/plainfiles like files about code.