File: gnote-addin-html.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 (30 lines) | stat: -rw-r--r-- 1,237 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
29
30
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="addin-html">

  <info>
    <link type="guide" xref="index#advanced"/>
    <desc>Export notes to HTML</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>Export to HTML</title>
    <p>When the <app>Export to HTML</app> plugin is installed, the command <gui>Export to HTML</gui> is present in the <gui>Note Actions</gui> menu.</p>
    <p>To create an HTML document from one or more notes, select this command. You will see a dialog that lets you choose where to save the HTML file. Enter the destination filename and click <gui>Save</gui> to save the file, or <gui>Cancel</gui> to abort.</p>
    <p>To export any notes linked to by the current note, select the <gui>Export Linked Notes</gui> check box.</p>

</page>