2017-12-26 12:55:40 -05:00
# Trilium Notes
Trilium Notes is a hierarchical note taking application. Picture tells a thousand words:
2017-12-24 22:33:36 -05:00
2017-12-24 22:34:57 -05:00

2017-12-24 22:47:06 -05:00
## Features
* Notes can be arranged into arbitrarily deep hierarchy
2017-12-25 08:37:40 -05:00
* Notes can have more than 1 parents - see [cloning ](https://github.com/zadam/trilium/wiki/Cloning-notes )
2017-12-24 22:47:06 -05:00
* WYSIWYG (What You See Is What You Get) editing
2017-12-26 11:08:23 -05:00
* Fast and easy [navigation between notes ](https://github.com/zadam/trilium/wiki/Note-navigation )
2017-12-24 22:47:06 -05:00
* Seamless note versioning
2018-02-11 22:06:12 -05:00
* Note attributes can be used to tag/label notes as an alternative note organization and querying
2017-12-24 22:47:06 -05:00
* 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-25 12:50:16 -05:00
* If you want to install Trilium on server, follow [this page ](https://github.com/zadam/trilium/wiki/Installation-as-webapp )
2018-01-13 18:02:41 -05:00
* If you want to use Trilium on the desktop, download binary release for your platform from [latest release ](https://github.com/zadam/trilium/releases/latest ), unzip the package and run ```trilium` `` executable.
2017-12-24 22:47:06 -05:00
2017-12-24 22:52:35 -05:00
## Supported platforms
2017-12-26 11:08:23 -05:00
Desktop (electron-based) 64-bit builds are available for Linux and Windows.
2017-12-24 22:52:35 -05:00
2017-12-25 12:50:16 -05:00
Requirements for web based installation are [outlined here ](https://github.com/zadam/trilium/wiki/Installation-as-webapp ).
2017-12-24 22:52:35 -05:00
2017-12-25 08:37:40 -05:00
Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers (not IE) might work as well.
2017-12-24 22:52:35 -05:00
2017-12-24 22:47:06 -05:00
## Documentation
2017-12-26 11:08:23 -05: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 )
2018-02-11 22:06:12 -05:00
* [Attributes ](https://github.com/zadam/trilium/wiki/Attributes )
2017-12-26 11:08:23 -05:00
* [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 )
2018-03-11 13:09:28 -04:00
* [Theming ](https://github.com/zadam/trilium/wiki/Theming )
2017-12-26 11:08:23 -05:00
* [Keyboard shortcuts ](https://github.com/zadam/trilium/wiki/Keyboard-shortcuts )
* [Troubleshooting ](https://github.com/zadam/trilium/wiki/Troubleshooting )