File: delete.page

package info (click to toggle)
bijiben 40.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,476 kB
  • sloc: ansic: 13,201; xml: 106; javascript: 70; python: 18; makefile: 7
file content (66 lines) | stat: -rw-r--r-- 1,884 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="guide" style="2column task"
      id="delete">

  <info>
    <link type="guide" xref="index#delete"/>
    <revision pkgversion="3.13" date="2014-09-04" status="review"/>

    <credit type="author">
      <name>Pierre-Yves Luyten</name>
      <years>2012</years>
    </credit>
    <credit type="editor">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="editor">
      <name>Shobha Tyagi</name>
      <email its:translate="no">tyagishobha@gmail.com</email>
      <years>2013, 2014</years>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email its:translate="no">mdhillca@gmail.com</email>
      <years>2014</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Delete old and unwanted notes.</desc>
  </info>

  <title>Delete a note</title>

  <steps>
    <title>To delete a note:</title>
    <item>
      <p>Click on the note to open it.</p>
    </item>
    <item>
      <p>Select
      <guiseq><gui style="button">More options…</gui><gui style="menuitem">Move to Trash</gui></guiseq>.
      </p>
    </item>
  </steps>
  <note style="tip">
    <p>Press the keyboard shortcut
    <keyseq><key>Ctrl</key><key>Delete</key></keyseq> to delete an open note.</p>
  </note>

  <steps>
    <title>To delete multiple notes and notebooks:</title>
    <item>
      <p>In the <gui>New and Recent</gui> view, click the
      <gui style="button">Selection mode</gui> button.</p>
    </item>
    <item>
      <p>Select the notes and the notebooks you want to delete.</p>
    </item>
    <item>
      <p>Click the <gui style="button">Move to Trash</gui> button.</p>
    </item>
  </steps>
</page>