From 19ec5614eef4cfcc7738b2692f6eb5b877c8c2ee Mon Sep 17 00:00:00 2001 From: Chad Kennedy Date: Thu, 27 Aug 2020 11:18:20 -0500 Subject: [PATCH 1/4] Updated Text notes (markdown) --- Text-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Text-notes.md b/Text-notes.md index 330c814..49d9cda 100644 --- a/Text-notes.md +++ b/Text-notes.md @@ -14,7 +14,6 @@ In both cases it is possible to switch to editable mode again. CKEditor supports markdown-like editing experience. It recognizes syntax and automatically converts it to rich text. See it in action: [[gifs/autoformat.gif]] -ode Complete documentation for this feature is available in [CKEditor documentation](https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html). If the autoformat is not desirable for what you just wrote, you can press `CTRL-Z` which will un-autoformat the text to its original form. From 491e3002eeefe0e922ec05a219b569522069b87b Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 29 Aug 2020 00:09:41 +0200 Subject: [PATCH 2/4] Updated Server installation (markdown) --- Server-installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Server-installation.md b/Server-installation.md index e323c73..fd74929 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -10,7 +10,14 @@ Server installation has both desktop and [[mobile frontend]]. ## Configuration -For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]] +For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]]. + +Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with: + +``` +[General] +noAuthentication=true +``` ### Config location From 9be74b99796cd67ccb4a5f4adbcf9ccbd61bb73d Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 29 Aug 2020 00:10:54 +0200 Subject: [PATCH 3/4] Updated Server installation (markdown) --- Server-installation.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Server-installation.md b/Server-installation.md index fd74929..72bc8b9 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -12,13 +12,6 @@ Server installation has both desktop and [[mobile frontend]]. For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]]. -Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with: - -``` -[General] -noAuthentication=true -``` - ### Config location `config.ini`, [[document]] and some other important Trilium data files are by default persisted in the [[data directory]]. @@ -29,6 +22,16 @@ If this is not desired, you may change it via `TRILIUM_DATA_DIR` environment var export TRILIUM_DATA_DIR=/home/myuser/data/my-trilium-data ``` +### Disable authentication +Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with: + +``` +[General] +noAuthentication=true +``` + +Note that disabling authentication is possible only since version 0.44. + ## Reverse proxy setup ### nginx From 00d71f4837c4643043efa42f39c1ae1d40337a2f Mon Sep 17 00:00:00 2001 From: Chad Kennedy Date: Fri, 28 Aug 2020 21:40:13 -0500 Subject: [PATCH 4/4] Updated Cloning notes (markdown) --- Cloning-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cloning-notes.md b/Cloning-notes.md index 5166802..07df300 100644 --- a/Cloning-notes.md +++ b/Cloning-notes.md @@ -47,6 +47,8 @@ In the demo, you can see how clone can be created using context menu. It's possi You can also notice how after creating the clone, all clones are highlighted. This is so you can easily see which notes are cloned into other locations in the hierarchy. +Please note: In more recent versions, titles of cloned noted in the tree view have an asterisk to the right. Also, the "Paths" dropdown has been changed to a dropdown at the top of the tree view. As documented [here](https://github.com/zadam/trilium/issues/1139#issuecomment-651582746). + ## Prefix Since notes can be categorized into multiple places, it's important to choose name which fits into both (all) locations.