Skip to content

v2.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:30
2b280b9

Fixed

  • obsidian_property_set can now set multi-valued properties. Added a type parameter (text | list | number | checkbox | date | datetime). Without it the tool could only write scalar strings, so setting tags, aliases, or Links silently collapsed a comma-separated value into one joined string instead of a YAML list. Pass type: "list" with a JSON-array value (e.g. value: '["a", "b"]') to write a proper list. Tool description and the cli reference prompt now document the gotcha.