Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nguyenvanduocit/4e30891630151fa16d15cdde12da75f8 to your computer and use it in GitHub Desktop.

Select an option

Save nguyenvanduocit/4e30891630151fa16d15cdde12da75f8 to your computer and use it in GitHub Desktop.
{
"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