Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattetti/merb-book-tmbundle
A TextMate bundle for the merb-book bundle
https://github.com/mattetti/merb-book-tmbundle
Last synced: about 11 hours 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 (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-12T04:43:22.000Z (about 16 years ago)
- Last Synced: 2024-11-27T13:12:21.886Z (2 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 referenceType ``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 syntaxtype ``ruby`` and press tab
* shell syntaxtype ``shell`` and press tab
* add an abbreviationtype ``abb`` and press tab
* add a page table of contentstype ``toc`` and press tab