<?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>Likesalmon Design &#187; Gedit</title>
	<atom:link href="http://www.likesalmondesign.com/category/gedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.likesalmondesign.com</link>
	<description>Open Source Web Design and Development from Scratch</description>
	<lastBuildDate>Tue, 15 Jun 2010 03:51:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A list of HTML Snippets in Gedit</title>
		<link>http://www.likesalmondesign.com/a-list-of-html-snippets-in-gedit/</link>
		<comments>http://www.likesalmondesign.com/a-list-of-html-snippets-in-gedit/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 06:50:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gedit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=81</guid>
		<description><![CDATA[Snippets are extremely useful feature of Gedit that make it usable for TextMate fiends like myself.  They work exactly the same as in TM: in Gedit go to Edit -&#62; Preferences -&#62; Plugins and put a check next to &#8220;Snippets&#8221;.  Now open, say, an html file, type body and press TAB.  Gedit [...]]]></description>
			<content:encoded><![CDATA[<p>Snippets are extremely useful feature of Gedit that make it usable for TextMate fiends like myself.  They work exactly the same as in TM: in Gedit go to Edit -&gt; Preferences -&gt; Plugins and put a check next to &#8220;Snippets&#8221;.  Now open, say, an html file, type <code>body</code> and press TAB.  Gedit will automatically fill in the whole body tag complete with closing tag and your cursor conveniently resting in the id argument ready to fill in a value.</p>
<h3>Snippets for HTML</h3>
<p>Here&#8217;s a list of all the Snippets for html files. They are listed by tag names, with the TAB trigger in paratheses.  These will only work in html files, other files have different snippets.</p>
<ul>
<li>Base (base)</li>
<li>Body (body)</li>
<li>Br (Shift+Ctrl+Space)</li>
<li>Div (div)</li>
<li>Form (form)</li>
<li>Head (head)</li>
<li>Heading (h)</li>
<li>HTML &#8212; 4.01 Strict (doctype)</li>
<li>HTML &#8212; 4.0 Transitional (doctype)</li>
<li>Input (input)</li>
<li>Link (link)</li>
<li>Mail Anchor (mailto)</li>
<li>Meta (meta)</li>
<li>Non-Breaking Space (Ctrl+Alt+Space)</li>
<li>Script (script)</li>
<li>Script With External Source (scriptsrc)</li>
<li>Style (style)</li>
<li>Table (table)</li>
<li>Table Row (tr)</li>
<li>Text Area (textarea)</li>
<li>Title (title)</li>
<li>Wrap Selection as Link (ref, Shift+Alt+L)</li>
<li>Wrap Selection in Open/Close Tag (Shift+Alt+W)</li>
<li>XHTML &#8212; 1.0 Frameset (doctype)</li>
<li>XHTML &#8212; 1.0 Strict (doctype)</li>
<li>XHTML &#8212; 1.0 Tran (doctype)</li>
<li>XHTML &#8212; 1.1 (doctype)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/a-list-of-html-snippets-in-gedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
