[gnote] Document Note Directory Watcher add-in.



commit 98b4d62ee6295acdb1d105074317ec3994f08acb
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Fri Aug 10 23:15:03 2012 +0300

    Document Note Directory Watcher add-in.

 help/C/gnote-addin-notedirwatcher.page |   20 ++++++++++++++++++++
 help/Makefile.am                       |    1 +
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gnote-addin-notedirwatcher.page b/help/C/gnote-addin-notedirwatcher.page
new file mode 100644
index 0000000..8eb6b17
--- /dev/null
+++ b/help/C/gnote-addin-notedirwatcher.page
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="addin-notedirwatcher">
+
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <desc>Watch for note changes on file system</desc>
+    <license><p>GNU Free Documentation License (GFDL), Version 1.1</p></license>
+    <credit type="author">
+      <name>Aurimas Cernius</name>
+      <years>2012</years>
+    </credit>
+  </info>
+  
+  <title>Note Directory Watcher</title>
+    <p>This addin allows you to work with notes on a file system while <app>Gnote</app> is running. When enabled, this addin monitors note files for changes and reloads them, once any change is detected. This way external change to a note file is automatically reflected in <app>Gnote</app>.</p>
+    <p><app>Gnote</app> stores notes into <file>~/.local/share/gnote</file> folder. With this addin enabled, you can perform actions at file system level on this directory, such as synchronizing contents with some other location, while <app>Gnote</app> is running.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 0afca55..53add3c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -24,6 +24,7 @@ DOC_PAGES = \
 	gnote-addin-bugzillalink.page \
 	gnote-addin-fixedwidth.page \
 	gnote-addin-html.page \
+	gnote-addin-notedirwatcher.page \
 	gnote-addin-noteoftheday.page \
 	gnote-addin-print.page \
 	gnote-addins-preferences.page \



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