-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic description and install how-to.
- Loading branch information
1 parent
5b3cc02
commit bbe151a
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# qlplayground | ||
Quick Look support for Swift Playgrounds | ||
QLPlayground | ||
================================ | ||
**QLPlayground** is a QuickLook generator for Xcode Playgrounds. Supports both single and multiple paged playgrounds. | ||
|
||
Installation | ||
------------ | ||
|
||
To install, build the `QLPlayground` target and move the `QLPlayground.qlgenerator` into `~/Library/QuickLook/` or into `/Library/QuickLook/`. Later will make it available for all users. | ||
Optionally run `qlmanage -r` to reload QL generators. | ||
|
||
Customization | ||
------------- | ||
|
||
The generator uses [SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/) to highlight the source. You can customize the output by editing files under `.../QLPlayground.qlgenerator/Contents/Resources/`. | ||
|