1 *textile.txt* Textile for Vim Last Change: November 3, 2008
3 ==============================================================================
4 REQUIREMENTS *textile-requirements*
6 - ruby - http://ruby-lang.org/ (seperate executable, not compiled in)
7 - RedCloth - http://redcloth.org/
9 Files with the extension *.textile will auto-detected. If editing a new file,
10 or otherwise, run ":setf textile" to enable textile commands.
13 ==============================================================================
14 CHANGELOG *textile-changelog*
16 0.3 - Fixed keymappings in the documentation
17 0.2 - Added multiple colors for headers, and alternating colors for list
19 - Fixed error in the vim script for TextileRenderBufferToFile
20 - Changed shortcut keys from \tp to \rp (render preview instead of
21 textile preview, since it's file-type specific anyways)
24 ==============================================================================
25 COMMANDS *textile-commands*
27 :TextilePreview - Render the current buffer to a temp file, and open it in
28 your web browser (OSX only)
32 :TextileRenderTab - ... to a new tab
36 :TextileRenderFile - ... to a file
40 <Leader> is \ by default, so <Leader>rp == \rp
42 ==============================================================================
43 CONFIG *textile-config*
48 set g:TextileBrowser="Google Chrome" - Open preview in "Google Chrome"
49 rather than Safari (optional)
54 set g:TextileOS="Linux"
55 set g:TextileBrowser="/path/to/browser_bin"
58 ==============================================================================
59 CREDITS *textile-credits*
61 - "Dominic Mitchell":http://happygiraffe.net/: initial syntax highlighting
62 - "Aaron Bieber":http://blog.aaronbieber.com/: improved syntax highlighting
63 - "Tim Harper":http://tim.theenchanter.com/ : improved syntax highlighting,
66 vim:tw=78:noet:wrap:ts=2:expandtab:ft=help:norl: