<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kolodvor &#187; textarea</title>
	<atom:link href="http://www.kolodvor.net/tag/textarea/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kolodvor.net</link>
	<description>ruby, rails, javascript, jquery, ...</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:24:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MarkItUp: Rails plugin that turns any textarea into a markup editor</title>
		<link>http://www.kolodvor.net/2010/07/05/markitup-rails-plugin-that-turns-any-textarea-into-a-markup-editor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=markitup-rails-plugin-that-turns-any-textarea-into-a-markup-editor</link>
		<comments>http://www.kolodvor.net/2010/07/05/markitup-rails-plugin-that-turns-any-textarea-into-a-markup-editor/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:14:09 +0000</pubDate>
		<dc:creator>vlado</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[markitup]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[mark_it_up]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://www.kolodvor.net/?p=254</guid>
		<description><![CDATA[I recently published a plugin that helps you turn any textarea into a markup editor. It is based on excellent markItUp! jQuery plugin. Example The most simple usage with preset defaults &#60;html&#62; &#60;head&#62; &#60;%= javascript_include_tag "path/to/jquery" %&#62; &#60;%= mark_it_up '#miu_test' &#8230; <a href="http://www.kolodvor.net/2010/07/05/markitup-rails-plugin-that-turns-any-textarea-into-a-markup-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently published a plugin that helps you turn any textarea into a markup editor. It is based on excellent <a href="http://markitup.jaysalvat.com">markItUp! jQuery plugin</a>.</p>
<h3>Example</h3>
<p>The most simple usage with preset defaults</p>
<pre class="code">
&lt;html&gt;
&lt;head&gt;
  &lt;%= javascript_include_tag "path/to/jquery" %&gt;
  &lt;%= mark_it_up '#miu_test' %&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;%= form_tag do %&gt;
    &lt;%= text_area_tag "miu_test" %&gt;
  &lt;% end %&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>You can see a lot more cool examples in action on <a href="http://markitup.cingel.hr/">markitup.cingel.hr</a>.</p>
<p>More info</p>
<p><a href="http://markitup.cingel.hr/">markitup.cingel.hr</a><br />
<a href="http://github.com/cingel/mark_it_up">github.com/cingel/mark_it_up</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kolodvor.net/2010/07/05/markitup-rails-plugin-that-turns-any-textarea-into-a-markup-editor/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

