/usr/share/help/uk/tomboy/note-edit-prefs.page is in tomboy 1.15.9-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="topic" style="task" id="edit-prefs" xml:lang="uk">
<info>
<link type="guide" xref="index#prefs"/>
<desc>Note editing preferences.</desc>
<revision pkgversion="3.0" version="0.1" date="2010-05-29" status="candidate"/>
<credit type="author">
<name>Paul Cutler</name>
<email>pcutler@gnome.org</email>
</credit>
<!--
<copyright>
<year>2010</year>
<name>GNOME Documentation Project</name>
</copyright>
-->
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
</info>
<title>Note preferences</title>
<p>You can change the default settings when typing notes
in Tomboy. To change your note settings, open
<gui>Tomboy Preferences</gui> by
using your mouse to right click on the Tomboy icon in your panel,
taskbar or dock, and choose <gui>Preferences</gui> and select
the <gui>Editing</gui> tab. You can also open <gui> Tomboy
Preferences</gui> from the <gui>Search All Notes</gui> dialog. From
the menu, choose <guiseq><gui>Edit</gui><gui>Preferences</gui>
</guiseq>.
</p>
<section id="spellcheck">
<title>Spell Check</title>
<p>Tomboy can check the spelling of your words as you type in a note.
Spell check is enabled by default and Tomboy will underline any
misspelled words. You can see spelling suggestions by using your mouse
to right click on the misspelled word.
</p>
<p>To disable automatic spell checking, use your mouse or the spacebar
to uncheck <gui>Spell check while typing</gui> in the <gui>Editing</gui>
tab of Tomboy's Preferences.</p>
</section>
<section id="wikiwords">
<title>WikiWords</title>
<p>Tomboy can highlight words that <gui>LookLikeThis</gui>. By
capitalizing multiple words together without using spaces, similar to how
a wiki works, Tomboy will highlight the word and make it a link. Clicking
the link will create a new note with the WikiWord as the note title.
</p>
<p>WikiWords are disabled by default. To enable WikiWords, use your mouse
or the spacebar to check the box to enable <gui>Highlight WikiWords</gui> in
the <gui>Editing</gui> tab of Tomboy's Preferences.</p>
</section>
<section id="bullets">
<title>Auto-Bulleted Lists</title>
<p>Tomboy can create bulleted list automatically. This option is enabled
by default and when you are editing a note, typing <key>*</key> followed
by the text and pressing <key>Enter</key> will automatically create a
bulleted list. After pressing <key>Enter</key>, the next line will start
with a bullet too.
</p>
<p>To disable auto-bulleted lists, use your mouse or the spacebar
to uncheck <gui>Enable auto-bulleted lists</gui> in the <gui>Editing</gui>
tab of Tomboy's Preferences.</p>
</section>
<section id="customfont">
<title>Custom Fonts</title>
<p>You can choose to use a font or font size in Tomboy different than the
default font of your desktop. This feature is disabled by default.
</p>
<p>To enable a different font, use your mouse or the spacebar
to check <gui>Use custom font</gui> in the <gui>Editing</gui>
tab of Tomboy's Preferences.</p>
<p>You can then press the font button and a font dialog box will appear,
allowing you to choose which font you wish to use, the style, such as bold
or italic, and the size of the font. Press <key>Ok</key> to save your
selection.</p>
</section>
<section id="customsearchmatchcolor">
<title>Custom Search Match Highlight Color</title>
<p>You can choose to use a color for search match highlighting different than the
default pre-set one. This feature is disabled by default.
</p>
<p>To enable a different color, use your mouse or the spacebar
to check <gui>Use custom search match highlight color</gui> in the <gui>Editing</gui>
tab of Tomboy's Preferences.</p>
<p>You can then press the color button and a color selection dialog box will appear,
allowing you to choose which color you wish to use. Press <key>Ok</key> to save your
selection.</p>
</section>
<section id="renamelinks">
<title>Renaming a Linked Notes</title>
<p>Tomboy automatically creates links between notes when you type the
title of a saved note in your current note. If you try to rename a note
that has links to it in other notes in Tomboy, you can choose the default
behavior Tomboy should use when detecting a change. Your options include:
</p>
<list>
<item><p><gui>Ask me what to do</gui>: Tomboy will prompt you each
time it detects a change with one of the below options.</p></item>
<item><p><gui>Never rename links</gui>: Tomboy will leave the other
notes as they are and unlink the notes.</p></item>
<item><p><gui>Always rename links</gui>: Tomboy will automatically
rename all the links in other notes to the note you have renamed.
</p></item>
</list>
<p>Choose one of the above options from the drop down box to the
right of <gui>When renaming a linked note:</gui> in the <gui>Editing</gui>
tab of Tomboy's Preferences.</p>
</section>
<section id="newnotetemplate">
<title>Create a New Note Template</title>
<p>You can create a new template that is displayed every time you create
a new note.</p>
<p>Press the <gui>Open New Note Template</gui> button in the
<gui>Editing</gui> tab of Tomboy's Preferences. A new template will be
displayed that looks similar to a Tomboy Note. Replace the <gui>Describe
your new note here.</gui> text in the note with the text that should be the
new template. Close the note to complete creating a new template.
Each time you create a new note that template will be displayed in the new
note.</p>
</section>
</page>
|