mirror of
https://github.com/zadam/trilium.git
synced 2024-12-25 08:43:03 +08:00
added list of wiki pages into README
This commit is contained in:
parent
20c14a1920
commit
c58a0df76d
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -8,7 +8,7 @@ Hierarchical note taking application. Picture tells a thousand words:
|
|||
* 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)
|
||||
* WYSIWYG (What You See Is What You Get) editing
|
||||
* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation) inspired by IDEs
|
||||
* 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
|
||||
|
@ -21,7 +21,7 @@ Hierarchical note taking application. Picture tells a thousand words:
|
|||
|
||||
## Supported platforms
|
||||
|
||||
Desktop (electron) builds are available for Linux and Windows, both for 64 bits.
|
||||
Desktop (electron-based) 64-bit builds are available for Linux and Windows.
|
||||
|
||||
Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-as-webapp).
|
||||
|
||||
|
@ -29,4 +29,15 @@ Currently only recent Chrome and Firefox are supported (tested) browsers. Other
|
|||
|
||||
## Documentation
|
||||
|
||||
See [wiki](https://github.com/zadam/trilium/wiki/Home) for complete list of available pages.
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue