Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/showoff.tmbundle
TextMate bundle for the Showoff presentation tool
https://github.com/drnic/showoff.tmbundle
Last synced: 29 days ago
JSON representation
TextMate bundle for the Showoff presentation tool
- Host: GitHub
- URL: https://github.com/drnic/showoff.tmbundle
- Owner: drnic
- Created: 2010-06-07T02:12:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-07T13:24:18.000Z (over 14 years ago)
- Last Synced: 2023-04-10T17:09:56.697Z (over 1 year ago)
- Language: Ruby
- Size: 324 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showoff TextMate bundle #
The TextMate bundle to create and preview [Showoff](http://github.com/schacon/showoff) presentation files.
## Vaguely Related Flickr Image ##
![Showing Off](http://farm4.static.flickr.com/3152/3033004415_fc593a0819_m.jpg)
[Showing off](http://www.flickr.com/photos/afzalimram/3033004415/)
## Installation ##
To install via Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/drnic/Showoff.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'Source can be viewed or forked via GitHub: [http://github.com/drnic/Showoff.tmbundle](http://github.com/drnic/Showoff.tmbundle)
## Commands ##
**New Slide** - `slide` tab completion
!SLIDE bullets
# Title #
After activating, to get different slide types:* `b` - bullets
* `c` - commandline
* `co` - code
* `ce` - center
* `f` - full-page
* `s` - smbullets**New Slide from Header** - `Shift+Enter` key binding
This works the same as **New Slide**, except it will consume the selected text or current word near the carat and put it in the new slide's header.
From:
This is my slide title
To:
!SLIDE bullets
# This is my slide title #Like **New Slide** you can change the slide type with its initial letters.
**Preview Slides** - `Cmd+R` key binding
Want to see what the current document's slides will look like? "Run" them.
After running the first time, maximise the TextMate HTML window to see your slides in largest window.