Obsidian Mention Path banner
MarkShawn2020 MarkShawn2020

Obsidian Mention Path

Development community

Description

Obsidian plugin to quickly insert relative file/folder paths using @ trigger

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Mention Path Cover

Logo Mention Path

Quickly insert relative file and folder paths in Obsidian using @ trigger
Obsidian Plugin

FeaturesUsageInstallationSettings


![demo](./assets/demo.gif)

Features

Feature Description
Trigger-based Autocomplete Type @ to instantly activate suggestions. Only triggers after whitespace or at line start.
Parent Navigation (../) Navigate up to parent directories. Supports chaining like ../../.
Vault Root (~/) Jump directly to vault root with ~/, then browse from there.
Folder Drill-down Selecting a folder navigates into it instead of closing the popup.
Recursive Search Search without / to find matches across all subdirectories.
Smart Sorting Special dirs first (~/, ../), then folders, then files. Shallower paths appear first.
Relative Paths Inserted paths are relative to current file, making links portable.
Custom Trigger Change the default @ to any single character in settings.

Usage

  1. Type @ anywhere in a note
  2. Start typing to filter files/folders
  3. Use ../ or ~/ for directory navigation
  4. Select folder to drill down, or file to insert path

Installation

Manual

  1. Download main.js, manifest.json, styles.css from releases
  2. Create .obsidian/plugins/mention-path/ in your vault
  3. Copy downloaded files into the folder
  4. Reload Obsidian and enable in Settings → Community Plugins

BRAT

Install via [BRAT](https://github.com/TfT