small changes

azivner 2018-09-08 09:50:05 +02:00
parent 2146fc8ac3
commit 85c9f1c42e
4 changed files with 7 additions and 5 deletions

@ -43,7 +43,7 @@ So now the "Bash" subtree appears on multiple locations in the hierarchy.
### Demo
[[gifs/create-clone.gif]]
In the demo, you can see how clone can be created using context menu. It's possible to do this also using Add Link dialog or with CTRL+C and CTRL+V shortcuts.
In the demo, you can see how clone can be created using context menu. It's possible to do this also using Add Link dialog or with CTRL+C and CTRL+V [[shortcuts|keyboard shortcuts]].
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.

@ -3,7 +3,7 @@ Trilium supports searching in notes. In essence it consists of
* [[attribute|Attributes]] search - you can e.g. search for notes having certain label - see *Attribute query syntax* below.
* full text search - search in text and code note content. Since this is implemented as a database search, this works only for not protected notes (doesn't matter if you're in protected session or not)
You can activate search by clicking on magnifier icon on the left or pressing `CTRL-S` keyboard shortcut.
You can activate search by clicking on magnifier icon on the left or pressing `CTRL-S` keyboard [[shortcut|keyboard shortcuts]].
## Attribute query syntax

@ -22,4 +22,6 @@ Trilium provides a way to automate this:
You can notice how heading "Formatting" is automatically detected and new subnote is named "Formatting".
This functionality is bound to `CTRL-P` keyboard shortcut. If there's no selection and you press this shortcut, Trilium will create empty subnote. This also works with `CTRL-O` shortcut - the only difference is that new note is created next to the current instead of inside the current.
[[Keyboard shortcut|Keyboard shortcuts]] `CTRL-P` normally creates empty subnote in the current note - when there is a selected text in the editor, it behaves the same as the button demoed above - new subnote is created and content (and potentially title) is filled with the selected text.
This also works with `CTRL-O` shortcut - the only difference is that new note is created next to the current instead of inside the current.

@ -8,7 +8,7 @@ You can manipulate the tree simply by dragging and dropping notes as you can see
## Keyboard manipulation
Trilium provides fast keyboard based manipulation with following shortcuts:
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.
@ -19,4 +19,4 @@ Trilium provides fast keyboard based manipulation with following shortcuts:
## Context menu
You can also move notes with familiar cut & paste from context menu or associated keyboard shortcuts `CTRL-X` (cut) and `CTRL-V` (paste).
You can also move notes with familiar cut & paste from context menu or associated keyboard [[shortcuts|keyboard shortcuts]] `CTRL-X` (cut) and `CTRL-V` (paste).