archives
- August 2010 (1)
- May 2010 (1)
- April 2010 (9)
- February 2010 (1)
- January 2010 (1)
- November 2009 (1)
- August 2009 (1)
- June 2009 (2)
- May 2009 (11)
- April 2009 (5)
- March 2009 (4)
- February 2009 (3)
- January 2009 (5)
- December 2008 (1)
- November 2008 (2)
- October 2008 (4)
- September 2008 (2)
- August 2008 (4)
- July 2008 (10)
- June 2008 (5)
- May 2008 (5)
- April 2008 (10)
- March 2008 (13)
- February 2008 (3)
- January 2008 (7)
- December 2007 (7)
- November 2007 (9)
- October 2007 (10)
- September 2007 (1)
blogroll
Ever since I read the article on Notational Velocity syncing with Simplenote by Merlin Mann combined with the wonder of Markdown, I’ve re-discovered the joy of working with text files. So now I’m using either Simplenote (when traveling with my iPhone) or Notational Velocity when I’m on my Laptop in most cases for taking notes. The following simple tip will give you an idea of how you can use these program’s powerful search mechanism to help you get things done.
Whenever I am taking notes and I realize that the item I’m writing down will end up being an action item, I add [A] to the beginning of the text. Then when I do inbox processing, I open up Notational Velocity and type [A] into the search box and then all notes that have pending action items appear. When I click on the note, all the instances of [A] are conveniently highlighted. Then I take each item and process through my GTD system (OmniFocus) deleting the [A] as I go along. For those with less complex task management needs, this could be the only system you ever need. Very simple, scalable, programmable and no vendor lock.
Do you manage notes using simple text files? What is your method?
about
Find out more about the author here.
categories
- Blogging (6)
- Business (54)
- Copywriting (1)
- Design (3)
- Django (1)
- FireFox 3 (2)
- General (4)
- GTD (5)
- Guest Posts (3)
- Holiday (4)
- IE 8 (1)
- iTouch (2)
- Joomla (1)
- Life 3.0 (3)
- Life Hacks (44)
- Management (4)
- Marketing (12)
- Mobile (2)
- offbeat (3)
- Outlook (1)
- Personal Development (18)
- Podcasting (1)
- Productivity (30)
- Programming (16)
- Project Management (2)
- Python (1)
- Reviews (2)
- Sales (6)
- Social Networking (13)
- Symfony (3)
- Systems (3)
- Travel (1)
- Twitter (2)
- Ubuntu (7)
- Video (4)
- Web Design (3)
- Windows 7 (1)
- Windows Vista (1)
- Windows XP (1)
- xv6800 (1)
members
most commented post
- » How To Download Ustream.tv Videos - 29
- » Managing Your Life With GTD, Online Tools and a File Cabinet - 20
- » Get Symfony Installed in 20 Minutes on Vista - 16
- » How to Send Email at a Specific Time With Gmail - 14
- » Plurk Unleashed! - 12
- » Using The Web To Save on Holiday Gifts - 12
- » What Online Social Media Networks Do You Participate In? - 11
- » Top Online Backup Solutions - 11
- » 19 Secrets From LA's Top SEO Firm - 10
- » The Story Behind iPhone.com - 10
recent entries
- Use Your Feed Reader to Quickly View All Your Unread Google Apps GMail
- How to Add a Vanity URL to your Facebook Page in Two Minutes
- Using Custom HTML with Flash or Javascript in Joomla without Modules
- Reduce Distractions and Stay in the Zone with an Aggressive GMail Filtering Strategy
- Do It Yourself Reputation Management with Google Reader
- Fast Low Cost Recipe Resources for the Starving Student or Busy Entrepreneur
- What is in your GTD Weekly Review Checklist?
- Automatically Login a User After Registration Using sfGuardPlugin in Symfony
- Why High Quality Web Content is Necessary for Success
- How to Forward an Email as a Text Message
recent comments
- ThinkingSerious: Some great advice on setting up a GTD dashboard from @rmg2768: http://simplenote.squarespa...
- ThinkingSerious: @rmg2768 Thanks for your comments and suggestions! When I tag action items with [A], I don’t...
- rmg2768: Evidently, the latest web view at Simplenote no longer needs the script I mentioned above, and works well...
- rmg2768: I like using “td” to prepend – it is easier to type, and doesn’t (usually) show up...
- ThinkingSerious: Oops … I misused the word allot (an actual word BTW) here .. fixed and thanks @morris.
Wordpress theme by Wordpress Themes Websoft & made free by A1spysoftware.com
Copyright 2010, ThinkingSerious.com

May 30 2010
I use a similar system. In Notational Velocity I use tags prepended by @. All tags are on the first line, and might look something like this:
@todo @writing @article @blog
or
@todo @photography
Then, for sorting I have a few options depending on which way the mood strikes me: Smart folders in finder that search the NV repository of notes, or Together for more complex sorting and classification.
I usually write down ideas in Notational Velocity, and continue them in Together, when the editor in NV is no longer enough.
Currently I am struggling a bit with how to choose what goes into Omnifocus and what goes into NV, though.
August 25 2010
I like using “td” to prepend – it is easier to type, and doesn’t (usually) show up in other words in a search.
The recent update to Simplenote on the web app, API, (and iPhone app) adds tags, yet another way to mark items as “Todo”. You could also use tagging to set @contexts, but typing these out inline with the note still seems faster.
Hint for Windows users: try Resophnotes. It’s a free client for Simplenote that syncs seamlessly (incl through a proxy) to the SN server. They add some key capabilities to Simplenotes when running it on your desktop:
- Can optionally store each note as a .txt file. RN synchronizes both ways seamlessly, and even automatically imports new .txt files created by other Windows apps!
- Can drag & drop URLs from your Firefox address bar into a note (web URLs and file:///C:/ links are clickable!)
- (new) can create a simple wiki. Words surrounded by [single square brackets], automatically turn into clickable links, taking you to a note with that title or creating a new note if it doesn’t exist.
- Supports Markdown view through Ctrl-M accelerator, bringing up a dialog that shows your note parsed with simple formatting. This dialog can stay up as you surf through various notes
RN doesn’t support tagging (but this was just added yesterday, and they’ll probably catch up soon).
I also recommend viewing the Simplenotes web view through the Firefox sidebar, with an additional Greasemonkey script:
http://lab.mightydream.com/simplenote-restyled/
The author says that the Simplenote web site now uses most elements of the script, but I still think it works better (resizing) with the added script active.
P.S. I’m not the author of either of these, just excited about all that RN allows you to do on a Windows machine.
August 25 2010
Evidently, the latest web view at Simplenote no longer needs the script I mentioned above, and works well with the new tagging and 2-column view and resizing the sidebar as well:
https://simple-note.appspot.com/
August 25 2010
@rmg2768
Thanks for your comments and suggestions!
When I tag action items with [A], I don’t actually type that out. I use TextExpander to do that for me with the shortcut dA.
Now I’m tapping my fingers waiting for NV to sync tags with SimpleNotes.
August 25 2010
Some great advice on setting up a GTD dashboard from @rmg2768:
http://simplenote.squarespace.com/news/2010/8/24/briefly-our-big-update.html?lastPage=true#comment9508851