{{event_folder_path}} in File Deleted #451
mhlinder
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
-
Obsidian debug information
SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.8.9
Operating system: Darwin Kernel Version 24.4.0: Fri Apr 11 18:33:47 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6000 24.4.0
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 5
Plugins enabled: 4
1: Smart Typography v1.0.18
2: Dataview v0.5.68
3: Git v2.32.1
4: Shell commands v0.23.0
RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
What shell are you using?
Zsh
Please describe the problem
Create a File Deleted Shell Command, and set output channel for stdout to notification (for simplicity)
echo "HELLO"
results in HELLO notificationecho {{event_file_path:absolute}}
results in the deleted file path notificationecho {{event_folder_path:absolute}}
results in no notificationBeta Was this translation helpful? Give feedback.
All reactions