Code Monkey home page Code Monkey logo

tinkerbin's Introduction

Tinkerbin

Requirements

  • Ruby 1.9.2

    • RVM: rvm install 1.9.2
    • Ubuntu: sudo apt-get install ruby19
  • RVM -- optional

Setup

Create an RVM gemset (optional):

$ rvm --rvmrc --create @myproject

Install gems:

$ bundle install

Start it like any Rack app:

$ rackup       # or `thin start`, `unicorn`, etc

Run tests:

$ rake test

Todo

  • Autoupdating for Less
  • Save!
  • Open

Done

  • Local updating
  • Notification that auto-updating is on/off
  • Focus styles

Heroku setup log

It was set up like this:

heroku create tinkerbin --stack bamboo-mri-1.9.2
heroku addons:add custom_domains
heroku domains:add tinkerbin.com
heroku config:add ANALYTICS_ID=UA-25603016-1
git push heroku master

DNS records: (reference)

@ A 75.101.163.44
@ A 75.101.145.87
@ A 174.129.212.2
www 301_redirect tinkerbin.com

tinkerbin's People

Contributors

rstacruz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tinkerbin's Issues

Format of Javascript doesn't get saved / restored

What a great tool!

I have one issue:
Whether the snippet is using Javascript / Coffeescript doesn't appear to be saved or restored along with the data.
This means when I send a link I have to tell them to change the format of the javascript to coffeescript manually, then click run.

"Alt Gr" on AZERTY keyboard

On AZERTY (used on french speaking countries) keyboard, "Alt Gr" is used a lot to create some common characters.

The only way to produce # or { is by doing "Alt Gr" + "3" and "Alt Gr" + "4".

On tinkerbin, those sequences are binded on the "Alt 3" and "Alt 4" shortcuts.

Is it possible to distinguish in tinkerbin between Alt and "Alt Gr" ? If not, is it possible to have a way to change the default binding s ? (either chose another set, or just configure each shortcut).

Doesn't work in Safari

TypeError: Result of expression 'this.run.bind' [undefined] is not a function.

    ChromeView.prototype.keyEvents = function() {
      return {
        'command enter': this.run.bind(this), // <==
        'alt enter': this.viewSource.bind(this),
        'cmd 1': this.onTabAll.bind(this),

iOS compatibility

Jade screws up because it can't find JSON. Also, no min-width so you can't enter text.

Allow saving as a single html file

It would be nice to be able to have the site package up a simple html file for a current tinkerbin session.

For example, say I have some markup, css and js and I want to take it directly to my server for a prototype or quick demo.

The 'alt' key on Mac OS X

I've hit a problem using Tinkerbin (on http://tinkerbin.com/) on my Mac. On OS X, the 'alt' key is used quite frequently for OS-level commands. A really common one is 'alt + 3' which is the only easy way of getting a pound sign '#'.

As you can imagine, this makes writing CSS in Tinkerbin a nightmare โ€“ every time I want to add a '#', I end up switching to the CSS panel... I'm not sure what solution to suggest here, any ideas?

Thanks for listening and thanks for Tinkerbin too; despite this niggle, it's a wonderful little app :)

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.