Lookalike

by jlweston
5
4
3
2
1
Score: 43/100

Description

Category: Note Enhancements

The Lookalike plugin for Obsidian identifies notes similar to the one currently being viewed by analyzing word frequencies across the vault. It provides a sidebar view listing similar notes with similarity scores, making it easier to discover related content. Users can click on any note in the list to open it directly in the editor. Future updates aim to include customizable settings such as similarity thresholds, exclusion of certain folders or words, and alternative algorithms for similarity calculations. This plugin enhances navigation and connections within your knowledge base by surfacing related notes efficiently.

Reviews

No reviews yet.

Stats

19
stars
912
downloads
3
forks
687
days
686
days
686
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
1
open issues
1
closed issues
18
commits

Latest Version

2 years ago

Changelog

README file from

Github

Obsidian Lookalike Plugin

GitHub Release Obsidian Downloads License "Buy Me A Coffee"

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.

Installation

From within Obsidian

Click here to install the plugin from within Obsidian.

From GitHub

  1. Find the latest release from the releases page.
  2. Download main.js, styles.css, and manifest.json.
  3. Create a folder in your Obsidian vault's plugins directory called note-promixity.
  4. Copy the downloaded files into the note-promixity folder.
  5. Reload Obsidian.
  6. Under Settings -> Community plugins, enable the plugin.

Usage

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).

Feature roadmap

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

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.