|
2 | 2 |
|
3 | 3 | Why use Sublime just to create presentations when you can also use it as the presentation tool?
|
4 | 4 |
|
5 |
| -Check out [my presentation on browserify](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres) as an example. |
| 5 | +Check out [my presentation on browserify](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres) as an example. |
6 | 6 |
|
7 | 7 | 
|
8 | 8 |
|
9 | 9 | 
|
10 | 10 |
|
11 | 11 | Currently, this package simply gives you syntax highlighting for:
|
12 | 12 |
|
13 |
| -### headings |
| 13 | +### Headings |
14 | 14 |
|
15 | 15 | ```
|
16 | 16 | ##
|
17 | 17 | Heading Here
|
18 | 18 | ##
|
19 | 19 | ```
|
20 | 20 |
|
21 |
| -### sub-headings |
| 21 | +### Sub-headings |
22 | 22 |
|
23 | 23 | ```
|
24 | 24 | Sub-Heading Here ##
|
@@ -47,7 +47,7 @@ Sub-Heading Here ##
|
47 | 47 | -----------------------------------
|
48 | 48 | ```
|
49 | 49 |
|
50 |
| -For the ASCII headings in the [browserify presentation](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres), I used [http://patorjk.com/software/taag/](http://patorjk.com/software/taag/). |
| 50 | +For the ASCII headings in the [browserify presentation](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres), I used [http://patorjk.com/software/taag/](http://patorjk.com/software/taag/). |
51 | 51 |
|
52 | 52 | In the future, I hope to add some functionality to the package so that it can automatically create ASCII headings for you with just a keyboard shortcut.
|
53 | 53 |
|
@@ -112,13 +112,13 @@ In the future, I hope to add some functionality to the package so that it can au
|
112 | 112 | <key>foreground</key>
|
113 | 113 | <string>#777</string>
|
114 | 114 | </dict>
|
115 |
| - </dict> |
| 115 | + </dict> |
116 | 116 | ```
|
117 | 117 | 3 - Update the ascii_presentation.invisible color to match the background of your color scheme. Tweak other colors as desired.
|
118 | 118 |
|
119 | 119 | ## Use
|
120 | 120 |
|
121 |
| -Use the syntax enumerated above to create headings, lists, etc. I found putting 20 lines between 1 "slide" and another worked well for separating them if you'll be presenting on a typical 800x600 resolution projector. |
| 121 | +Use the syntax enumerated above to create headings, lists, etc. I found putting 20 lines between 1 "slide" and another worked well for separating them if you'll be presenting on a typical 800x600 resolution projector. |
122 | 122 |
|
123 | 123 | By default, the syntax highlighting works with files with the extension `pres`.
|
124 | 124 |
|
|
0 commit comments