Related Notes by Tag

by Chris Howard
5
4
3
2
1
Score: 48/100

Description

Category: Learning & Knowledge Management

The Related Notes by Tag plugin helps you uncover connections across your vault by surfacing notes that share common tags with the one you're viewing. It quietly runs in the background, updating in real time as you switch between notes, and shows the results in a clean sidebar panel. You can sort related notes by name or date, filter them based on how many tags they share, and even see exactly which tags link them together. Notes open instantly with a click, or in new tabs with a modifier key, making navigation fluid.

Reviews

No reviews yet.

Stats

16
stars
6,579
downloads
1
forks
413
days
28
days
28
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
14
total issues
6
open issues
8
closed issues
46
commits

Latest Version

a month ago

Changelog

This release makes Related Notes by Tag compatible with Obsidian's latest settings system.

This does mean though Obsidian 1.13.0 or later is now required for 0.8.0 and and any later releases.

Versions 0.7.1 and lower will work on Obsidian releases prior to 1.13

[0.8.0]

Added

  • Every setting is now found by Obsidian's own settings search, so typing "excerpt" or "exclude" in the settings search box goes straight to the relevant control rather than requiring you to find this plugin's tab first

Changed

  • Obsidian 1.13.0 or later is now required. Earlier versions continue to be offered 0.7.1, which remains fully functional; the notice shown in 0.7.1 was the advance warning of this
  • The settings tab is now described to Obsidian rather than drawn by hand, which is what makes it searchable. Obsidian supplies the folder autocomplete, the add and delete controls for folder exclusions, and the number validation, all of which this plugin previously implemented itself
  • Excerpt length and its unit are now two separate settings rather than two controls sharing one row, so each can be found on its own by search
  • The activation and usage instructions are now standard setting descriptions rather than a bordered panel
  • The folder exclusion description now shows a lowercase example path, so it reads as a format to follow rather than a folder name to match

Fixed

  • The default colour and font size shown for the note title were measured against whichever window had focus. Since Obsidian 1.13 opens settings in their own window, that could be the settings window rather than the one the panel appears in; they are now always measured where the panel actually renders
  • Saved settings were read without any type checking, so a mistyped setting name would have been accepted silently rather than caught while building

README file from

Github

Discover related content in your Obsidian vault through tag-based connections. This plugin displays notes that share tags with your currently active note, helping you find related notes and build stronger knowledge connections. For note takers using generic titles, like Zettelkasten and atomic notes, use its excerpts feature.

If you're a heavy tag user, this plugin makes tags even more useful.

v0.7.0

Features

  • Tag-based Matching: Finds notes that share one or more tags with your current note
  • Automatic Discovery: Instantly shows related notes when you open any tagged note
  • Sidebar Integration: Clean, unobtrusive sidebar panel that fits seamlessly into your Obsidian workflow
  • Real-time Updates: Automatically refreshes when you switch between notes
  • Flexible Sorting: Sort related notes by name, modified date, or creation date
  • Tag Group Sorting: Order the tag groups themselves by tag name (A-Z) or by how many notes each contains
  • Tag Filtering: Set minimum tag match requirements (1, 2, or 3+ matching tags)
  • Show All Notes: Choose no filter to list every tagged note in your vault, not just those matching the current note
  • Matched Tags Display: Option to show which tags are shared between notes
  • Titles and Excerpts: Show a note's title, a content excerpt, or both — ideal for Zettelkasten or atomic notes with generic, date-based titles
  • Collapsible Groups: Organize results by tag with expandable/collapsible sections
  • Tag or Title View: Toggle between notes grouped under each matching tag, and a single flat list by title where each note appears once with a count of the tags it matched
  • Folder Exclusion: Exclude files from specific folders
  • Search Notes: Filter the listed notes by word or #tag, matching note titles and full note content, with a choice of matching any or all of your search terms. Prefix a term with - to exclude notes matching it

Installation

From Obsidian Community Plugins

  1. Open Obsidian Settings
  2. Go to Community Plugins
  3. Search for "Related Notes by Tag"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from GitHub
  2. Extract to your vault's .obsidian/plugins/related-notes-by-tag/ folder
  3. Enable the plugin in Obsidian Settings > Community Plugins

How to Use

  1. Find the Panel: After installation, the Related Notes by Tag panel automatically appears in your right sidebar (but stays closed)
  2. Open the Panel: Click on the "Related Notes by Tag" tab in the right sidebar, or use the command palette ("Related Notes by Tag: Open sidebar")
  3. Browse Related Notes: The panel will automatically show notes related to your active note
  4. Customize Display: The toolbar's dropdowns sort notes, filter by tag match count, and sort the tag groups; its buttons switch between tag and title views, show matched tags, and expand or collapse all groups. Tag group sorting and expand/collapse are unavailable in title view, which has no groups
  5. Expand and Collapse: In tag view, click a tag group header to expand or collapse that group
  6. Search: Use the search field below the toolbar to narrow the listed notes. Type words to match note titles and content, or #tag terms to match tags, and prefix a term with - to exclude matching notes (-draft, -#archive); the icon beside the field chooses whether notes must match any or all of your terms
  7. Quick Navigation: Click any note title to open it immediately
  8. Modifier Support: Cmd/Ctrl+click to open notes in new tabs
  9. Preview Support: Hover with Cmd/Ctrl held to preview note content

USAGE TIP

If you're finding a tag for a note has too many notes below it, try switching the filter to 2 matches or 3 matches. Also, try adding more tags to your current note

Settings

Access plugin settings through Obsidian Settings > Plugin Options > Related Notes by Tag:

General Settings

  • Default Sort Mode: Choose how related notes are sorted by default
  • Excluded Tags: Specify tags to ignore when finding related notes (# prefix optional)
  • Default Group State: Set whether tag groups start collapsed or expanded
  • Show Notes in All Matching Tag Groups: Turn off to list each note once only, under the first of its tags alphabetically, with a count of the tags it matched

Titles and Excerpts

  • Note Display Mode: Show the title, an excerpt of the note's content, or both
  • Excerpt Length: Set how much content to show, measured in sentences, words, or characters
  • Include Heading: Optionally include a note's leading heading as part of the excerpt
  • Plain Text Excerpts: Markdown formatting, links, and tags are automatically stripped so excerpts read as plain text
  • Title Colour: Set a custom colour for the note title/excerpt link, with a reset button to return to your theme's default
  • Title Font Size: Set a custom font size in pixels, with a reset button to return to your theme's default
  • Title Font Weight: Choose Normal, Medium, Semibold, or Bold, or leave at Default for your theme's usual weight

Folder Exclusion

  • Exclude Specific Folders: Add multiple folder paths to exclude from related notes
  • Autocomplete Support: Type folder paths with intelligent autocomplete suggestions
  • Include Subfolders Toggle: Choose whether to exclude just the folder or include all subfolders
  • Dynamic Descriptions: Real-time preview of what will be excluded as you configure settings
  • Easy Management: Add folders with one click, delete with intuitive trash icon

Requirements

  • Minimum verified on Obsidian v1.9.x
  • Notes with tags (hashtags or YAML frontmatter)

Note: Version 0.7.1 is the last release supporting Obsidian below v1.13.0. Later releases require Obsidian v1.13.0 or newer, so the plugin can adopt Obsidian's current settings API. If you stay on an older Obsidian, you will keep being offered 0.7.1 and the plugin will continue to work.

Support

Found a bug or have a feature request? Please open an issue on GitHub.

My Obsidian Plugins


Author: Chris Howard (Obsidian author page)

Buy me a coffee

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Tag Wrangler
6 years ago by PJ Eby
Rename, merge, toggle, and search tags from the Obsidian tag pane
Colored Tags
3 years ago by Pavel Frankov
Colorizes tags in different colors.
MetaEdit
5 years ago by Christian B. B. Houmann
MetaEdit for Obsidian
Collapse All
5 years ago by Nathonius
Colored Tags Wrangler
3 years ago by AndreasSasDev
Obsidian Plugin : Assign colors to tags. Has integrations with other plugins, like Kanban.
Frontmatter Tag Sugest
5 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
Multi Tag
3 years ago by fez-github
Obsidian plugin that allows the user to add a tag to all files in a folder. Not in active development. Now working on Multi-Properties, which covers most of this plugin's functionality.
Tags Overview
3 years ago by Christian Wannerstedt
Obsidian plugin which adds an extended tags panel where tagged files can be overviewed, filtered and accessed in an easy way.
Nested tags graph
3 years ago by drpilman
A small plugin for Obsidian that links nested tags in graph view
Quick Tagger
3 years ago by Gorkycreator
Quick tagger for Obsidian.md
Tags Routes
2 years ago by Ken
This is a plugin for obsidian, to visualize files and tags as nodes in 3D graph.
HTML Tags Autocomplete
5 years ago by bicarlsen
Autocomplete HTML formatting tags.
AutoMOC
4 years ago by Diego Alcantara
Auto Classifier
3 years ago by Hyeonseo Nam
Auto classification plugin for Obsidian using ChatGPT.
Canvas Filter
4 years ago by Ivan Koshelev
Obsidian Canvas plugin that let's you show only pages / arrows with specific tags / colors / connections.
Similar Notes
a year ago by Young Lee
Smart Title
3 years ago by magooup
obsidian-plugin-smart-title
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Insta TOC
2 years ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Reading comments
4 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
QuickLink
a year ago by Jamba Hailar
On obsidian, use @ to quickly link files
Media Companion
2 years ago by Nick de Bruin
Related Notes Finder
5 years ago by Joshua Michalik
An Obsidian extension that adds extra features for note links, statistics, and randomizers
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Base Tag Renderer
4 years ago by Darren Kuro
A lightweight obsidian plugin to render the basename of tags in preview mode.
Tag Buddy
3 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
Tag Group Manager
10 months ago by Stargazer-cc
Tag Group Manager is a plugin designed for Obsidian that helps manage tag groups and quickly insert tags.
FuzzyTag
4 years ago by Adrian
Liquid Templates
5 years ago by Diomede Tripicchio
Define your templates with LiquidJS tags support
EmoTagsTitler
3 years ago by Cyfine
Testing Vault
3 years ago by Michael Pedersen
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
Related Notes
a year ago by Oluwasanya Awe
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Note 2 Tag Generator
2 years ago by Augustin
Folder by tags distributor
2 years ago by RevoTale
Automatically group Obsidian notes into folder by tags specified in note.
Tag Formatter
3 years ago by snsvrno
Configurable Obsidian plugin that hides parent tags.
Tag Links
2 years ago by Zacchary Dempsey-Plante
A plugin for Obsidian that allows tags to be opened as links using a hotkey.
Lookalike
2 years ago by jlweston
Current File Tags
2 years ago by Trung Tran
Auto Close Tags
a year ago by k0src
Obsidian MD plugin to auto-close HTML tags.
Private Mode
a year ago by markusmo3
Note Reviewer
2 years ago by Travis Linkey
An obsidian plugin to help review notes that have been taken
Tag Timer
9 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
SafeLearn Formatter
a year ago by UnterrainerInformatik
A community plugin for Obsidian, that offers visual aids for the SafeLearn-specific tags.