File: create-tasks.page

package info (click to toggle)
endeavour 43.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,396 kB
  • sloc: ansic: 23,899; xml: 134; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="create_task">

  <info>
    <link type="guide" xref="index#task"/>
  </info>

  <title>Create a Task</title>

  <steps>
    <item><p>Type the title of the new task in the textfield labeled with <gui style="button">New Task</gui> next to + .</p></item>
    <item><p>Then hit <keyseq><key>Enter</key></keyseq> or click on + to save it.</p></item>
  </steps>

  <note style="tip">
    <title>Undoing changes</title>
    <p>Note that you can always undo deleting a task if you change your mind. Click <gui style="button">Undo</gui> on
    the pop-up notification that appears. But when the popup disappears, you cannot recover it anymore.</p>
  </note>

  <p>When you want to delete the task, expand the task by clicking on it in the list and then click on <gui style="button">Delete</gui>.</p>

</page>