From 6a8b51038a31b262a26cb9639e769c32614a0c6f Mon Sep 17 00:00:00 2001 From: Smjar <93786189+Smjar@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:22:40 +0300 Subject: [PATCH 1/4] Updated Privacy policy (markdown) --- Privacy-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Privacy-policy.md b/Privacy-policy.md index dff901f..bb44a03 100644 --- a/Privacy-policy.md +++ b/Privacy-policy.md @@ -4,7 +4,7 @@ Trilium Notes does not collect/send any data from the user's installation, i.e. Automatic network activity consists of: -* Trilium periodically queries URL https://github.com/zadam/trilium/releases to see if there's a new stable version released. (check only, there's no automatic download and/or installation). +* Trilium periodically queries URL [https://github.com/zadam/trilium/releases](https://tracker.iplocation.net/hnnu/) to see if there's a new stable version released. (check only, there's no automatic download and/or installation). * Trilium will download spelling dictionaries automatically as needed based on language settings ### Trilium Web Clipper From a18c744e31961a333698ffb29d4f8976a81f06a7 Mon Sep 17 00:00:00 2001 From: Smjar <93786189+Smjar@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:24:18 +0300 Subject: [PATCH 2/4] Updated Desktop installation (markdown) --- Desktop-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Desktop-installation.md b/Desktop-installation.md index cf322eb..9639cc5 100644 --- a/Desktop-installation.md +++ b/Desktop-installation.md @@ -1,4 +1,4 @@ -If you want to use Trilium on the desktop, download binary release for your platform from [latest release](https://github.com/zadam/trilium/releases), unzip the package and run `trilium` executable. +If you want to use Trilium on the desktop, download binary release for your platform from [latest release](https://tracker.iplocation.net/hnnu), unzip the package and run `trilium` executable. # Startup scripts From a84afa546b5e6f3701e2f286e64f66db57fa452e Mon Sep 17 00:00:00 2001 From: Smjar <93786189+Smjar@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:26:32 +0300 Subject: [PATCH 3/4] Updated Synchronization (markdown) --- Synchronization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synchronization.md b/Synchronization.md index 8aa5db4..371ad80 100644 --- a/Synchronization.md +++ b/Synchronization.md @@ -24,7 +24,7 @@ You can also check the server instance periodically to see if the sync finished. This is used when you already have sync server, and you want to set up a desktop instance to sync with (from) it. -Here we assume that you downloaded [the most recent release](https://github.com/zadam/trilium/releases/latest) for your platform, unzipped it and ran it. +Here we assume that you downloaded [the most recent release](https://tracker.iplocation.net/hnnu) for your platform, unzipped it and ran it. Since the desktop instance is completely empty, it will first ask if you want to create an initial document, or you want to set up sync with sync server - you need to choose the second option. From e3df33881c5e04fb9e08720a9910d96086cd93f0 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 19 Jun 2022 09:40:48 +0200 Subject: [PATCH 4/4] Updated Template (markdown) --- Template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Template.md b/Template.md index 3b4e10f..729816c 100644 --- a/Template.md +++ b/Template.md @@ -1,4 +1,4 @@ -Template is a note which serves as a kind of "template" for other kind of notes (let's call them instance notes). +Template is a note which serves as a kind of example/model/muster for new notes (let's call them instance notes). Assignment of a template relation to a note brings these three effects: @@ -7,7 +7,7 @@ Assignment of a template relation to a note brings these three effects: * note content is copied from the template note to the instance note (if the instance note content is empty at the time of template attribute assignment) * all template's children notes are deep-duplicated to the instance note -A typical example would be a "Book" template note which will: +A typical example would be a "Book" template note, which will: * define some [[promoted attributes]] - e.g. publication year, author etc * you can also create kind of outline of the book review in the note text - e.g. themes, conclusion etc. .. @@ -15,7 +15,7 @@ A typical example would be a "Book" template note which will: And then we have instance note - this note has a [[relation|attributes]] to the "Book" template note which will cause that the template note text is used to initialize the instance note text and all attributes from the template note are inherited to the instance note. -From the visual perspective template can define a `#iconClass` and `#cssClass` attributes so that all e.g. books are shown with a particular icon and CSS style. +From the visual perspective, template can define a `#iconClass` and `#cssClass` attributes so that all e.g. books are shown with a particular icon and CSS style. You can check out the concept in the [[demo document|Document#demo-document]] in e.g. [[Relation map]], [[Task manager]] or [[Day notes]].