Giter Site home page Giter Site logo

outside-calendar's People

Contributors

potash avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

outside-calendar's Issues

Make the links within calendar text clickable

There's probably a jQuery plugin that matches "http://" and can wrap an tag around it.

Here's some code:

    String.prototype.linkify=function(){
      return this.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&;\?\/.=]+/g,function(m){
        return m.link(m);
      });
    };
    String.prototype.linkuser=function(){
      return this.replace(/[@]+[A-Za-z0-9-_]+/g,function(u){
        return u.link("http://twitter.com/"+u.replace("@",""));
      });
    };
    String.prototype.linktag=function(){
      return this.replace(/[]+[A-Za-z0-9-_]+/,function(t){
        return t;
      });
    };

Improve tooltips

  1. Close tooltip when you click out of that tooltip.
  2. Tooltip exceeds browser edge. See the screenshot below.

screen shot 2014-01-28 at 21 52 15

Improve project documentation

This project is listed on the Open Gov Hack Night projects page.

See here!

  1. To tell people what the project is about we pull form the repo project description and website link. It would be awesome if you could give a useful description of what this repo / project is, and link to the demo. That way, people know what they're looking at, and are more likely to contribute or use this!
  2. It would also be useful if you included a README that says what the project is, how to get it running, how to contribute, and a license.

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.