~ubuntu-branches/ubuntu/vivid/gedit-plugins/vivid-proposed

« back to all changes in this revision

Viewing changes to help/zh_TW/tag-list.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mfrom: (1.4.15)
  • Revision ID: package-import@ubuntu.com-20131212163511-3zgtrv2ipt94w2ao
Tags: 3.10.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated gedit, gtk, gtksourceview requirements
* debian/patches/mark-git-plugin-translatable.patch: 
  - dropped, included in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-tag-list" xml:lang="zh-TW">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
 
6
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
 
7
    <revision pkgversion="3.8" date="2013-03-22" status="review"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>Daniel Neel</name>
 
11
      <email its:translate="no">dneelyep@gmail.com</email>
 
12
    </credit>
 
13
    <credit type="author">
 
14
      <name>Jim Campbell</name>
 
15
      <email its:translate="no">jwcampbell@gmail.com</email>
 
16
    </credit>
 
17
    <credit type="editor">
 
18
      <name>Sindhu S</name>
 
19
      <email its:translate="no">sindhus@live.in</email>
 
20
    </credit>
 
21
 
 
22
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
 
23
 
 
24
    <desc>Automatically insert tags, strings and special characters into a document.</desc>
 
25
  </info>
 
26
 
 
27
  <title>標記清單</title>
 
28
 
 
29
  <p>The <app>Tag List</app> plugin allows you to insert common tags and
 
30
  special characters from a list in the side pane. By default, the plugin can
 
31
  insert tags and special characters for <app>HTML</app>, <app>XHTML</app>,
 
32
  <app>XSLT</app>, <app>XUL</app> and <app>LaTeX</app>.</p>
 
33
 
 
34
<section id="enable-tag-list-plugin">
 
35
  <title>Enable Tag List Plugin</title>
 
36
 
 
37
  <p>To enable the <app>Tag List</app> plugin:</p>
 
38
 
 
39
  <steps>
 
40
    <item>
 
41
      <p>Select <guiseq><gui style="menu">gedit</gui>
 
42
      <gui style="menuitem">Preferences</gui>
 
43
      <gui style="tab">Plugins</gui></guiseq>.</p>
 
44
    </item>
 
45
    <item>
 
46
      <p>Select <gui style="menuitem">Tag List</gui> to enable the plugin.</p>
 
47
    </item>
 
48
    <item>
 
49
      <p>Access the tag list by selecting
 
50
      <guiseq><gui style="menu">View</gui>
 
51
      <gui style="menuitem">Side Pane</gui></guiseq>, or by pressing
 
52
      <key>F9</key>.</p>
 
53
    </item>
 
54
  </steps>
 
55
 
 
56
  <p>The side pane will initially show a list of open documents, so to view and
 
57
  use the <app>Tag List</app>, you will need to click on the tab showing the
 
58
  "plus" icon at the bottom of the side pane. The icon will look similar to
 
59
  this:</p>
 
60
 
 
61
  <p><media type="image" mime="image/png" src="figures/gedit-side-pane3.png"/></p>
 
62
 
 
63
</section>
 
64
 
 
65
<section id="inserting-tags">
 
66
  <title>Inserting Tags and Special Characters</title>
 
67
 
 
68
  <p>The <app>tag list</app> uses a drop-down menu to let you choose from the
 
69
  different types of tags. For example, one tag option is <gui>HTML -
 
70
  Tags</gui>.</p>
 
71
 
 
72
  <p>To start inserting tags, complete the following:</p>
 
73
 
 
74
  <steps>
 
75
    <item>
 
76
      <p>Move the cursor to where you will want to insert the tag or special
 
77
      character.</p>
 
78
    </item>
 
79
    <item>
 
80
      <p>Select the desired tag type from the drop-down menu at the top of
 
81
      the side pane.</p>
 
82
    </item>
 
83
    <item>
 
84
      <p>Scroll through the list to find the desired tag or character.</p>
 
85
    </item>
 
86
    <item>
 
87
      <p>Double-click on the tag in the tag list.</p>
 
88
    </item>
 
89
  </steps>
 
90
 
 
91
  <p>The tag or special character you have chosen will then be displayed in
 
92
  your document.</p>
 
93
</section>
 
94
 
 
95
<section id="tag-list-tips">
 
96
  <title>Tag List Tips</title>
 
97
 
 
98
  <note style="tip">
 
99
    <p>You can also insert a tag by pressing <key>Return</key> or
 
100
    <keyseq><key>Shift</key><key>Return</key></keyseq>.</p>
 
101
    <p>Pressing the <key>Return</key> key will insert the tag at the cursor
 
102
    position, and then return focus to the document. Pressing
 
103
    <keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at
 
104
    the cursor position, but will keep the focus on the
 
105
    <app>tag-list</app>.</p>
 
106
  </note>
 
107
 
 
108
  <note style="tip">
 
109
    <p>You can see a preview of what text will be inserted for each tag and
 
110
    special character by clicking on the word the <gui>Preview</gui> at the
 
111
    bottom of the side pane.</p>
 
112
  </note>
 
113
</section>
 
114
 
 
115
</page>