eluisjonathan139 downloadsGroups links from the active note into a newly created sibling folder.
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.
[[Note]]) and embedded media/attachments (images, PDFs, audio, etc.) in your active note.Note Name 1, Note Name 2) to ensure no directories or contents are overwritten.Ctrl + P or Cmd + P).Link Grouper: Group links of this note in a sibling folder.Tip: You can assign a custom hotkey to this command (e.g., Ctrl + Alt + G) in Settings -> Hotkeys.
If you want to install and test the plugin manually:
obsidian-link-grouper inside your vault's plugin directory:mkdir -p /path/to/your/vault/.obsidian/plugins/obsidian-link-grouper
main.js and manifest.json from the release assets (or from your build directory) into that folder.If you want to compile and build the plugin from source:
npm install
npm run build
Developed by Luis Ordoñez
This project is licensed under the MIT License - see the LICENSE file for details.