3 Comments »

I’d like to take some time today and introduce you to a “new” task/next action management system that I quite like.  Caveat: I should be receiving a free license to the application by writing a review, but that’s at my request, not the developer’s.

By the way, don’t be thrown off by the whole Getting Things Done (GTD) label.  This application can also be used for just good old-fashioned todo list/brainstorming/project planning.

Background

I was busy surfing the other day, and came upon the Interactive GTD Software Comparison Table (102 Researched GTD Software Titles and Counting).  Longtime readers will know how promiscuous I am with software, so it should be no surprise that I was intrigued by this list.

One of the applications that caught my eye was TodoPaper.  I was initially caught by its description, “light-weight GTD to-do manager”.  I like light-weight.  When I went to the homepage, I was intrigued by the look - I do love a nice clean look.  So, I downloaded it and have been using it for a few days.

Now, I’ll be honest here, I’m not going to replace Outlook as my main GTD application.  But sometimes, I need a place to keep track of a bunch of open loops in a very quick and dirty fashion.  I’m talking here about the stuff that needs to be done to research and write a particular paper.  These are things that I need to capture, but don’t necessarily have to make it all the way into my most trusted system, i.e., Outlook.  I’ve been using TodoPaper for about a week now, while writing a couple of papers, and I like what I see.

Good Things

I’ve created a small test database, and here’s a screenshot of it in action.  I want to point out the following good things about TodoPaper:

  • Basically everything is customizable.  I happen to like the Sketchy font and a yellow background for my project headings.  Your tastes may vary.
  • You can also change the font of tasks, the colour/font of contexts (or tags).

todopaper

  • One of *the* coolest things about TodoPaper is that it’s based on a plain text file.  If you wanted to, you could create a text file (with a few rules, discussed below) and have TodoPaper read it.  In fact, TodoPaper is related to the Mac’s TaskPaper, using the same underlying format.  So, if you need data portability between Mac and Windows, here’s one way of achieving it.  (In this vein, check out the related works at the bottom of this page.  They include applications/discussion re TaskPaper on the web, in vim, textmate, etc.)

text

  • When adding projects, tasks, to TodoPaper, you can use the following conventions (either in TodoPaper, or in the text file):
    • A project name ends in a colon (:).
    • A task starts with a hyphen (-).
    • You can have subprojects - simply tab once under a project and type the subproject name, with a colon.  (See “Related Work:” in the first screenshot above.)
    • You can have subtasks - just tab under a task and add another task. 
    • Notes are possible as well; they’re just lines that don’t start with a hyphen, or end with a colon.
  • I find the interface quite simple and elegant.  As you can see, you can customize the look pretty much the way you like.  In addition, there are features such as folding, and cute little checkboxes for marking a task as done.
  • It’s possible to archive done tasks; they get pushed to the bottom of the pane/file.
  • You can have multiple contexts on any task - just add as many tags as you like.  Tags are identified by the @ at the beginning.  One of the things that I really like about TodoPaper is that the tags are recognized automatically; I don’t have to do anything extra, like adding them in a separate field.  And, you can ctrl+click on a tag to get taken to a view of just that tag.  (Double-clicking and a right-click option are supposedly coming soon to make pure mousing a possibility.)
  • Another awesome feature is a “quicklog” function.  You set a hotkey combination that you like, and you can use that to quickly enter a new task.  (Or a project name, or a note, or a combination of all these.)  The latest version of the quicklog requires some mousing action, so pure keyboarding is not quite possible, but again, that’s going to be fixed in the next version.
  • Finally, the last good thing I want to point out is the customer service.  This is another application being developed by one guy (I think), but there is a forum, and the author, Jordan, is good about responding.  Already, I’ve had some points for him, and he’s responded positively.  I’m truly a big fan of good customer service.

Final Word

I’m a firm believer that there is no one perfect GTD application; however, it is possible to find the perfect application for you.  One of the reasons that I wouldn’t switch to this application as my primary GTD tool is because my needs include support for dates and recurring tasks.  However, I’m finding that TodoPaper is an excellent tool for brainstorming and building quick (hierarchical) lists of actions that need to be done for detail-rich projects.  The fact that there is an underlying text file that I can access without proprietary software, combined with the ability to quickly enter new actions from the keyboard, make this application a winner for me.  It has replaced the numerous stickies and disposable text files for my brainstorming.

If you’re in the market for a lightweight, clean-looking, GTD app (and let’s be honest, a true GTD implementation doesn’t use due dates or recurring actions ;)), check out TodoPaper.

2 Comments »

A few months ago, I posted about resisting your trusted system, and admitted that I had come full circle back to using Outlook for all of my GTD needs.

You may be surprised, but I’m still using it.  It’s most definitely my trusted system.  All of my important next actions go there; my hard landscape, repeating tasks that I need to accomplish, etc. 

In this post, I just want to highlight a few things that I like, nay love, about using Outlook 2007 for my main GTD stuff.

Quick Entry

Unlike my first go-round with Outlook, this time, I’m not using any macros.  In fact, I don’t even tend to create many appointments or tasks in Outlook itself.  Instead, I use Outlook to browse, navigate, manipulate my appointments and tasks.  To enter the information in the first place, I take advantage of the fact that there are command line flags that can be used to create Outlook elements. 

