Files
zmVault/timestamped/2026-02-10_07-47-33.md

412 B

id, title, tags, daily
id title tags daily
2026-02-10T07:47:33-0500 2026-02-10 07:47:33
status/draft
topic/hobbies/digitizing
2026-02-10

2026-02-10 07:47:33

Filter VSCode CSpell Problems

Get-Clipboard | ConvertFrom-Json | Where-Object owner -EQ cSpell | Select-Object -ExpandProperty message | Sort-Object -Unique | ForEach-Object { $_ -replace '"(.+?)": .+', "`$1" } | Set-Clipboard