feat(obsidian): add property frontmatter commands
Build and Push Docker Container / build-and-push (push) Successful in 4m27s

- Expose Obsidian CLI property commands via the n8n Obsidian API node
- Add a new Property resource with operations: Set, Read, Remove, List
- Implement correct args mapping for property:set/property:read/property:remove/properties
- Return raw CLI stdout for property read/list for easier downstream parsing
- Update node README with frontmatter/property usage examples
- Bump package version to 0.2.5
This commit is contained in:
2026-06-24 12:57:28 +02:00
parent 747fd68726
commit fa766f5354
4 changed files with 145 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-obsidian-cli-api",
"version": "0.2.4",
"version": "0.2.5",
"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",