File: gnote-addin-readonly.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 (19 lines) | stat: -rw-r--r-- 792 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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="addin-read-only">

  <info>
    <link type="guide" xref="index#advanced"/>
    <desc>Make notes read-only</desc>
    <license><p>GNU Free Documentation License (GFDL), Version 1.1</p></license>
    <credit type="author">
      <name>Aurimas Cernius</name>
      <years>2013</years>
    </credit>
  </info>
  
  <title>Read Only</title>
    <p>When the <app>ReadOnly</app> plugin is installed, the <gui>Read Only</gui> item is present in the <gui>Note Actions</gui> menu for open note. When this item is checked, note is marked as read-only. This does not allow to change note until the menu item is unchecked. Use this to prevent notes from accidental modification.</p>

</page>