Code Monkey home page Code Monkey logo

Comments (3)

ianstormtaylor avatar ianstormtaylor commented on June 12, 2024

Damn, I agree with you. Open to ideas/PRs!

from slate-plugins.

dmitrizzle avatar dmitrizzle commented on June 12, 2024

How about a simple file.type? https://developer.mozilla.org/en-US/docs/Web/API/File/type - According to docs the browser will look at extension, which isn't fool-proof, of course, but it'll reduce the bundle size by 90% and will work most of the time.

Alternatively we could use a byte reader to get the "magic numbers" which will be more accurate but will require a bit more work to get going: https://medium.com/the-everyday-developer/detect-file-mime-type-using-magic-numbers-and-javascript-16bc513d4e1e https://codepen.io/movii/pen/oBLNoJ

I'd be happy to make a PR for either, just would like to know what you'd think the appropriate scope of abilities for this plugin should be (focus on Slate logic and basic filetype detection or a bit more complex logic outside of Slate with a more solid file type detection).

Thanks @ianstormtaylor !

from slate-plugins.

ianstormtaylor avatar ianstormtaylor commented on June 12, 2024

Nice, yeah I'm down with the file.type, that sounds easiest. Thank you!

from slate-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.