Hey guys, thanks for the feedback! I made this during a 48 hour hackathon, and have no prior experience with javascript or php. That being said, I definitely plan to keep improving this.
I will be redesigning the site from the ground up. Things like styling(bold/italic/underline) and highlighting are among the things I want to try and include in the next version.
Please do let me know of any suggestions or criticisms you may have. You can reach me at villustrator[at]bilalquadri.com
Just come back here and read the comments from time to time. There should be nearly nothing as valuable as HN or Stackoverflow comments for your code/software.
Needs bold, italics and underlined options. I don't really rely on colors but rather a bold/italics/underlined mix based on only 3-4 colors. Cool service though.
This is pretty cool. Simple idea, simple interface. There seems to be an issue on my machine though, where the color picker for function colors seems to change the background color instead. But it's still really nice.
Yeah I second this notion, but for all languages. BUT, I don't necessarily need to pick them all out, if you let me pick colors for what you already have shown, thats enough in my book, as long as you have some kind of syntax highlighting where my same sort of general color scheme/theme permeates through all (or most) languages.
You may actually already do this, I haven't actually picked all my colors, downloaded it, and given it a try yet...
Yeah, it already does that. I just had a few different languages shown in the preview. I initially wanted to allow users to pick sample code from different languages to show up in the preview box, but ran out of time for the contest.
Vim handles the color and style of text by looking at what scope it's classified under, and then following rules that match that scope. I found this video to be really helpful when learning how things worked: http://vimcasts.org/episodes/creating-colorschemes-for-vim/
There's actually a funny story about that one. Identifier and Operator both seemed like important scopes to have color fields for, but I couldn't find any code that was affected by changing their color values in vim. The preview just doesn't include and examples that would be affected by either of those two. If someone could provide me with an example for either of those two scopes, I would be happy to include examples in the preview for them.
I will be redesigning the site from the ground up. Things like styling(bold/italic/underline) and highlighting are among the things I want to try and include in the next version.
Please do let me know of any suggestions or criticisms you may have. You can reach me at villustrator[at]bilalquadri.com