You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
257 lines
6.7 KiB
257 lines
6.7 KiB
<?xml version="1.0" ?>
|
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
|
<!ENTITY knowit '<application>KnowIt</application>'>
|
|
<!ENTITY kapp "&knowit;"><!-- replace knowit here -->
|
|
<!ENTITY % addindex "IGNORE">
|
|
<!ENTITY % English "INCLUDE"><!-- change language only here -->
|
|
|
|
|
|
<!-- Do not define any other entities; instead, use the entities
|
|
from kde-genent.entities and $LANG/user.entities. -->
|
|
]>
|
|
|
|
|
|
<book lang="&language;">
|
|
|
|
<bookinfo>
|
|
<title>The KnowIt Handbook</title>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Michal</firstname>
|
|
<othername></othername>
|
|
<surname>Rudolf</surname>
|
|
<affiliation>
|
|
<address><email>mrudolf@kdewebdev.org</email></address>
|
|
</affiliation>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
|
|
|
<copyright>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<holder>Michal Rudolf</holder>
|
|
</copyright>
|
|
<!-- Translators: put here the copyright notice of the translation -->
|
|
<legalnotice>&FDLNotice;</legalnotice>
|
|
|
|
<date>31/03/2003</date>
|
|
<releaseinfo>0.10</releaseinfo>
|
|
|
|
<abstract>
|
|
<para>
|
|
&knowit; is an application to help you keep, edit and maintain notes.
|
|
</para>
|
|
</abstract>
|
|
|
|
<keywordset>
|
|
<keyword>KDE</keyword>
|
|
<keyword>KnowIt</keyword>
|
|
<keyword>notes</keyword>
|
|
<keyword>manage</keyword>
|
|
<keyword>edit</keyword>
|
|
<keyword>tree</keyword>
|
|
<keyword>hierarchy</keyword>
|
|
<keyword>HTML</keyword>
|
|
</keywordset>
|
|
|
|
</bookinfo>
|
|
|
|
<chapter id="introduction">
|
|
<title>Introduction</title>
|
|
|
|
<para>
|
|
&kapp; is a simple tool for managing notes. It is similar to
|
|
<ulink url="https://sourceforge.net/projects/tuxcards">TuxCards</ulink>,
|
|
but designed for TDE. Notes are organized in tree-like hierarchy,
|
|
texts are stored in RichText format, so bold, italic and underline fonts
|
|
are supported, as well as various text colors and unordered lists.
|
|
</para>
|
|
|
|
<para>
|
|
&kapp; development depends on user's feedback! If you have
|
|
suggestions or want to help developing &kapp;, have a look at the
|
|
<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/knowit">&kapp; page</ulink>
|
|
to see what is still to do.
|
|
</para>
|
|
|
|
</chapter>
|
|
|
|
<chapter id="using-kapp">
|
|
<title>Using &knowit;</title>
|
|
|
|
<sect1 id="Interface">
|
|
<title>Interface</title>
|
|
<para>
|
|
|
|
The main screen of &knowit; is divided into two parts: on the left you can see the notes
|
|
hierarchy (tree-like), on the right you can find the text of the current note.
|
|
You can browse and manage notes in the tree view and edit them in the
|
|
edit view.
|
|
|
|
<screenshot>
|
|
<screeninfo>Here's a screenshot of &kapp;</screeninfo>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="screenshot.png" format="PNG"/>
|
|
</imageobject>
|
|
<textobject>
|
|
<phrase>Screenshot</phrase>
|
|
</textobject>
|
|
</mediaobject>
|
|
</screenshot>
|
|
</para>
|
|
|
|
<sect2 id="editing">
|
|
<title>Editing notes</title>
|
|
<para>
|
|
You can use standard TDE shortcuts for editing text. Unordered lists are
|
|
supported: just start the line with <keycap>*</keycap>. You can also use
|
|
<guimenu>List</guimenu> submenu of <guimenu>Edit</guimenu> menu to get all
|
|
available list formats.
|
|
</para>
|
|
|
|
<para>
|
|
<keycap>Enter</keycap> inserts a new paragraph (as in HTML there
|
|
is an empty line between two paragraphs) - if you
|
|
just want a line break, use <keycap>Ctrl+Enter</keycap> instead.
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 id="managing">
|
|
<title>Managing notes</title>
|
|
<para>
|
|
You can use shortcuts for adding notes. If the notes tree is active,
|
|
just press <keycap>Ctrl+Enter</keycap> to add a same-level note following
|
|
the current one, <keycap>Insert</keycap> to add a child-note and
|
|
<keycap>Delete</keycap> to delete the current note.
|
|
</para>
|
|
|
|
<para>
|
|
<guimenu>Notes</guimenu> menu or popup menu (accessed by right-clicking
|
|
on the list) contains many commands for managing notes. Most of them
|
|
have shortcuts assigned, for others you could assign them yourself.
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 id="links">
|
|
<title>Links</title>
|
|
<para>
|
|
You can create links in notes. Links will be displayed below the note
|
|
text. There are two kinds of links: <emphasis>external</emphasis> (to
|
|
any file or URL) - click on it, and it will be opened in appropriate
|
|
application, and <emphasis>internal</emphasis> (to another note) - click
|
|
on it, and note with appropriate title will be displayed.
|
|
</para>
|
|
</sect2>
|
|
</sect1>
|
|
</chapter>
|
|
|
|
<chapter id="about">
|
|
<title>About &knowit;</title>
|
|
|
|
<sect1 id="credits">
|
|
<title>Credits and License</title>
|
|
|
|
<para>
|
|
Program and documentation:
|
|
</para>
|
|
<para>copyright 2002, 2003, 2004 Michal Rudolf <email>mrudolf@kdewebdev.org</email>
|
|
</para>
|
|
&underFDL; <!-- FDL: do not remove. Commercial development should -->
|
|
&underGPL; <!-- GPL License -->
|
|
</sect1>
|
|
|
|
<sect1 id="new">
|
|
<title>New in this version</title>
|
|
|
|
<para>
|
|
<itemizedlist>
|
|
<listitem><simpara>list editing commands</simpara></listitem>
|
|
<listitem><simpara>improved handling of read-only files</simpara></listitem>
|
|
<listitem><simpara>many improvements to export</simpara></listitem>
|
|
<listitem><simpara>link copy command</simpara></listitem>
|
|
<listitem><simpara>some shortcuts for links added</simpara></listitem>
|
|
<listitem><simpara>fixed backup bugs</simpara></listitem>
|
|
<listitem><simpara>warning when resource file is missing</simpara></listitem>
|
|
</itemizedlist>
|
|
|
|
&knowit; 0.10 was released at 31st of March 2003. File <filename>ChangeLog</filename> in
|
|
source package contains information about changes in previous versions.
|
|
</para>
|
|
</sect1>
|
|
</chapter>
|
|
|
|
|
|
<appendix id="installation">
|
|
<title>Installation</title>
|
|
|
|
<sect1 id="getting-knowit">
|
|
<title>How to obtain &knowit;</title>
|
|
|
|
<para>
|
|
Newest version of &knowit; can be found at
|
|
<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/knowit">https://mirror.git.trinitydesktop.org/gitea/TDE/knowit</ulink>.
|
|
Updates will probably be announced on the<ulink
|
|
url="http://trinitydesktop.org"> Trinitydesktop</ulink> web site.
|
|
</para>
|
|
</sect1>
|
|
|
|
|
|
<sect1 id="requirements">
|
|
<title>Requirements</title>
|
|
<para>
|
|
The tdelibs library and cmake are needed to build &knowit;.
|
|
</para>
|
|
</sect1>
|
|
|
|
<sect1 id="compilation">
|
|
<title>Compilation and installation</title>
|
|
<para>
|
|
For a basic compilation and installation of &knowit; on your system, type the following
|
|
in the base directory of the &knowit; source:
|
|
<screen width="40">
|
|
<prompt>%</prompt> <userinput>mkdir -p build</userinput>
|
|
<prompt>%</prompt> <userinput>cd build</userinput>
|
|
<prompt>%</prompt> <userinput>cmake -G "Unix Makefiles" ../</userinput>
|
|
<prompt>%</prompt> <userinput>cmake --build ./</userinput>
|
|
<prompt>#</prompt> <userinput>make install</userinput>
|
|
</screen>
|
|
For more options, please read the INSTALL file.
|
|
</para>
|
|
|
|
<para>Since &knowit; uses cmake, you should have no
|
|
trouble compiling it. Should you run into problems please report
|
|
them to the Trinity Desktop dev team.</para>
|
|
</sect1>
|
|
|
|
</appendix>
|
|
|
|
&documentation.index;
|
|
</book>
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-minimize-attributes:nil
|
|
sgml-general-insert-case:lower
|
|
sgml-indent-step:0
|
|
sgml-indent-data:nil
|
|
End:
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|