From be909f9993a1d65c50a2665b32753e47f55b9ac4 Mon Sep 17 00:00:00 2001 From: azivner Date: Sat, 1 Sep 2018 10:41:07 +0200 Subject: [PATCH] small fixes --- Attributes.md | 2 +- Manual server installation.md | 2 +- Server installation.md | 2 +- _Sidebar.md | 6 ++++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Attributes.md b/Attributes.md index abc7ca0..95b2580 100644 --- a/Attributes.md +++ b/Attributes.md @@ -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: diff --git a/Manual server installation.md b/Manual server installation.md index b99aea6..68e2e77 100644 --- a/Manual server installation.md +++ b/Manual server installation.md @@ -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): ~~~~ diff --git a/Server installation.md b/Server installation.md index be20938..adee261 100644 --- a/Server installation.md +++ b/Server installation.md @@ -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 ``` \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index c60f442..94e94ad 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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]]