The new d3
posted by simon on Wednesday, December 20, 2006
The new d3, the Getting Things Done system created by Tom Otvos, is now available as a tiddlyspot flavour.
the and
tiddlyhost blog
posted by simon on Wednesday, December 20, 2006
posted by simon on Monday, December 18, 2006
posted by simon on Thursday, December 14, 2006
class String def readBracketedList self.scan(/\[\[([^\]]+)\]\]|(\S+)/).map {|m| m[0]||m[1]} end endHa ha sweet ruby-ness! :) And it works:
p "[[Hello there]] this that [[other]] [[one more]]".readBracketedList ["Hello there", "this", "that", "other", "one more"]So now to get this blog a little more on topic... The above comes from a little project I started to fix up the code that assembles a TiddlyWiki site when you create it. The starting point is this stuff which I use to developing/release MPTW and MonkeyGTD. Hopefully this will turn into a nice set of ruby classes for manipulating TiddlyWiki files, (and maybe even a substitute for cook and ginsu) that I can release as open source and use in Tiddlyspot.
Labels: ruby
posted by simon on Thursday, December 14, 2006