No description
Find a file
2025-07-30 15:09:11 +02:00
.claude feat: add hotkey commands for copy path actions (#5) 2025-07-30 14:33:13 +02:00
.github Initial commit 2025-05-01 01:11:49 +02:00
src chore: fix formatting and spelling 2025-07-30 15:08:15 +02:00
.editorconfig Initial commit 2025-05-01 01:11:49 +02:00
.gitattributes Initial commit 2025-05-01 01:11:49 +02:00
.gitignore Add trailing slash option for folder paths (#3) 2025-07-09 23:47:05 +02:00
CHANGELOG.md 0.3.0 2025-07-30 15:09:11 +02:00
cspell.json chore: fix formatting and spelling 2025-07-30 15:08:15 +02:00
eslint.config.mts fix: fix eslint 2025-05-01 01:20:13 +02:00
LICENSE Initial commit 2025-05-01 01:11:49 +02:00
manifest.json 0.3.0 2025-07-30 15:09:11 +02:00
package-lock.json 0.3.0 2025-07-30 15:09:11 +02:00
package.json 0.3.0 2025-07-30 15:09:11 +02:00
README.md docs: update installation instructions in README 2025-07-11 22:46:17 +02:00
tsconfig.json chore: skipLibCheck 2025-05-01 01:23:47 +02:00
versions.json 0.3.0 2025-07-30 15:09:11 +02:00

Copy Path

This is a simple plugin for Obsidian that adds context menu actions for copying the full or vault relative paths of files and folders.

Installation

Download the plugin from the official Community Plugins repository.

Settings

  • "Copy vault path" context menu action: Show the option to copy the vault path of a file or folder.
  • "Copy full path" context menu action: Show the option to copy the full path of a file or folder.
  • "Add trailing slash to folder paths": When enabled, folder paths will end with a trailing slash (e.g., folder/) to distinguish them from files. This applies to both vault and full path copying.

You can toggle these settings in the plugin's settings tab.