github takeshy/obsidian-gemini-helper v1.5.1

latest release: v1.5.2
5 hours ago

JSON Escape Modifier for Variables

This is essential when passing file content or user input to mcp or http nodes with JSON bodies.
Added {{variable:json}} modifier to safely embed content in JSON strings. This properly escapes newlines, quotes, and other special.

Safe for any content including newlines and quotes

 args: '{"text": "{{content:json}}"}'
  • MCP node crash fix: Fixed "Cannot read properties of undefined (reading 'content')" error when MCP server returns response without
    content field
  • AI Modify for invalid YAML: AI Modify now works even when workflow has YAML parse errors, allowing you to fix syntax issues using
    AI

Don't miss a new obsidian-gemini-helper release

NewReleases is sending notifications on new releases.