ttscoff / cheaters

Customizable cheat sheet system for OS X
466 stars 108 forks source link

Cannot view locally in Chrome 19.0.1084.56 (Mac) #1

Closed dsawler closed 11 years ago

dsawler commented 12 years ago

Able to see the 'navigation' elements, but no content. Works fine in FF & Safari.

chrome issue

ttscoff commented 12 years ago

It's a domain access issue (no localhost access in Chrome). It's designed to work in an Automator popup, not a browser. If you need the browser to edit new cheat sheets, you have two options:

  1. Copy the entire index.html into a new file and edit your cheat sheet inside the <container> div, and then remove everything except your new content in that div when you're done.
  2. Set up a virtual host for your Cheaters folder. You'll be able to access everything in the browser using the virtualhost domain.
schmod commented 11 years ago

I'm working on porting this over to a Chrome app...

https://github.com/schmod/cheaters

ttscoff commented 11 years ago

That's pretty cool. I'd appreciate attribution or a link in the description if you publish it anywhere.

schmod commented 11 years ago

Yeah. I wasn't really planning to turn it into a full-fledged fork, but that sort of just happened :P

What's the license on this so I can properly attribute it?

smoya commented 11 years ago

+1

ttscoff commented 11 years ago

@schmod pretty much a WTF license. I only ask a name and link to http://brettterpstra.com somewhere on this one.