Blame help/zh_TW/dashboard.page

Packit 6978fb
Packit 6978fb
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-dashboard" xml:lang="zh-TW">
Packit 6978fb
Packit 6978fb
  <info>
Packit 6978fb
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>  
Packit 6978fb
    <revision version="3.4" date="2013-02-24" status="review"/>
Packit 6978fb
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Jim Campbell</name>
Packit 6978fb
      <email its:translate="no">jwcampbell@gmail.com</email>
Packit 6978fb
    </credit>
Packit 6978fb
Packit 6978fb
    <desc>Display recently-used and most-used files on startup.</desc>
Packit 6978fb
  </info>
Packit 6978fb
Packit 6978fb
  <title>Dashboard</title>
Packit 6978fb
Packit 6978fb
  

The <app>Dashboard</app> plugin provides quick access to your most

Packit 6978fb
  recently-used files and most-frequently used files. To activate the
Packit 6978fb
  <app>Dashboard</app> plugin, select
Packit 6978fb
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
Packit 6978fb
  <gui>Plugins</gui><gui>Dashboard</gui></guiseq>. You will need to restart
Packit 6978fb
  <app>gedit</app> to activate the <app>Dashboard</app> plugin.

Packit 6978fb
  
Packit 6978fb
  

The <app>dashboard</app> also includes a <gui>Search</gui> window,

Packit 6978fb
  allowing you to search for files that may not appear in the list of
Packit 6978fb
  files.

Packit 6978fb
  
Packit 6978fb
<section id="gedit-recently-used">
Packit 6978fb
  <title>Recently used files</title>
Packit 6978fb
Packit 6978fb
  

The dashboard will initially display a shortcut for an <gui>empty

Packit 6978fb
  document</gui> and seven of your most recently-used files. Click on the
Packit 6978fb
  <gui>empty document</gui> to create a new file. Click on any of the other
Packit 6978fb
  files to open that file.

Packit 6978fb
Packit 6978fb
</section>
Packit 6978fb
  
Packit 6978fb
<section id="gedit-most-used">
Packit 6978fb
  <title>Most frequently-used files</title>
Packit 6978fb
Packit 6978fb
  

Similarly, the dashboard displays a shortcut for an <gui>empty

Packit 6978fb
  document</gui> and seven of your most frequently-used files. Click on the
Packit 6978fb
  <gui> empty document</gui> to create a new file. Click on any of the other
Packit 6978fb
  files to open that file.

Packit 6978fb
Packit 6978fb
  <note style="tip">
Packit 6978fb
    

Once activated, the <app>dashboard</app> will be displayed by default

Packit 6978fb
    when you open <app>gedit</app>. You can also open the <app>dashboard</app>
Packit 6978fb
    by clicking <guiseq><gui>File</gui><gui>New</gui></guiseq>, or by pressing
Packit 6978fb
    <keyseq><key>Ctrl</key><key>N</key></keyseq>.

Packit 6978fb
  </note>
Packit 6978fb
  
Packit 6978fb
</section>
Packit 6978fb
Packit 6978fb
</page>