File: gnote-addin-print.page

package info (click to toggle)
gnote 43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,736 kB
  • sloc: cpp: 30,685; xml: 388; python: 78; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="addin-print">

  <info>
    <link type="guide" xref="index#advanced"/>
    <desc>Print notes</desc>
    <license><p>GNU Free Documentation License (GFDL), Version 1.1</p></license>
    <credit type="author">
      <name>Pierre-Yves Luyten</name>
      <years>2011</years>
    </credit>
    <credit type="editor">
      <name>Aurimas Cernius</name>
      <years>2011,2013</years>
    </credit>
    <credit type="editor">
      <name>Adam Dingle</name>
      <email>adam@yorba.org</email>
      <years>2013</years>
    </credit>
  </info>
  
  <title>Print</title>
    <p>When the <app>Print</app> plugin is installed, the <gui>Print</gui> command is present in the <gui>Note Actions</gui> menu. This command opens a standard <gui>Print</gui> dialog which lets you print a note.</p>

</page>