https://github.com/mattetti/merb-book-tmbundle
A TextMate bundle for the merb-book bundle
https://github.com/mattetti/merb-book-tmbundle
Last synced: 8 months ago
JSON representation
A TextMate bundle for the merb-book bundle
- Host: GitHub
- URL: https://github.com/mattetti/merb-book-tmbundle
- Owner: mattetti
- Created: 2008-12-10T06:29:24.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2008-12-12T04:43:22.000Z (almost 17 years ago)
- Last Synced: 2025-01-26T05:11:28.863Z (10 months ago)
- Homepage: http://merbist.com
- Size: 83 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Text Mate Bundle for the Merb Book
Merb book preview: http://book.merbist.com
Merb book source : http://github.comn/mattetti/merb-book
## installation process:
$ mkdir -p /Library/Application\ Support/TextMate/Bundles
$ cd !$
$ git clone git://github.com/mattetti/merb-book-tmbundle.git merb-book.tmbundle
$ osascript -e 'tell app "TextMate" to reload bundles'
## Usage
* create a notes div
Select some the text you want to put in a notes div and press ctrl + Z (or press ctrl + z and add some text)
* add a reference
Type ``ref`` and then press tab, enter the reference code you want to use, then press tab again, type the reference text, press tab again, delete the comment and move the reference text line to the bottom of the page.
* ruby code syntax
type ``ruby`` and press tab
* shell syntax
type ``shell`` and press tab
* add an abbreviation
type ``abb`` and press tab
* add a page table of contents
type ``toc`` and press tab