public
Description: AsciiDoc TextMate bundle
Homepage:
Clone URL: git://github.com/zuckschwerdt/asciidoc.tmbundle.git
name age message
directory Commands/ Sun Apr 19 07:18:07 -0700 2009 switching PDF typeset to docbook+dblatex [zuckschwerdt]
directory Preferences/ Wed Jun 11 06:50:49 -0700 2008 Initial TextMate Bundle for AsciiDoc [zuckschwerdt]
file README.md Fri Mar 13 13:02:48 -0700 2009 updated docs [zuckschwerdt]
directory Snippets/ Fri Mar 13 04:28:34 -0700 2009 adding Heading snippets [zuckschwerdt]
directory Syntaxes/ Mon May 25 01:12:10 -0700 2009 macro name typo [zuckschwerdt]
file asciidoc-test.txt Fri Mar 13 13:02:48 -0700 2009 updated docs [zuckschwerdt]
file info.plist Fri Mar 13 04:28:34 -0700 2009 adding Heading snippets [zuckschwerdt]
README.md

AsciiDoc TextMate bundle

This is a TextMate bundle for AsciiDoc, see the website

It's got some basic commands and snippets working. Accessible by shortcuts and tab expansion. The language grammar features the very basics only. I.e. some structure and markup higlighting. Output is available as preview (TextMate window), rendered HTML and PDF (pdflatex required).

Commands and Snippets

Commands:

  • Preview
  • Convert Document
  • Typeset as PDF
  • Show Documentation

Snippets:

  • Bold
  • Italic
  • Quoted
  • Superscript
  • Subscript
  • Headings (try Ctrl-Cmd-T h1)
  • Tab expansion for blocks (try == TAB)

Installation

To install via Git:

cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/zuckschwerdt/asciidoc.tmbundle.git "AsciiDoc.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Also be sure to have asciidoc itself and maybe LaTeX around.

Source can be viewed or forked via GitHub.

Author

Christian Zuckschwerdt

Enjoy.