~bertrand-rousseau/gtg/new-task-list-layout

« back to all changes in this revision

Viewing changes to doc/userdoc/C/gtg-quickadd-dates.page

  • Committer: Bertrand Rousseau
  • Date: 2012-07-13 17:24:28 UTC
  • mfrom: (1178.1.28 trunk)
  • mto: (1178.1.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: bertrand.rousseau@gmail.com-20120713172428-ou3ic646fccov41d
Merge with trunk. Fixes conflict with CHANGELOG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="task"
 
3
      id="gtg-quickadd-dates">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="gtg-quickadd" group="fourth"/>
 
7
    <link type="seealso" xref="gtg-quickadd-new-task"/>
 
8
    <link type="seealso" xref="gtg-quickadd-tags"/>
 
9
    <revision pkgversion="0.1" version="0.1" date="2012-07-03" status="candidate"/>
 
10
    <credit type="author">
 
11
      <name>Radina Matic</name>
 
12
     <email>radina.matic@gmail.com</email>
 
13
    </credit>
 
14
  </info>
 
15
 
 
16
  <title>Add Dates and Tags to Tasks using the Quick Add Entry</title>
 
17
 
 
18
    <p>You can also create a task in the Quick Add Entry and at the same time specify its tags, due and defer date. Follow these format rules:</p>
 
19
 
 
20
    <p><em style="strong">tags:tag1,tag2,tag3</em></p>
 
21
 
 
22
<list>
 
23
      <item><p>This way you can apply as many tags as you wish using comma as a separator.</p></item>
 
24
      <item><p>Any word that begins with “@” sign will be interpreted as a tag.</p></item> 
 
25
</list>
 
26
 
 
27
 
 
28
    <p><em style="strong">due:date</em></p>
 
29
 
 
30
    <p><em style="strong">defer:date</em></p>
 
31
 
 
32
 <p>This way you can apply a due date or a defer date. Dates can be formatted as yyyy-mm-dd (for example 2012-04-01) or yyyymmdd (20120401) or mmdd (0401 - the year being implicitly the current one) or today, tomorrow or a weekday name (due:monday means due next Monday). Dates which are added in this way will not appear in the task title.</p>
 
33
 
 
34
    <p>Examples</p>
 
35
 
 
36
    <p><em style="strong">buy stationary tags:purchases,office due:20120330 defer:tuesday</em></p>
 
37
 
 
38
    <p>The above example tells GTG to create a new task with the title "buy stationary", under the tags "purchases" and "office", with the due date March 30, 2012 and the start date next Tuesday.</p>
 
39
 
 
40
    <p><em style="strong">call mum tags:family,calls due:sunday defer:tomorrow</em></p>
 
41
 
 
42
    <p>The above example tells GTG to create a new task with the title "call mum", under the tags "family" and "calls", with the due date next Sunday and the start date tomorrow.</p>
 
43
 
 
44
<p>Watch this short video tutorial to understand better how the Quick Add Entry works:</p>
 
45
 
 
46
<media type="video" src="videos/quick-add2.webm" title="Add Dates and Tags to Tasks using the Quick Add Entry">
 
47
 
 
48
<tt:tt xmlns:tt="http://www.w3.org/ns/ttml">
 
49
        <tt:body>
 
50
          <tt:div begin="1s" end="11s">
 
51
            <tt:p>
 
52
              Let's see an example how to use the <em style="strong">Quick Add Entry</em> to set up a new task.
 
53
            </tt:p>
 
54
          </tt:div>
 
55
          <tt:div begin="11s" end="25s">
 
56
            <tt:p>
 
57
              We are going to copy an already prepared line with parameters and explain them one by one.
 
58
            </tt:p>
 
59
          </tt:div>
 
60
          <tt:div begin="25s" end="36s">
 
61
            <tt:p>
 
62
               Once you press the <gui>Enter</gui> key, the new task will appear in the task browser.
 
63
            </tt:p>
 
64
          </tt:div>
 
65
          <tt:div begin="36s" end="53s">
 
66
            <tt:p>
 
67
             The first part ("call mum") is the task title.
 
68
            </tt:p>
 
69
          </tt:div>
 
70
          <tt:div begin="53s" end="65s">
 
71
            <tt:p>
 
72
              When GTG sees "tags:calls,family" it will add the tags <gui>@calls</gui> and <gui>@family</gui> highligthed in yellow under the task name.
 
73
            </tt:p>
 
74
          </tt:div>
 
75
          <tt:div begin="65s" end="104s">
 
76
            <tt:p>
 
77
          Setting the dates is easy: "due:sunday" and "defer:tomorrow" will be recorded correctly as the due and start date of the task.
 
78
            </tt:p>
 
79
          </tt:div>
 
80
        </tt:body>
 
81
      </tt:tt>
 
82
 
 
83
</media>
 
84
 
 
85
 
 
86
</page>