TaskPaper priorities tip from Erik Reed…

  1. I prioritize with tags like @1 @2 or @3
    Nice and fast to type.
  2. I search like:
    Prioritized: matches “.*@[0-9].*” and not @done +d
    P3+: matches “.*@[0-3].*” and not @done +d
    P2+: (@2 or @1 or @0) and not @done +d
    P1+: (@1 or @0) and not @done +d
  3. Using the current beta version I have these searches defined:
     ?? P1+ ?? (@1 or @0) and not @done +d
     ?? P2+ ?? (@2 or @1 or @0) and not @done +d
     ?? P3+ ?? matches “.*@[0-3].*” and not @done +d
     ?? Prioritized ?? matches “.*@[0-9].*” and not @done +d
  4. Using the current beta version I have these keys defined in System Preferences:
    TaskPaper.app
    P1+ ⌘1
    P2+ ⌘2
    P3+ ⌘3
    Prioritized ⇧⌘1

Comments (View)
blog comments powered by Disqus