GithubHelp home page GithubHelp logo

Load from a Gist about editr.js HOT 5 CLOSED

nmec avatar nmec commented on August 17, 2024
Load from a Gist

from editr.js.

Comments (5)

Idered avatar Idered commented on August 17, 2024

It is possible but currently it's not supported. I've marked it as feature request, I'll work on it soon.

Thanks for great idea 👍

from editr.js.

Idered avatar Idered commented on August 17, 2024

Added.

data-files-html="$GIST_ID,file-1,file-2, ... , file-N;"

And yes, you can load it together with normal files and base64 strings,

Thanks once more for idea :)

from editr.js.

nmec avatar nmec commented on August 17, 2024

Thanks for responding so quickly, although I'm having trouble getting it to work.

I've modified the example from /test/index.html and can see it making the API request to Github, but it doesn't seem to pull through the actual content.

Also, does this handle multiple files in the same Gist?

from editr.js.

Idered avatar Idered commented on August 17, 2024

Hey,

Updated, it was a little broken because it didn't supported spaces in file names, now it's ok.

This is how you should add files from gist, you have to specify filename from gist:

<div class="editr"
     data-files-html="$6699569, switch.html, radio.html"
     data-files-css="$6699569, style.less, switch.css, radio.css"></div>

You can also mix it with your files on server

<div class="editr"
     data-item="project-name"
     data-files-html="$6699569, switch.html, radio.html; server-file.html"
     data-files-css="$6699569, style.less, switch.css, radio.css; server-file.css"></div>

from editr.js.

Idered avatar Idered commented on August 17, 2024

Also please check this issue about rate limits #15

from editr.js.

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.