File: plugin-notes.page

package info (click to toggle)
kupfer 329-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,352 kB
  • sloc: python: 37,681; makefile: 88; sh: 78; xml: 3
file content (70 lines) | stat: -rw-r--r-- 1,812 bytes parent folder | download | duplicates (8)
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
67
68
69
70
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="plugin-notes">

  <info>
   <link type="guide" xref="index#plugins"/>
   <desc>Using the notes plugin.</desc>
  </info>

  <title><app>Notes</app></title>

 <section>
  <title>Notes Plugin</title>
  <p>
    With <app>Notes</app> you can access or create new notes in either the
    program <app>Gnote</app> or <app>Tomboy</app>. <app>Notes</app> will
    work identically with either application—you can configure which one
    to use in the plugin's information pane in <app>Kupfer Preferences</app>.
  </p>
  </section>
  <section>
    <title>Basic Usage</title>
    <steps>
     <title>Creating a new note</title>
     <item>
      <p>
        Activate Kupfer and type <key>.</key> to enter text mode, then 
        type in a note title
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> and select the action <em>Create
          Note</em> and press <key>Return</key>.
      </p>
     </item>
    </steps>
    <steps>
     <title>Finding a note by title</title>
     <item>
       <p>Simply search for the note title in <app>Kupfer</app></p>
     </item>
   </steps>
    <steps>
     <title>Finding a note by content</title>
     <item>
      <p>
        Activate Kupfer and type <key>.</key> to enter text mode, then 
        type in a search query
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> and select the action <em>Get Note Search
          Results...</em> and press <key>Return</key>.  </p>
     </item>
   </steps>
 </section>
 <section>
   <title>Power User Tips</title>
   <list>
   <item>
     <p>
       You can use the <em>Selected Text</em> object and create a new note
       with the content of the selection.
     </p>
   </item>
   </list>
   </section>
</page>