What I’m trying to do
I’m trying to set a property via the CLI and force it to maintain the surrounding double quotes. For example status: “active”
Things I have tried
I’ve tried all sorts of combinations incl:
obsidian property:set name="status" type="text" value="hello" path="..."
obsidian property:set name="status" type="text" value='"hello"' path="..."