Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgn/qlwebloc
This is a failed attempt to display the content of a webpage in quicklook from a .webloc file.
https://github.com/kgn/qlwebloc
Last synced: about 1 month ago
JSON representation
This is a failed attempt to display the content of a webpage in quicklook from a .webloc file.
- Host: GitHub
- URL: https://github.com/kgn/qlwebloc
- Owner: kgn
- Created: 2011-06-02T06:50:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-21T09:19:48.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T10:28:08.050Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Quicklook in Lion now does what this project attempted to do.
This is a failed attempt to display the content of a webpage in quicklook from a .webloc file. It's a failed attempt because quicklook doesn't allow network access. However this project would become useful if Apple removes this restriction :)
In the commits I outline what I attempted to get this to work. I first tried NSData dataWithContentsOfURL:, no luck. So then I thought I was clever and tried to use the command line tool curl, but that didn't work either.
If anyone has an idea of how to get this to work that would be awesome :)
Until then we'll just wait for Apple to enable internet access for Quick Look. If they do enable this, this project should work as is. I was able to use my WeblocData object to load a webpage in a standard application window.