feat(docs): document similar notes

This commit is contained in:
Elian Doran 2025-04-05 23:45:54 +03:00
parent 67f3b4d414
commit 8e1f0f8b27
No known key found for this signature in database
6 changed files with 63 additions and 3 deletions

View File

@ -3235,11 +3235,27 @@
"value": "bx bx-bar-chart", "value": "bx bx-bar-chart",
"isInheritable": false, "isInheritable": false,
"position": 10 "position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "BlN9DFI679QC",
"isInheritable": false,
"position": 20
} }
], ],
"format": "markdown", "format": "markdown",
"dataFileName": "Similar Notes.md", "dataFileName": "Similar Notes.md",
"attachments": [] "attachments": [
{
"attachmentId": "0JOeCYHahqJS",
"title": "image.png",
"role": "image",
"mime": "image/png",
"position": 10,
"dataFileName": "Similar Notes_image.png"
}
]
} }
] ]
}, },

View File

@ -0,0 +1,12 @@
# Similar Notes
<figure class="image image-style-align-center"><img style="aspect-ratio:1626/540;" src="Similar Notes_image.png" width="1626" height="540"></figure>
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 <a class="reference-link" href="../UI%20Elements/Ribbon.md">Ribbon</a>.
## Interaction
* Hover over a note to see a short preview of the note.
* Click over a note to open it in the current view.
* <kbd>Ctrl</kbd> + click a note to open it in a separate tab.

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -3235,11 +3235,27 @@
"value": "bx bx-bar-chart", "value": "bx bx-bar-chart",
"isInheritable": false, "isInheritable": false,
"position": 10 "position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "BlN9DFI679QC",
"isInheritable": false,
"position": 20
} }
], ],
"format": "html", "format": "html",
"dataFileName": "Similar Notes.html", "dataFileName": "Similar Notes.html",
"attachments": [] "attachments": [
{
"attachmentId": "0JOeCYHahqJS",
"title": "image.png",
"role": "image",
"mime": "image/png",
"position": 10,
"dataFileName": "Similar Notes_image.png"
}
]
} }
] ]
}, },

View File

@ -12,7 +12,23 @@
<div class="content"> <div class="content">
<h1 data-trilium-h1>Similar Notes</h1> <h1 data-trilium-h1>Similar Notes</h1>
<div class="ck-content"></div> <div class="ck-content">
<figure class="image image-style-align-center">
<img style="aspect-ratio:1626/540;" src="Similar Notes_image.png" width="1626"
height="540">
</figure>
<p>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.</p>
<p>To access the list of similar notes, press the “Similar Notes” tab in
the&nbsp;<a class="reference-link" href="../UI%20Elements/Ribbon.html">Ribbon</a>.</p>
<h2>Interaction</h2>
<ul>
<li>Hover over a note to see a short preview of the note.</li>
<li>Click over a note to open it in the current view.</li>
<li><kbd>Ctrl</kbd> + click a note to open it in a separate tab.</li>
</ul>
</div>
</div> </div>
</body> </body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB