Giter Site home page Giter Site logo

bryckbost / michromeformats Goto Github PK

View Code? Open in Web Editor NEW
42.0 42.0 10.0 494 KB

A Chrome extension to display microformats on a page

Home Page: http://ryckbost.com/blog/archives/2010/04/21/chrome-microformats-michromeformats/

License: MIT License

JavaScript 97.32% CSS 2.68%

michromeformats's People

Contributors

bryckbost avatar haampie 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

Watchers

 avatar  avatar  avatar  avatar

michromeformats's Issues

dtend/dtsart times off by TZ offsett

That is to say, I'm building a site and using your wonderful!!! plugin to debug my microformats on calendar and location items and I'm seeing that the dtstart/dtend dates are off on every entry by the timezone offsett. I tried looking through the code (and I'm sorry to say I can't dedicate more time to it at the moment), but couldn't find anything glaring. My assumption is that you're assuming a UTC timestamp and subtracting the offset, making a timestamp of 2010-07-11T15:00:00-0400 appear to start at 11AM locally, when it should be (properly) converted to 7PM UTC, if there is no 'tz' element set. And...I just saw how to fix my self created glitch. I set the tz element in the html and it works, but your scripts shouldn't rely on it, as it isn't required (especially if you're adding the offset).

Anyway, thank-you for this wonderful tool!

Downloading of events doesn't work

I have tried with a bunch of different providers, and though being parsed correctly by the extension, the http://microformat-conversion.herokuapp.com/ API returns either a Page not found or an Internal server error.

hRecipe type/value parse problem

I've just been testing out the extension and f you use the

value+type properties, it destroys the extension seeing the ingredient property.

What happens is the value property gets shown and nothing else within the ingredient parent.

eg HTML:

<div class="hrecipe">

<p class="fn">Sugar</p>
<ul>
    <li class="ingredient">
        <span class="value">2</span>
        <span class="type"> tbsp</span>
        Sugar</li>
</ul>
</div>

It should show 2 tbsp Sugar as an ingredient listing, but it only shows 2

jQuery changes not detected

One website we created, we dynamically update a result list through use of jQuery when the user enters search criteria.

With the microformats plugin for firefox we use ( https://addons.mozilla.org/en-US/firefox/addon/4106/ ) this get's picked up. But with this plugin no update is visible, because only at page load the check for microformats is done...

Any thoughts on this?

multiple adr / logo

A really great extension!

If I am not mistaken, a hcard supports multiple "adr" entries. Please add support for this feature.

Also for nice display of organisations, you could support "logo"?

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.