2017-12-27 01:55:40 +08:00
# Trilium Notes
Trilium Notes is a hierarchical note taking application. Picture tells a thousand words:
2017-12-25 11:33:36 +08:00
2017-12-25 11:34:57 +08:00
![](https://raw.githubusercontent.com/wiki/zadam/trilium/images/screenshot.png)
2017-12-25 11:47:06 +08:00
## Features
* Notes can be arranged into arbitrarily deep hierarchy
2017-12-25 21:37:40 +08:00
* Notes can have more than 1 parents - see [cloning ](https://github.com/zadam/trilium/wiki/Cloning-notes )
2017-12-25 11:47:06 +08:00
* WYSIWYG (What You See Is What You Get) editing
2017-12-27 00:08:23 +08:00
* Fast and easy [navigation between notes ](https://github.com/zadam/trilium/wiki/Note-navigation )
2017-12-25 11:47:06 +08:00
* Seamless note versioning
* Can be deployed as web application and / or desktop application with offline access (electron based)
* [Synchronization with ](https://github.com/zadam/trilium/wiki/Synchronization ) self-hosted sync server
* Strong [note encryption ](https://github.com/zadam/trilium/wiki/Protected-notes )
## Builds
2017-12-26 01:50:16 +08:00
* If you want to install Trilium on server, follow [this page ](https://github.com/zadam/trilium/wiki/Installation-as-webapp )
* If you want to use Trilium on the desktop, download binary release for your platfor from [latest release ](https://github.com/zadam/trilium/releases/latest ), unzip the package and run ```trilium``` executable.
2017-12-25 11:47:06 +08:00
2017-12-25 11:52:35 +08:00
## Supported platforms
2017-12-27 00:08:23 +08:00
Desktop (electron-based) 64-bit builds are available for Linux and Windows.
2017-12-25 11:52:35 +08:00
2017-12-26 01:50:16 +08:00
Requirements for web based installation are [outlined here ](https://github.com/zadam/trilium/wiki/Installation-as-webapp ).
2017-12-25 11:52:35 +08:00
2017-12-25 21:37:40 +08:00
Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers (not IE) might work as well.
2017-12-25 11:52:35 +08:00
2017-12-25 11:47:06 +08:00
## Documentation
2017-12-27 00:08:23 +08:00
List of documentation pages:
* [Installation as webapp ](https://github.com/zadam/trilium/wiki/Installation-as-webapp )
* [Note navigation ](https://github.com/zadam/trilium/wiki/Note-navigation )
* [Tree manipulation ](https://github.com/zadam/trilium/wiki/Tree-manipulation )
* [Links ](https://github.com/zadam/trilium/wiki/Links )
* [Cloning notes ](https://github.com/zadam/trilium/wiki/Cloning-notes )
* [Protected notes ](https://github.com/zadam/trilium/wiki/Protected-notes )
* [Synchronization ](https://github.com/zadam/trilium/wiki/Synchronization )
* [Document ](https://github.com/zadam/trilium/wiki/Document )
* [Keyboard shortcuts ](https://github.com/zadam/trilium/wiki/Keyboard-shortcuts )
* [Troubleshooting ](https://github.com/zadam/trilium/wiki/Troubleshooting )