From 809736d85babf55a8e801bd76c415fc1d62d9edd Mon Sep 17 00:00:00 2001 From: BoomRaccoon Date: Wed, 19 Jun 2019 02:54:30 +0200 Subject: [PATCH 1/2] Shortcuts were outdated --- Tree manipulation.md => Tree-manipulation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Tree manipulation.md => Tree-manipulation.md (63%) diff --git a/Tree manipulation.md b/Tree-manipulation.md similarity index 63% rename from Tree manipulation.md rename to Tree-manipulation.md index c2a7ff8..409a864 100644 --- a/Tree manipulation.md +++ b/Tree-manipulation.md @@ -10,9 +10,9 @@ You can manipulate the tree simply by dragging and dropping notes as you can see Trilium provides fast keyboard based manipulation with following [[shortcuts|keyboard shortcuts]]: -* `SHIFT-UP` and `SHIFT-DOWN` - move note up or down in the order -* `SHIFT-LEFT` - move note upwards in the hierarchy by changing a note's parent to note's parent's parent. -* `SHIFT-RIGHT` - move note downwards in the hierarchy by setting parent to the note currently above (this is a bit hard to explain - it's best to see a demo or try it for yourself) +* `CTRL-UP` and `CTRL-DOWN` - move note up or down in the order +* `CTRL-LEFT` - move note upwards in the hierarchy by changing a note's parent to note's parent's parent. +* `CTRL-RIGHT` - move note downwards in the hierarchy by setting parent to the note currently above (this is a bit hard to explain - it's best to see a demo or try it for yourself) * `LEFT` and `RIGHT` expands and collapses a sub-tree [[gifs/move-note-with-keyboard.gif]] From 6fc1337c439c2e7ddc8131db84fd1128e673aea5 Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 26 Jun 2019 09:14:08 +0200 Subject: [PATCH 2/2] Updated Protected notes (markdown) --- Protected notes.md => Protected-notes.md | 1 + 1 file changed, 1 insertion(+) rename Protected notes.md => Protected-notes.md (93%) diff --git a/Protected notes.md b/Protected-notes.md similarity index 93% rename from Protected notes.md rename to Protected-notes.md index 4ed53e8..768e8db 100644 --- a/Protected notes.md +++ b/Protected-notes.md @@ -7,6 +7,7 @@ For such sensitive data Trilium can protect these notes which essentially means: * time-limited access to protected notes * To first access protected notes you need to enter your password which will decrypt the note and allow you to read / write them. But after certain time period (by default 10 minutes) this decrypted note is unloaded from memory and to read it again you need to enter your password again. * This protects against a possible scenario where you leave your computer unlocked for a long time and somebody can access your Trilium application. +* protected notes protect only confidentiality and partially integrity of the notes. User outside of the protected sessions can still e.g. delete the protected notes or move them to a new location. ## How to use protected notes