From f2ed85fa23895efe42db7b06f268266205b5050b Mon Sep 17 00:00:00 2001 From: Ethereal49 <128294874+Ethereal49@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:21:02 +0800 Subject: [PATCH] docs: replace backticked ! to avoid Claude Code bash permission error --- obsidian-bases/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian-bases/SKILL.md b/obsidian-bases/SKILL.md index 6749a30..616495d 100644 --- a/obsidian-bases/SKILL.md +++ b/obsidian-bases/SKILL.md @@ -112,7 +112,7 @@ filters: | `<=` | less than or equal | | `&&` | logical and | | `\|\|` | logical or | -| `!` | logical not | +| ! | logical not | ## Properties