https://github.com/rcmachado/highlight-code-apple-dev
Safari extension to apply code highlighting on Apple Developer Library
https://github.com/rcmachado/highlight-code-apple-dev
Last synced: 3 months ago
JSON representation
Safari extension to apply code highlighting on Apple Developer Library
- Host: GitHub
- URL: https://github.com/rcmachado/highlight-code-apple-dev
- Owner: rcmachado
- License: mit
- Created: 2014-08-17T23:16:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T23:39:59.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T05:44:37.517Z (about 2 years ago)
- Language: CSS
- Size: 480 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Highlight code on Apple Developer Library
=========================================Safari extension that highlight code blocks on Apple Developer Library.
Uses the excellent [Prism][] javascript lib. Forget about that hard to
read docs :)Before:

After:

Installing
----------Download and open the `highlight-code-apple-dev.safariextz` found
in `dist` directory.How it works
------------It injects the prism files into any `developer.apple.com` page and
looks for code blocks, readapting its contents.Known issues
------------The extension only highlights Objective-C code.
Tests
-----There is some basic tests written using [QUnit][]. Just open the
`tests/index.html` file on the browsers.License
-------The extension is MIT licensed. For the [Prism] library, visit its
website for license (Prism is MIT licensed too).[Prism]: http://prismjs.com/
[QUnit]: http://qunitjs.com/