https://github.com/jlweston/obsidian-note-proximity-plugin
https://github.com/jlweston/obsidian-note-proximity-plugin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlweston/obsidian-note-proximity-plugin
- Owner: jlweston
- License: mit
- Created: 2024-06-10T14:43:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T15:14:48.000Z (10 months ago)
- Last Synced: 2024-08-13T07:16:33.176Z (8 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jlweston/obsidian-note-proximity-plugin - (TypeScript)
README
# Obsidian Lookalike Plugin
[](https://github.com/jlweston/obsidian-note-proximity-plugin/releases) [](https://obsidian.md/plugins?id=note-promixity) [](https://opensource.org/license/MIT) [](https://www.buymeacoffee.com/jamieweston)
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](https://obsidian.md/plugins?id=note-promixity) to install the plugin from within Obsidian.
### From GitHub
1. Find the latest release from the [releases page](https://github.com/jlweston/obsidian-note-proximity-plugin/releases).
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