Now, it *used to be* that you could use a command like

“c:Program FilesMicrosoft OfficeOffice12″outlook.exe /c ipm.task

To create a new, blank, task.  Alas, when I tested this tonight, it was broken.  It seems that a recent SP update for 2007 might have broken this.  I’m not going to try and track down a fix, since I don’t use this approach anyway.

Instead of pure command line, I started off with a VBS script I found online.  The beauty of this approach is that you can either double-click on the vbs file to open a new appointment, or use a keyboard shortcut, or my personal favourite, call it from SlickRun and pass it some arguments.

I’ve since modified the script slightly to allow for passing in the category that I want assigned to the new task.

Similarly, you can create tasks using a VBS script.  I have a pair of scripts, one Perl and one VBS that I call from SlickRun.  It allows me to type in:

@@ Call Travel agent re Vegas @calls d:25 Apr 08

and get a new task, categorized with @calls, and with a due date of this coming Friday.  The point of the Perl script is to allow me to use whatever date format I feel like at the time, instead of forcing me to always use the 2008-04-25 format.

Formatting

One of the major things I love about Outlook is that you can format to your heart’s content.  There is even automatic formatting.  We’re probably all used to the concept that in Outlook, bold means you haven’t read it yet, and red means it’s important or overdue.  But you can do so much more with the automatic formatting.  For example, when I create a new all-day appointment that starts with “( )”, as in “( ) Pick up dry cleaning”, Outlook can colour that appointment red.  Then, when I complete that tasks and put an “x” in the brackets, Outlook removes the colouring.

Similarly, I can customize my view(s) so that different contexts are shown in different colours.  I have other rules based on dates: if the due date is within 7 days, the task is shown in blue.  If it’s due today, it’s bold and blue.  If the task cannot be started yet, I tend to hide it in most views, but if it’s a view that shows non-startable tasks, they’re shown in grey italics.  Etc. etc.

Another formatting trick that I’ve recently discovered (thanks to Productivity Cafe), is to take advantage of the free/tentative/busy attribute of an appointment.  To do this, right-click on an appointment, go to the “show time as…” item in the context menu.  I use this with all-day tasks in the month view, but other combinations are possible.  If an appointment is “free”, any colouring you have assigned to its category is confined to the task itself.  If an appointment is “tentative”, the day it’s on is shown in striped colour.  If it’s “busy”, the whole day gets blocked with colour.  See the example below - is that not the coolest thing?

image

 

Week View

The thing that sold me on Outlook 2007 was the week view; this allows you to see a week in your calendar, plus, any tasks that are due on a particular day are shown under that day - talk about making your  hard landscape easier!  And, you can see another list of all (or some) of your tasks in a side panel.

Here is a view of my current week:

image

Some points about the view:

  • green in the calendar is a birthday or anniversary
  • blue is for hard appointments
  • purple is for the gym
  • I also colour code my contexts: blue for @home/@housework, green for @errands, yellow for @online+/@laptop+, grey for @online-/@laptop-, etc.
  • as you can see, I haven’t done my weekly review yet - it was due last Friday; heh.

Other

Basically, Outlook gives me the opportunity to use quick entry (the quickest I’ve ever had, regardless of the system I’ve tried.)  The advantage here is that since the VBS script accesses Outlook programmatically, you can create a new task and set various fields, such as “category”, “start date”, “priority”, etc.  I’ve not tried another tool that gives me that much control.

In addition, Outlook is just plain pretty to look at.  It pleases me to see my calendar laid out in it.  It pleases me to see my next actions, organized by context, or by due date.  It most definitely pleases me to be able to recognize instantly those next actions that I should be focusing on.

Outlook is a great way of coordinating my appointments and next actions with my Palm.  It’s not perfect, e.g., the automatic formatting doesn’t translate to the Palm.  Plus, I can’t avoid seeing non-startable tasks on the palm.  However, it still gives me the opportunity to see what’s coming up, without having to do major contortions to get the data into the Palm in the first place.

Finally, Outlook offers a good API for developers to get their hooks into, so to speak.  I’ve found a set of command-line tools that can allow you to query, and even modify your Outlook tasks.  They were created by Dale Lane, and I use a couple of them to show my overdue and high-priority tasks on my desktop with Samurize:

image

As you can see, I’m awful at housework.  But that’s not because I don’t know about the chores! ;)

6 Comments »

Can’t find the template editor over at the main EverNote site? That’s because it’s been removed. Why? Probably because they’re focusing so hard on the new Evernote 3 beta, which doesn’t support templates. Please, don’t ask - it’s just too painful to talk about.

Anyway, some of us are still using 2.2, and some of us still want to modify templates. Not me, I’m using the ones that I’ve already got and that’s it. But there are some brave souls out there that want to play with templates.

So, I’m uploading the template editor for EverNote 2.2. This is the copy that I downloaded way long ago. Use at your own risk. No support is provided for it, or for templates created by it, either here or over at EverNote. You’ve been warned.

EverNote Template Editor - 2.2 Version

(Note: this is only for Windows - the older 2.2 version of EN only works on Windows.  Hence the template editor also only works on Windows.)