You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vscode): add "Copy Path" command for obs:// URIs
New `obsidianVFS.copyPath` command copies the active file's canonical
`obs://` URI to the clipboard. Keybinding (Shift+Alt+Cmd+C) overrides
the default "Copy Relative Path" for obs:// files.
Assisted-by: Claude
Copy file name to clipboardExpand all lines: packages/vscode/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Browse, search, and edit your [Obsidian](https://obsidian.md) vault directly in
15
15
-**Wikilink navigation**, click `[[links]]` in Markdown to jump between notes (resolves to `file://` paths for seamless navigation in workspace folders)
16
16
-**Search notes** via Quick Pick across all vault Markdown files
17
17
-**Open in Obsidian**, jump to the current file in the Obsidian app
18
+
-**Copy path** as `obs://` URI to the clipboard (`Shift+Alt+Cmd+C` on `obs://` files)
18
19
-**Auto-mount** configured folders on startup
19
20
-**Status bar** showing vault name and connection mode (`full` / `degraded`)
20
21
-**Workspace folder**, vault browsable in Explorer with Quick Open (`Cmd+P`) and Search (`Ctrl+Shift+F`) support
@@ -30,6 +31,7 @@ Available via the Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`):
30
31
|`Obsidian VFS: Unmount Folder`| Remove a mounted vault folder from the tree view |
31
32
|`Obsidian VFS: Open in Obsidian`| Open the active vault file in the Obsidian app (works from both `obs://` and `file://` documents) |
32
33
|`Obsidian VFS: Search Notes`| Quick Pick search across all vault Markdown files |
34
+
|`Obsidian VFS: Copy Path`| Copy the active file's `obs://` URI to the clipboard (`Shift+Alt+Cmd+C` on `obs://` files) |
0 commit comments