This is a plugin for Obsidian that allows you to identify other notes which may be similar to the current note. It does this by analysing word frequencies across all notes in the vault and comparing them to the current note.
Click here to install the plugin from within Obsidian.
- Find the latest release from the releases page.
- Download
main.js
,styles.css
, andmanifest.json
. - Create a folder in your Obsidian vault's plugins directory called
note-promixity
. - Copy the downloaded files into the
note-promixity
folder. - Reload Obsidian.
- Under Settings -> Community plugins, enable the plugin.
Once the plugin is enabled, there will be a new view in the right-hand pane called "Similar notes". Notes that are similar to the current note will be displayed here, with scores indicating how similar they are (higher scores indicate that the notes share potentially-relevant terms). Clicking on a note in this view will open it in the current editor.
If you've closed the sidebar tab and want to re-open it, you can use the "Open Lookalike sidebar" command from the Command Palette (Cmd/Ctrl+P).
Allow configurations options for the plugin, such as:
- configure a minimum similarity threshold
- configure the maximum number of similar notes to display
- allow for the exclusion of certain notes/folders from the analysis
- allow for the exclusion of certain words from the analysis
- allow for excluding frontmatter and/or code blocks from the analysis
- selection of alternative algorithms for calculating similarity