Created
October 6, 2025 14:48
-
-
Save nguyenvanduocit/4e30891630151fa16d15cdde12da75f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "hooks": { | |
| "UserPromptSubmit": [ | |
| { | |
| "matcher": "*", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "jq -r '[.. | objects | select(.type? == \"markdown\" and (.state.file? != null)) | .state.file] | unique | if length > 0 then \"Currently opened files in Obsidian main workspace:\\n\" + (map(\" - \" + .) | join(\"\\n\")) else empty end' .obsidian/workspace.json" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment