<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Reder Tseng on scriptogr.am</title>
  <link>http://blog.reder.ws</link>
  <description>Just another journal</description>
  <pubDate>2012</pubDate>
 
  <item>
    <title>Switch from Simplenote, Trunk Notes, Evernote to WriteUp</title>
    <pubDate>Thu, 01 Mar 2012 01:21:08 -0500</pubDate>
    <link>http://blog.reder.ws/post/switch-from-simplenote-trunk-notes-evernote-to-writeup</link>
    <guid>http://blog.reder.ws/post/switch-from-simplenote-trunk-notes-evernote-to-writeup</guid>     
    <description><![CDATA[<p>I finally gave up using <a href="http://simplenoteapp.com/">Simplenote</a>.</p>

<p>Simplenote is really nice. Before I owned my iPhone, it was the first app that I wanted to install and I really did. It has a neat web interface, and on Mac I Use <a href="http://notational.net/">Notational Velocity</a><sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> as a desktop client. The notes keep sync between these platforms fluently. It also supports tags, even better, with a simple publish way. It's like a dream to a plain text lover.</p>

<p>But I kind of hate ads in my apps. The apps I use daily don't have ads - I paid to remove the ads. Therefore, I also wanted to remove ads in Simplenote. However, you have to pay $20 a year to do that. It's overkill to me, although I can gain some nice features after upgrade.</p>

<p>So I decided to drop it.</p>

<p>The other reason was I found <a href="http://www.appsonthemove.com/trunk.htm">Trunk Notes</a>. It is a really nice wiki implementation on iOS. If I had built a wiki on iOS, it would be like Trunk Notes. And Trunk Notes offers more than my imagination with some dynamic features. It beats Simplenote with direct <a href="http://daringfireball.net/projects/markdown/">Markdown</a> support, and inner links between notes.(I keep all my plain text notes with Markdown format.)</p>

<p>So I just made a decision to move all my plain text into Trunk Notes and spent two days to do that.</p>

<p>But the whole system did not work like what I imagined.</p>

<p>First thing was that Trunk Notes lacks a desktop solution. You can open a text file on desktop, but it's hard to search the content. I can use Alfred for help, but I still miss Notational Velocity. You can use Notational Velocity as the desktop client of Trunk Notes, but Trunk Notes is a wiki, so it does not support file name with space. This is quite a restriction when  using Notational Velocity.</p>

<p>Another thing was Trunk Notes saves metadata in the text file.  So the text file is different from the original one. This makes the Markdown editor get confused and you have to deal with the metadata when you want to export to other formats on the desktop.</p>

<p>Moreover, Trunk Notes does not sync automatically. You have to click three times and wait for the sync process. This is really inconvenient.</p>

<p>I also tried to use <a href="http://evernote.com/">Evernote</a> since I got an one year premium. Although it has a "note" in its name, Evernote sucks when taking notes. The interface and the way it treats notes have problems in both desktop(Mac) and mobile(iPhone) client. I tried several times but just got away from it as soon as possible.</p>

<p>So I decided to switch back to the plain text solution.</p>

<p>There are lots of great plain text editors that support Dropbox syncing, for example, <a href="http://www.secondgearsoftware.com/elements/">Elements</a>, <a href="http://notesy-app.com/">Notesy</a>, <a href="http://www.hogbaysoftware.com/products/writeroom">WriteRoom</a>, etc. And Michael Tsai has built up <a href="http://mjtsai.com/blog/2011/09/06/comparing-iphone-text-editors-v6/">a great comparison</a> between these editors. I switched back and forth between Elements and Notesy and could not decide which to buy. But I found Michael say that <a href="http://writeup.prasannag.com/">WriteUp</a> was his choice. So I decided to take a look at it.</p>

<p>WriteUp is really Markdown friendly and has many features related to Markdown. The sweat spot to me is that WriteUp offers the reader mode, means you can choose to open a document with the result of Markdown. After purchasing, I really love it! Not only the interface is really elegant, the total flow is really convinced.</p>

<p>Now I think using Notational Velocity with WriteUp is my best solution to note taking. I will still use Trunk Notes as the repository of my old but seldom modified notes, and use Evernote to save web clips and PDF. But everyday flow is totally with Notational Velocity and WriteUp. They are both really good apps and I use them with pleasure. If there is some thing that I miss Simplenote, it would be tagging. WriteUp does not support tagging, but I think this could be solved by searching.</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>I actually use a forked version of Notational Velocity - <a href="http://brettterpstra.com/project/nvalt/">nvALT</a>.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>
]]></description>
  </item>
 
  <item>
    <title>Testing</title>
    <pubDate>Mon, 27 Feb 2012 00:00:00 -0500</pubDate>
    <link>http://blog.reder.ws/post/testing</link>
    <guid>http://blog.reder.ws/post/testing</guid>     
    <description><![CDATA[<p>Just testing between Jekyll, Calepin.co, and scriptogr.am. I am going to post same article to all of these platform and find out which one I like most.</p>
]]></description>
  </item>
 
  <item>
    <title>My Markdown Solutions on Mac</title>
    <pubDate>Fri, 06 Aug 2010 00:00:00 -0400</pubDate>
    <link>http://blog.reder.ws/post/my-markdown-solutions-on-mac</link>
    <guid>http://blog.reder.ws/post/my-markdown-solutions-on-mac</guid>     
    <description><![CDATA[<p>One day I decided to keep all my notes in the text format with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>. The reason is another story, but the main reason is I want to keep my data in a convertible and transferable way.</p>

<p>Here are some things I use daily for this content management system.</p>

<h3>ClipMenu</h3>

<p><a href="http://www.clipmenu.com/">ClipMenu</a> is a clipboard manager for Mac. I use it everyday for multiple clipboard. It is also very useful because of the <a href="http://www.clipmenu.com/en/help/builtin-action">action</a>. It has a build-in action that translate Markdown to HTML, so I can copy a Markdown text and paste it into HTML code just like other things in the clipboard.</p>

<p>Also, you can <a href="http://www.clipmenu.com/en/help/custom-actions">create custom actions with JavaScript</a>. I write a simple custom action to help myself for pasting images in Markdown way.</p>

<p>To create custom actions, first you need to create a folder at:</p>

<pre class="prettyprint"><code>/Users/USERNAME/Library/Application Support/ClipMenu/script/action
</code></pre>

<p>The custom actions should have <code>.js</code> extension, since it is merely a JavaScript.</p>

<p>My <code>mdImg.js</code> is just one line:</p>

<pre class="prettyprint"><code>return '![](' + clipText + ')';
</code></pre>

<h3>HumaneText.service</h3>

<p>(Thanks <a href="http://tumblr.kazam.de/">vranx</a> for <a href="http://redertseng.com/post/1398740440">sharing this service</a>! )</p>

<p><a href="http://kazam.de/blog/2010/01/05/workflow-mit-notational-velocity-dropbox-und-humane-text/">HumaneText.service</a> is a Mac OS X service which add two new services: <em>XTHML to text</em> and <em>text to XHTML</em>. You can assign hot key to each service as normal services. A nice alternative if you don't use ClipMenu and it also add <em>XTHML to text</em> function, which ClipMenu way does not offer. You can download it from <a href="http://drop.io/humanetext">here</a>.</p>

<h3>VoodooPad</h3>

<p><a href="http://flyingmeat.com/voodoopad/">VoodooPad</a> is like a personal wiki for Mac. You can write down notes and thoughts and lots of data. I like the slogan "you put your brain in it".</p>

<p>VoodooPad does not support Markdown directly, but there is an option to convert your text from Markdown to HTML when exporting. Thus, it's quiet convenient that you can just write Markdown in VoodooPad and convert it into static web pages for publishing.</p>

<p>I found there is a HTML Tools plugin for VoodooPad (you can find it on the <a href="http://flyingmeat.com/voodoopad/docs/3rd%20party%20plugins.html">3rd Party Plugins</a> page) which let you convert Markdown to HTML and also offer a preview of current page. This makes VoodooPad a really good place to write in Markdown. Highly recommended!</p>

<p>Also worth to mention: if you are going to write plain text in VoodooPad, remember to check the option "Create plain text pages" in "Document Info". This will disable the rich text feature in Mac editing areas and make a true "plain text wiki".</p>

<h3>Notational Velocity (with Markdown preview)</h3>

<p><a href="http://notational.net/">Notational Velocity</a> is the main part of this system. Actually, the decision starts when I finally got the concept of Notational Velocity. The author of NV recommends you to create one detail per note, and make quick search whenever you need it. And thanks <a href="http://github.com/panicsteve">Steven Frank</a> build up a <a href="http://github.com/panicsteve/nv">fork</a> of the original NV with Markdown preview. So I can write my notes with Markdown and also preview the format simultaneously.</p>

<p>There are also lots of NV forks out there. I found <a href="http://christiantietze.de/zettelkasten/nv/">the fork from Christian Tietze</a> is quite useful. It is not only supported Markdown, but also MultiMarkdown and Textile. Currently I switch to use this fork.</p>

<h3>S9</h3>

<p><a href="http://slideshow.rubyforge.org/">S9</a> is a Ruby gem that generates S5 slideshow with Markdown (also Textile). Therefore, I can write my slideshow in NV and quickly generate the slideshow when I need it.</p>

<h3>Others</h3>

<p>There are other software that I don't use daily but may suit you needs.</p>

<ul>
<li><a href="http://droplr.com/">Droplr</a> is a simple Mac menubar app for you to share things quickly. You can write notes with Markdown format.</li>
<li><a href="http://www.fraiseapp.com/">Fraise</a> is a powerful text editor for Mac that support Markdown live preview.</li>
<li><a href="http://literatureandlatte.com/scrivener.html">Scrivener</a> not only supports Markdown but MultiMarkdown. I would buy one if one day I need to write something large and structured.</li>
<li><a href="http://www.aaronsw.com/2002/html2text/">html2text</a> is not a Mac app but a web site. It can convert HTML to Markdown. Also you can download the Python file for offline usage. <a href="http://homepage.mac.com/tjim/">Make.text</a> has similar approach, but it is written in JavaScript. Using <a href="http://karmatics.com/aardvark/">Aardvark</a> before these bookmarklets to get rid of useless contents.</li>
<li>For publishing, <a href="http://tumblr.com">Tumblr</a> and <a href="http://posterous.com">Posterous</a> are both very simple and easy to use platform. Currently my choice is Tumblr just because it support Markdown earlier and has lots of elegant themes.</li>
<li><a href="http://jottit.com/">Jottit</a> is a wiki with Markdown support. I like the wysiwym editor. If you want a more powerful wiki, a self-hosting <a href="http://dokuwiki.org">DokuWiki</a> is my first choice. It does not support Markdown originally, but can be enhanced easily by the <a href="http://www.dokuwiki.org/plugin:markdownextra">plugin</a>.</li>
<li><a href="http://peg.gd">peg.gd</a> is a simple one page sharing service supports Markdown. I like the "Last updated" in the end of the page and the possibility to change the page later if you want. So it will be more useful than the Droplr page support and make it more like a wiki page.</li>
</ul>
]]></description>
  </item>
    
</channel>
</rss>
