This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d8d54abbaa598af580c6c8a069389745e079a67e
tree 263ebc9422ede97bbebdb6b7d6a2b71f8e983270
parent 9ef4509d5b6ed80f9a2bc61f82ac4c9453573ffd
tree 263ebc9422ede97bbebdb6b7d6a2b71f8e983270
parent 9ef4509d5b6ed80f9a2bc61f82ac4c9453573ffd
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
Preferences/ | ||
| |
README.md | ||
| |
Snippets/ | ||
| |
Syntaxes/ | ||
| |
asciidoc-test.txt | ||
| |
info.plist |
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.








