Title: {{file_path}}
variable not replaced on macOS Sequoia 15.5 (Obsidian 1.8.10, Shellcommands 0.23.0)
#457
roadrider42
started this conversation in
Debugging and testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian debug information
Hi Jarkko,
on my MacBook Pro (macOS Sequoia 15.5), Obsidian v1.8.10, and Shellcommands 0.23.0, all variable placeholders like
{{file_path}}
are NOT replaced when running shell commands. The plugin passes them literally as text.Example:
Shell Command:
echo "{{file_path}}" > ~/Desktop/sc_var_test.txt
Result: The file contains literally
{{file_path}}
, not the actual file path.echo foo
work fine.This used to work on older macOS versions.
Please let me know if you need more details!
Best, Heiko
What shell are you using?
Bash
Please describe the problem
Example:
Shell Command:
echo "{{file_path}}" > ~/Desktop/sc_var_test.txt
Result: The file contains literally
{{file_path}}
, not the actual file path.echo foo
work fine.This used to work on older macOS versions.
Please let me know if you need more details!
Beta Was this translation helpful? Give feedback.
All reactions