mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 09:12:08 +08:00
Update README.md
This commit is contained in:
parent
15c3b4c4ac
commit
2e346740e3
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,4 +1,24 @@
|
||||||
# Trilium
|
# Trilium
|
||||||
Hierarchical note taking application
|
Hierarchical note taking application.
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/wiki/zadam/trilium/images/screenshot.png)
|
![](https://raw.githubusercontent.com/wiki/zadam/trilium/images/screenshot.png)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Notes can be arranged into arbitrarily deep hierarchy
|
||||||
|
* Notes can have more than 1 parents - see [cloning](https://github.com/zadam/trilium/wiki/Cloning)
|
||||||
|
* WYSIWYG (What You See Is What You Get) editing
|
||||||
|
* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation)
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Installation-on-server)
|
||||||
|
* If you want to use Trilium on the desktop, download binary release from [releases], unzip the package and run ```trilium``` executable.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
See [wiki](https://github.com/zadam/trilium/wiki/Home) for complete list of available pages.
|
||||||
|
|
Loading…
Reference in a new issue