trilium/README.md

47 lines
2.5 KiB
Markdown
Raw Normal View History

# 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
2018-02-12 11:06:12 +08:00
* Note attributes can be used to tag/label notes as an alternative note organization and querying
2017-12-25 11:47:06 +08: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-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)
2018-01-14 07:02:41 +08: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-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)
2018-02-12 11:06:12 +08:00
* [Attributes](https://github.com/zadam/trilium/wiki/Attributes)
2017-12-27 00:08:23 +08: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-12 01:09:28 +08:00
* [Theming](https://github.com/zadam/trilium/wiki/Theming)
2017-12-27 00:08:23 +08:00
* [Keyboard shortcuts](https://github.com/zadam/trilium/wiki/Keyboard-shortcuts)
* [Troubleshooting](https://github.com/zadam/trilium/wiki/Troubleshooting)