added doc folder

This commit is contained in:
azivner
2017-12-10 23:21:47 -05:00
parent fa8b5d41dd
commit bdeaa2829d
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<p>Trilium is a personal knowledge base tool. This allows you to write and
manage your knowledge in a structured manner.</p>
<h3>Main features</h3>
<ul>
<li>hierarchical (tree) structure of notes - notes can be easily nested as
necessary without imposing any depth limitations
<ul>
<li>extension of tree structure in the form of note clones - note can belong
to multiple parent notes - thus appearing in multiple places in the hierarchy</li>
</ul>
</li>
<li>strong encryption - selected notes can be protected with strong encryption
with key derived from password</li>
<li>web application to be deployed on your server, desktop application (build
on Electron) and data synchronization between instances</li>
<li>fast keyboard-based navigation between different notes using "Jump-to"
and "Recent notes" dialogs</li>
</ul>
<h3>Homepage</h3>
<p>Trilium project is maintained in <a href="https://github.com/zadam/trilium">GitHub repository</a> where
you can find up to date documentation, source code and you can file issues.</p>