From c15be7940ddbc44f52e941ac604bc296c02306d2 Mon Sep 17 00:00:00 2001 From: Zane Meyers Date: Tue, 10 Feb 2026 07:48:57 -0500 Subject: [PATCH] vault backup: 2026-02-10 07:48:57 --- 2026-02-10_07-47-33.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 2026-02-10_07-47-33.md diff --git a/2026-02-10_07-47-33.md b/2026-02-10_07-47-33.md new file mode 100644 index 0000000..ed343e0 --- /dev/null +++ b/2026-02-10_07-47-33.md @@ -0,0 +1,23 @@ +--- +id: +aliases: [] +title: "2026-02-10 07:47:33" +tags: + - authorship/original + - destiny/permanent + - status/draft + - type/periodic/timestamped +dg-publish: true +daily: "[[2026-02-10]]" +weekly: "[[2026-W07]]" +monthly: "[[2026-02]]" +quarterly: "[[2026-Q1]]" +yearly: "[[2026]]" +--- +# 2026-02-10 07:47:33 + +## Filter VSCode CSpell Problems + +```powershell +Get-Clipboard | ConvertFrom-Json | Where-Object owner -EQ cSpell | Select-Object -ExpandProperty message | Sort-Object -Unique | ForEach-Object { $_ -replace '"(.+?)": .+', "`$1" } | Set-Clipboard +```