Copy the path (either absolute or relative to vault) of a file in the file explorer

Agreed!

I can get the path to the current file/folder if there is an active file easily enough using, for e.g., Shell Command: echo {{file_path:absolute}} >&2

But this only works when there is an active file. Many times it would be useful to grab the path to a file OR folder from the file explorer directly.

1 Like