An open API service indexing awesome lists of open source software.

https://github.com/krisleech/wisper-presentation

Presentation about Wisper gem using Vim
https://github.com/krisleech/wisper-presentation

Last synced: 5 months ago
JSON representation

Presentation about Wisper gem using Vim

Awesome Lists containing this project

README

          

# Adding Events to Ruby Presenation

## Usage

### View the Presentation

```
./view
```

`r` reveal the next fold

When viewing the presentation folds are not visible.

#### Edit the Presentation

To create fold visually select a number of lines and then `zf`.

When editing presentations folds are visible.

`:w` write the buffer and state of folds

## Syntax Highlighting

```
@begin=haml@
%h2 #{@conference.name}
@end=haml@

@begin=ruby@
def foobar
end
@end=ruby@
```