Kibibit / kibibit-code-editor

code editor in the cloud :computer:
MIT License
10 stars 3 forks source link

Extend file handling on server and client #77

Closed thatkookooguy closed 8 years ago

thatkookooguy commented 8 years ago

HANDLE FILES BY TYPE

FEATURE

https://www.npmjs.com/package/file-type#supported-file-types We need to return the mime\type of files from our server in order to understand if the file can be opened or not.

those are the file types kibibit is going to support for now

next step, might be adding some basic documents previews.

Some additional info:

thatkookooguy commented 8 years ago

I closed a previous clone for this: #27 (referencing for further info)

thatkookooguy commented 8 years ago

finished! woot woot!