fix: clean daily/note output and confirm writes
Build and Push Docker Container / build-and-push (push) Successful in 4m26s

- dailyPath returns { path }

- dailyRead and note:read return { content }

- vault and vaults return parsed structured JSON

- write operations return { ok: true }

- keep stderr/timed_out only when present

- bump n8n node package to 0.2.4
This commit is contained in:
2026-06-24 12:38:03 +02:00
parent f3762eec82
commit 747fd68726
3 changed files with 45 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-obsidian-cli-api",
"version": "0.2.3",
"version": "0.2.4",
"description": "n8n community nodes for the Obsidian API Docker service backed by the official Obsidian CLI.",
"license": "MIT",
"homepage": "https://git.yiprawr.dev/Docker/obsidian-api",