Hello there, I was wondering if anyone had looked at taskpaper? [1] They''ve got a vaguely yaml inspired format for todo lists. It reminded me of specdocs. I wonder how much work it would be to convert or build it in? Anyone else interested in seeing this? http:// Joseph Holsten .com [1] http://hogbaysoftware.com/products/taskpaper -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080214/39f25b6d/attachment.html
I use task paper and love it. Definitely the fastest way to throw in todo items. I wouldn''t call the format yaml-ish though. Here''s an example: This is a project: - This is a task @done - Another Task @context Another Project: - Task again Plain text Words followed by a colon are a project. Words following a hyphen are a task. The @context following a task sets it''s context. @done means it''s done. Any other words are plain text. I''ve been thinking of writing a todo app that had an export to taskpaper function. On 14/02/2008, at 11:44 PM, Joseph Anthony Pasquale Holsten wrote:> Hello there, > I was wondering if anyone had looked at taskpaper? [1] They''ve got a > vaguely yaml inspired format for todo lists. > > It reminded me of specdocs. I wonder how much work it would be to > convert or build it in? > > Anyone else interested in seeing this? > > http:// Joseph Holsten .com > > [1] http://hogbaysoftware.com/products/taskpaper > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080215/ecb3e471/attachment-0001.html
On Thu, Feb 14, 2008 at 2:09 PM, Colin Campbell-McPherson <colin at logaan.net> wrote:> I use task paper and love it. Definitely the fastest way to throw in todo > items. I wouldn''t call the format yaml-ish though. Here''s an example: >I use Toodledo myself. Works from anywhere, including iPhone, and there''s even a command line client in Ruby for it. (I wrote it myself, but it''s still pretty cool.) Will.