[bijiben] Add help to open a note in new window.



commit c3c30a997b09be759b44d83d917eab91f68e786c
Author: Lisa Hui <Lisa HJ630 gmail com>
Date:   Tue Jun 17 15:13:16 2014 +0800

    Add help to open a note in new window.

 help/C/new-window.page |   39 +++++++++++++++++++++++++++++++++++++++
 help/Makefile.am       |    1 +
 2 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/help/C/new-window.page b/help/C/new-window.page
new file mode 100644
index 0000000..76b3e03
--- /dev/null
+++ b/help/C/new-window.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="2column task"
+      id="new-window">
+
+  <info>
+    <link type="guide" xref="index#create"/>
+    <revision pkgversion="3.12" date="2014-05-23" status="review"/>
+
+    <credit type="author">
+      <name>Lisa Hui</name>
+      <email its:translate="no">Lisa hj630 gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Open a note in a new window.</desc>
+  </info>
+
+  <title>Open a note in another window</title>
+
+  <p>To open a note in a new window:</p>
+
+  <list>
+    <item>
+      <p>Open a note then click
+      <guiseq><gui style="button">More options…</gui><gui style="menuitem">Open
+      in New Window</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>In the <gui>New and Recent</gui> view, click the
+      <gui style="button">Selection mode</gui> button, select all the notes
+      which you want to open in new window, then click the
+      <gui style="button">Open in another window</gui> button.</p>
+    </item>
+  </list>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index e6a25c3..b7c9af3 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -12,6 +12,7 @@ HELP_FILES = \
        index.page \
        introduction.page \
        listing.page \
+       new-window.page \
        notebooks.page \
        rename.page \
        search.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]