<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: vim</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/vim/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Dillinger - The HTML5 Markdown Editor</title>
      <link>https://chrisjrob.com/2014/08/09/dillinger/</link>
      <pubDate>Sat, 09 Aug 2014 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2014/08/09/dillinger</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/dillinger.png" align="right" alt="Featured Image">
         
         <p>I thought I loved
<a href="http://en.wikipedia.org/wiki/Markdown" title="Read about markdown on Wikipedia">markdown</a>.
I thought <a href="http://dillinger.io">Dillinger</a> (an HTML5 Markdown editor)
looked remarkable. So I downloaded and installed it on an Ubuntu 14.04.1
LTS server:</p>

<!--more-->

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ git clone https://github.com/joemccann/dillinger.git dillinger
$ cd dillinger
$ npm i -d
$ mkdir -p public/files/{md,html,pdf}
$ sudo apt-get install nodejs
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
$ npm install express
$ npm install phantomjs
$ cd dillinger
$ node app
</code></pre></div></div>

<p>It looks beautiful and works perfectly and even includes the ability to
export to PDF. But it seems that, for me at least, markdown without
<a href="http://www.vim.org/">Vim</a> just isn’t the same.</p>

<p>Shame that.</p>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
