<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Editing Textile in VIM</title>
	<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/</link>
	<description>Population one. You.</description>
	<pubDate>Tue, 06 Jan 2009 03:52:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Shadowfiend</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-14</link>
		<author>Shadowfiend</author>
		<pubDate>Fri, 08 Jun 2007 15:57:42 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-14</guid>
					<description>Wow, you just posted this barely a week before I went hunting for it. Rock! Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, you just posted this barely a week before I went hunting for it. Rock! Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-15</link>
		<author>Aaron</author>
		<pubDate>Fri, 08 Jun 2007 16:07:00 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-15</guid>
					<description>You're quite welcome, Shadowfiend, but thank Dominic for actually writing the thing!</description>
		<content:encoded><![CDATA[<p>You&#8217;re quite welcome, Shadowfiend, but thank Dominic for actually writing the thing!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Darvas Dorottya</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-16</link>
		<author>Darvas Dorottya</author>
		<pubDate>Fri, 08 Jun 2007 19:19:48 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-16</guid>
					<description>Hello, thanks for the post.
I'm searching for a way to convert textile formatted files to html offline. I mean on my desktop, for example with vim, or anything else. I'd like to generate html offline, and upload them on my server.
Do you know probably a way to do this?
Is it possible maybe with the classTextile.php?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the post.<br />
I&#8217;m searching for a way to convert textile formatted files to html offline. I mean on my desktop, for example with vim, or anything else. I&#8217;d like to generate html offline, and upload them on my server.<br />
Do you know probably a way to do this?<br />
Is it possible maybe with the classTextile.php?</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-17</link>
		<author>Aaron</author>
		<pubDate>Fri, 08 Jun 2007 19:45:18 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-17</guid>
					<description>Hi Darvas, thanks for reading.

I don't know of a turnkey way to do what you want to do. It's definitely possible to install PHP on your local machine and run it from the command line to HTML-ize your textile using classTextile.php. You could even create script and mapping definitions within VIM to pipe the buffer through it, but I don't have any code to show you.

If you work anything out, let me know!</description>
		<content:encoded><![CDATA[<p>Hi Darvas, thanks for reading.</p>
<p>I don&#8217;t know of a turnkey way to do what you want to do. It&#8217;s definitely possible to install <span class="caps">PHP</span> on your local machine and run it from the command line to <span class="caps">HTML</span>-ize your textile using classTextile.php. You could even create script and mapping definitions within <span class="caps">VIM</span> to pipe the buffer through it, but I don&#8217;t have any code to show you.</p>
<p>If you work anything out, let me know!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-18</link>
		<author>Aaron</author>
		<pubDate>Sat, 09 Jun 2007 01:36:49 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-18</guid>
					<description>It has just come to my attention that the Mac OS X editor that I normally use while editing offline on my Mac, TextMate (which I can't recommend enough), does support converting textile documents into HTML. Just FYI.</description>
		<content:encoded><![CDATA[<p>It has just come to my attention that the Mac OS X editor that I normally use while editing offline on my Mac, TextMate (which I can&#8217;t recommend enough), does support converting textile documents into <span class="caps">HTML</span>. Just <span class="caps">FYI</span>.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Shadowfiend</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-31</link>
		<author>Shadowfiend</author>
		<pubDate>Mon, 11 Jun 2007 01:06:59 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-31</guid>
					<description>Naturally, thanks are due to Dominic as well :-)

Also, for converting -- another way is to install Ruby and then install the RedCloth gem. Then a simple Ruby script can easily convert it using RedCloth. A better alternative is SuperRedCloth (see http://code.whytheluckystiff.net/redcloth/wiki/SuperRedCloth), which is way faster and more correct.</description>
		<content:encoded><![CDATA[<p>Naturally, thanks are due to Dominic as well <img src='http://blog.aaronbieber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also, for converting &#8212; another way is to install Ruby and then install the RedCloth gem. Then a simple Ruby script can easily convert it using RedCloth. A better alternative is SuperRedCloth (see <a href="http://code.whytheluckystiff.net/redcloth/wiki/SuperRedCloth" rel="nofollow">http://code.whytheluckystiff.net/redcloth/wiki/SuperRedCloth</a>), which is way faster and more correct.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Brennen</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-38</link>
		<author>Brennen</author>
		<pubDate>Thu, 28 Jun 2007 04:08:26 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-38</guid>
					<description>Re: Locally generating HTML from Textile, if you're comfortable in Perl, another option is to write a very simple wrapper around Brad Choate's Text::Textile (see http://search.cpan.org/~bchoate/Text-Textile-2.03/).</description>
		<content:encoded><![CDATA[<p>Re: Locally generating <span class="caps">HTML</span> from Textile, if you&#8217;re comfortable in Perl, another option is to write a very simple wrapper around Brad Choate&#8217;s Text::Textile (see <a href="http://search.cpan.org/~bchoate/Text-Textile-2.03/" rel="nofollow">http://search.cpan.org/~bchoate/Text-Textile-2.03/</a>).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: vimでblogを書く</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-112</link>
		<author>vimでblogを書く</author>
		<pubDate>Sun, 23 Dec 2007 15:01:25 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-112</guid>
					<description>[...] Editing Textile in VIM [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Editing Textile in <span class="caps">VIM</span> [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-127</link>
		<author>Tim Harper</author>
		<pubDate>Mon, 21 Jul 2008 11:57:31 +0000</pubDate>
		<guid>http://blog.aaronbieber.com/2007/05/30/editing-textile-in-vim/#comment-127</guid>
					<description>Lack of textile support in VIM is no more!

Introducting Textile for VIM:

http://www.vim.org/scripts/script.php?script_id=2305</description>
		<content:encoded><![CDATA[<p>Lack of textile support in <span class="caps">VIM</span> is no more!</p>
<p>Introducting Textile for <span class="caps">VIM</span>:</p>
<p><a href="http://www.vim.org/scripts/script.php?script_id=2305" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2305</a></p>
]]></content:encoded>
				</item>
</channel>
</rss>
