small fixes

azivner 2018-09-01 10:41:07 +02:00
parent 7607500ced
commit be909f9993
4 changed files with 7 additions and 5 deletions

@ -24,7 +24,7 @@ Labels can be used for [[searching|Search]].
Following labels are used for advanced configuration:
* `disableVersioning` - disables auto-versioning. Useful for e.g. large, but unimportant notes - e.g. large JS libraries used for scripting
* `calendarRoot` - marks note which should be used as root for [[day notes|Day note]]. Only one should be marked as such.
* `calendarRoot` - marks note which should be used as root for [[day notes]]. Only one should be marked as such.
* `archived` - notes with this label won't be visible in autocomplete-based search (jump to, add link). Applies also to all its sub-notes.
* `excludeFromExport` - notes (with their sub-tree) won't be included in any note export
* `run` - defines on which events script should run. Possible values are:

@ -2,7 +2,7 @@ This pages describes manually installing Trilium on your server.
## Requirements
Trilium is a [node.js](http://nodejs.org/) application. Supported version is 8.2.1 and up, but it might work with earlier versions, it's just not tested. It will definitely not run on node version lower than 7.6 though (first version with async/await enabled).
Trilium is a [node.js](http://nodejs.org/) application. Supported (tested) version of node.js is latest 8.X.X. Unfortunately node.js 10 currently doesn't work because of problems with scrypt dependency.
You can check your node version with this command (node.js needs to be installed):
~~~~

@ -17,5 +17,5 @@ For server installations, you might want to configure e.g. port or [[TLS|TLS con
If this is not desired, you may change it via `TRILIUM_DATA_DIR` environment variable to some other location, e.g.:
```bash
export TRILIUM_DATA_DIR=/home/adam/trilium-server-data
export TRILIUM_DATA_DIR=/home/myuser/data/my-trilium-data
```

@ -24,8 +24,10 @@
* [[Attributes]]
* [[Attribute inheritance]]
* [[Promoted attributes]]
* [[Scripts]] and [[Script API]]
* [[Template]]
* [[Template]]
* [[Scripts]]
* [[Script API]]
* [[Events]]
* [[Advanced showcases]]
* [[Day notes]]
* [[Weight Tracker]]