KSF online editor [BETA]

Just completed the first version of KSF Online editor!

Currently supported languages: PHP, HTML, CSS, Python, JavaScript, Ruby, Go.

To configure all colors go to the Colors tab.

To see your theme for all available languages in one tab press “All”.

Should work fine in any modern browser, HTML5 needs to be supported and JS needs to be enabled in your browser.

Read about: http://devbevariour.cf/about

Issues and enhancements: https://github.com/DevBevariour/ksfedit.or/issues

1 Like

Very nice Defman! I look forward to seeing where you will take this :slight_smile:

In creating my color schemes. And I hope that not only me will use my “service”.

Not working :frowning: . Using Chrome 41.0.2272.76 with javascript enabled.

Ehh… Do you see anything in the console?

No errors if thats what you meant.

Very weird.
Something broken in:

rgb2hex = function(rgb) {
  var hex;
  rgb = rgb.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/);
  hex = function(x) {
    return ("0" + parseInt(x).toString(16)).slice(-2);
  };
  return "#" + (hex(rgb[1])) + (hex(rgb[2])) + (hex(rgb[3]));
};

Uncaught TypeError: Cannot read property '1' of null… I’ll try to fix that.

Fixed! PS: I HATE CHROME!!! Chrome uses rgba(0, 0, 0, 0) instead of transparent but I didn’t know that.
Also I’ve added you to the Contributors (on the “About” page). Thank you for your report about a problem in Chrome :wink: . If you don’t want to be in the Contributors by some reasons (btw I really don’t know any reasons to not be in the contributors list of any product) - you can do a pull request and remove yourself.

If you created a color scheme with my application you can share the colors with other people by clicking on Save JSON. Next time you or anyone who find your JSON can restore a scheme in the application by clicking on Restore from JSON.
Also you can create a file here and share a link which refers to your color scheme. The link will be http://devbevariour.cf/scheme/scheme_name, e.g. http://devbevariour.cf/scheme/flasty

Unfortunately I had to close the project/service.

I do not know why it was closed. it was a good idea. But if the original developer doesn’t mind letting me, I could refurbish it and get it running.

I’m working on a new version of ksf editor. So please do not do anything with ksfeditor at the moment even if you find the source (I pretty sure that nobody forked my repo before i closed the service)

http://devbevariour.cf/ksfe/
https://github.com/DevBevariour/ksfedit