diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index d5c9310de..51870ad2a 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -3235,11 +3235,27 @@ "value": "bx bx-bar-chart", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 20 } ], "format": "markdown", "dataFileName": "Similar Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "0JOeCYHahqJS", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Similar Notes_image.png" + } + ] } ] }, diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md index e69de29bb..883dccde5 100644 --- a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md +++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md @@ -0,0 +1,12 @@ +# Similar Notes +
+ +The Similar Notes feature tries to identify notes that relate to the current note by looking at the content of the notes, their relationships, as well as the date they were created. + +To access the list of similar notes, press the “Similar Notes” tab in the Ribbon. + +## Interaction + +* Hover over a note to see a short preview of the note. +* Click over a note to open it in the current view. +* Ctrl + click a note to open it in a separate tab. \ No newline at end of file diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png new file mode 100644 index 000000000..cefb34107 Binary files /dev/null and b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png differ diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json index 1fd1238d2..747b618c3 100644 --- a/src/public/app/doc_notes/en/User Guide/!!!meta.json +++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json @@ -3235,11 +3235,27 @@ "value": "bx bx-bar-chart", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 20 } ], "format": "html", "dataFileName": "Similar Notes.html", - "attachments": [] + "attachments": [ + { + "attachmentId": "0JOeCYHahqJS", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Similar Notes_image.png" + } + ] } ] }, diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.html index e3b2186b4..1ebb12eea 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.html @@ -12,7 +12,23 @@

Similar Notes

-
+
+
+ +
+

The Similar Notes feature tries to identify notes that relate to the current + note by looking at the content of the notes, their relationships, as well + as the date they were created.

+

To access the list of similar notes, press the “Similar Notes” tab in + the Ribbon.

+

Interaction

+ +
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png new file mode 100644 index 000000000..cefb34107 Binary files /dev/null and b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png differ