Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Link Grouper

eluisjonathaneluisjonathan139 downloads

Groups links from the active note into a newly created sibling folder.

Add to Obsidian
Link Grouper screenshot
Link Grouper screenshot
Link Grouper screenshot
Link Grouper screenshot
  • Overview
  • Scorecard
  • Updates6

Link Grouper is an Obsidian plugin designed to automatically organize and group all files linked or embedded in your active note into a newly created, dedicated sibling folder.

This is perfect for workflows that prioritize clean structures, dashboard-style index notes, or project-based groupings without manual file sorting.

Features

  • Automatic Grouping: Detects all internal links ([[Note]]) and embedded media/attachments (images, PDFs, audio, etc.) in your active note.
  • Dedicated Sibling Folders: Creates a folder at the same level as the active note, named exactly after the note.
  • Collision Prevention: If a folder with the note's name already exists, the plugin automatically appends an incremental number (e.g., Note Name 1, Note Name 2) to ensure no directories or contents are overwritten.
  • Link Integrity: Uses Obsidian's native API to relocate the files, ensuring all links across your entire vault are automatically updated and nothing is broken.

How to Use

  1. Open any note containing links to other notes or attachments.
  2. Open the Obsidian Command Palette (Ctrl + P or Cmd + P).
  3. Search for and run: Link Grouper: Group links of this note in a sibling folder.
  4. The plugin will create the folder, move the linked files inside it, and safely update the links.

Tip: You can assign a custom hotkey to this command (e.g., Ctrl + Alt + G) in Settings -> Hotkeys.

Installation

Manual Installation

If you want to install and test the plugin manually:

  1. Create a folder named obsidian-link-grouper inside your vault's plugin directory:
    mkdir -p /path/to/your/vault/.obsidian/plugins/obsidian-link-grouper
    
  2. Copy the compiled main.js and manifest.json from the release assets (or from your build directory) into that folder.
  3. Open Obsidian, go to Settings -> Community Plugins, and enable Link Grouper.

Development

If you want to compile and build the plugin from source:

  1. Clone this repository.
  2. Install the development dependencies:
    npm install
    
  3. Compile the production bundle:
    npm run build
    

Author

Developed by Luis Ordoñez

  • GitHub: @eluisjonathann

License

This project is licensed under the MIT License - see the LICENSE file for details.

HealthExcellent
ReviewSatisfactory
About
Group all files linked or embedded in the active note into a new sibling folder named after the note. Handle naming collisions by appending incremental numbers and update links across the vault to preserve link integrity when files are moved.
FilesFoldersLinks
Details
Current version
1.2.2
Last updated
Last month
Created
Last month
Updates
6 releases
Downloads
139
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
eluisjonathaneluisjonathaneluisjonathann
GitHubeluisjonathann
  1. Community
  2. Plugins
  3. Files
  4. Link Grouper

Related plugins

Advanced URI

Control everything with URI.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Note Refactor

Extract note content into new notes and split notes.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.