Code Monkey home page Code Monkey logo

Comments (6)

Couto avatar Couto commented on September 14, 2024

+1

this also makes sense in the browser, when parsing small snippets of code, a lot of gymnastics have to be made for an unnecessary (in my particular case) asynchronous API whereas a simple synchronous API would suffice.

from rainbow.

christiannaths avatar christiannaths commented on September 14, 2024

+1

from rainbow.

josher19 avatar josher19 commented on September 14, 2024

Somewhat related: I have a script which modifies the DOM after the rainbowcode highlighting is completed by adding tooltips and a Table of Contents.

Right now I'm doing a setTimeout because when I tried an onload listener it was called before the rainbow code was completed. Doing Rainbow.color(callback) means that the highlighting happens twice (once when called by my code and once by the document 'onload' listener). Any further suggestions? Really want a Rainbow.ready(callback) jQuery-type of function that will call the function immediately if Rainbow code has already completed parsing the DOM.

Any further suggestions? Should I add it to the code and make a pull request?

from rainbow.

ccampbell avatar ccampbell commented on September 14, 2024

@josher19 I have created another ticket for this. See #93

from rainbow.

louismullie avatar louismullie commented on September 14, 2024

+1 for a synchronous API. It would be great to be able to hook up the library with marked.js (e.g., see this issue).

from rainbow.

ccampbell avatar ccampbell commented on September 14, 2024

Support for node.js and Rainbow.colorSync was added in version 2.0 which finally was released.

npm install rainbow-code
var rainbow = require('rainbow-code');
var highlightedCode = rainbow.colorSync('var finally = true;', 'javascript');

from rainbow.

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.