mirror of
https://github.com/zadam/trilium.git
synced 2024-12-25 00:34:08 +08:00
fixed links in readme
This commit is contained in:
parent
cdede3240c
commit
5ec866aa50
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,12 +1,12 @@
|
|||
# Trilium
|
||||
Hierarchical note taking application.
|
||||
Hierarchical note taking application. Picture tells a thousand words:
|
||||
|
||||
![](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)
|
||||
* Notes can have more than 1 parents - see [cloning](https://github.com/zadam/trilium/wiki/Cloning-notes)
|
||||
* 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
|
||||
|
@ -17,15 +17,15 @@ Hierarchical note taking application.
|
|||
## 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.
|
||||
* 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.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
Desktop (electron) builds are available for Linux and Windows.
|
||||
|
||||
Requirements for web based installation are outlined in (https://github.com/zadam/trilium/wiki/Installation-on-server).
|
||||
Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-on-server).
|
||||
|
||||
Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers should work as well.
|
||||
Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers (not IE) might work as well.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue