Tips & Tricks Tuesday: Dynamic packing lists with tags and Smart Lists
Packing lists are a great way to make sure you don’t forget anything on your travels. This week, we share a particularly neat way to generate those: evan.fredericks shares some Smart Lists for keeping a master list and then automatically generating packing lists for specific types of trips with tags.
Tags and Smart Lists are a powerful combo for customizing task list views based on context. I also use these for creating dynamic checklists from a “master” list based on ad-hoc criteria.
For example, I have a master packing list with over 100 packing items for trips ranging from a quick weekend getaway to a 10 day international camping trip.
Within the master list, I have:
• Items that I’ll pretty much always pack
• Items that are only packed based on specific criteria
I then make a Smart List that has the following criteria:
• List - is - Packing
• Tag - is not - t-cold <– modify this to whatever trip attributes you want to filter out, adding an additional “Tag - is not” criteria for each one. (some ideas for these tags are at the bottom of this post)
• Tag - is not - skip <– this will be used to filter out items that I am deciding not to bring on this trip for whatever reason (remember to make a task to remove the “skip” tag from all tasks in your master packing list when you get back from the trip so they don’t get filtered out of future trips)
Which will include all of the universal packing items (they are un-tagged) and any tags that I didn’t filter out.
As I go about my packing, I either:
1. Mark the items as complete once they are packed.
2. Tag them with “skip” to get them off the list.
This Smart List stays in existence until I’m making my return trip, at which time, I can go into the completed list and “uncomplete” items when I pack them for the trip home, so I make sure that I bring back everything I packed.
Advanced tip:
You may find that there are some items that aren’t universal packing items, but fit into more than one special criteria (e.g., you want to bring an umbrella on a trip in which you expect rain or one that is longer than a few days, since the weather could change unpredictably). If we filter out either of these tags, (e.g., we have a rainy trip that will only last a day or 2, so we include t-rain but exclude t-long) the umbrella will not show up. We could make two umbrella items in the master list and tag each one differently, but this would make the master list unwieldy to maintain if we have many items that could be used in many contexts.
To best handle this case, you’ll need to use the query editor in your Smart List (another feature that makes RTM extremely powerful). Using the wizard (I recommend starting in the wizard so you can use the drop-down tag selection), choose the tags that you want to include (rather than exclude) from your packing list in addition to the “tag - is empty” criteria. Going with our example, our search will be:
• List - is - Packing
• Tag - is empty
• Tag - is - t-rain
• Tag - is - t-long
• Tag - is not - skip
As written, this will return an empty list due to the tag criteria. To fix this, click on the “Switch to the query editor” link. The scripted version of our search will now be:list:Packing and isTagged:false and tag:t-rain and tag:t-long and not tag:skip
In order to get the desired behavior, change the “and” between the isTagged:false filter and each of the tag:t-*** filters to an “or”. So you now have:list:Packing and isTagged:false or tag:t-rain or tag:t-long and not tag:skip
This will work, but to make it easier to read and understand, you may want to add parentheses (I also like to capitalize the operators):list:Packing AND (isTagged:false OR tag:t-rain OR tag:t-long) AND not tag:skip
Now all of your items that are tagged with “t-rain” or “t-long”, as well as those that are tagged with both (the umbrella) will show up in the search.
This has really streamlined the packing process for me and you could apply the same concept to any checklist based workflow that changes slightly depending on context. This is just one of the many ways you can use tags and Smart Lists creatively to get on-demand lists in RTM.
Happy travels!
Example packing list tags:
• t-camping
• t-cold
• t-drive (for when I’m going somewhere by car)
• t-fly (same as above for flying)
• t-formal (will need formal attire)
• t-hot
• t-hotel (staying at a hotel)
• t-international
• t-long (trips longer than 3 days)
• t-rain
Thanks for sharing this tip, evan.fredericks! You’re our Tips & Tricks Tuesday winner this week.
Do you have a suggestion for our weekly Tips & Tricks post? Got an interesting set-up or idea? Head over to the Tips & Tricks forum, add a new topic, and let us know how you use Remember The Milk. Each week we’ll give away a 1 year Pro account to the user whose idea inspires the Tips & Tricks Tuesday blog post for that week.