bertv



Espanso Snippets

I just added my own Espanso-html-snippets. Download it here. More info: see News.

Geany Snippets

Only a handful of snippets are needed in normal use. Usage: Type the abbreviation, the part to the left of the equal sign, and hit the TAB key. The result will be what's to the right of the equal sign. It's easy to add your choice of snippets or even replace mine if you want. In fact, this easy snippet creation is unique to Geany, as far as I know! You can download the snippets.conf file here Or simply copy the list below. geany html snippets v.0.6 - bertvee [HTML] h1=<h1>%cursor%</h1> h2=<h2>%cursor%</h2> h3=<h3>%cursor%</h3> h4=<h4>%cursor%</h4> h5=<h5>%cursor%</h5> h6=<h6>%cursor%</h6> a=<a href="%cursor%"></a> abla=<a href="%cursor%" target="_blank"></a> article=<article>%cursor%</article> aside=<aside>%cursor%</aside> b=<b>%cursor%</b> bq=<blockquote>%cursor%</blockquote> body=<body>%crsor%</body> br=<br> button=<button>%cusor%</button> code=<code>%cursor%</code> details=<details><summary>%cursor%</summary><p>%cursor%</p><details> div=<div>%cursor%</div> em=<em>%cursor%</em> footer=<footer>%cursor%</footer> header=<header>%cursor%</header> hr=<hr> i=<i>%cursor%</i> img=<img src="%cursor%" alt="%cursor%"> li=<li>%cursor%</li> main=<main>%cusor%</main> mark=<mark>%cursor%</mark> nav=<nav>%cursor%</nav> ol=<ol>%cursor%</ol> q=<q>%cursor%</q> s=<s>%cursor%</s> section=<section>%cursor%</section> small=<small>%cursor%</small> span=<span>%cursor%</span> strong=<strong>%cursor%</strong> sub=<sub>%cursor%</sub> sup=<sup>%cursor%</sup> ul=<ul>%cursor%</ul> # "Rolling" Tags, deprecated: use MarKlown now... p=<p> pp=<p>%cursor%</p> h11=<h1> h21=<h2> h31=<h3> h1p=</h1><p> h2p=</h2><p> h3p=</h3><p> ph21=</p><h2> ph31=</p><h3> [Markdown] a=[](%cursor%) img=![](%cursor%) Back to Top