Restructure for marketplace format: move plugin into plugins/obsidian-cli/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
pablo-mano
2026-02-27 23:08:41 +01:00
parent 3f9a593fa7
commit 36c739f609
4 changed files with 641 additions and 1 deletions
@@ -0,0 +1,10 @@
{
"name": "obsidian-cli",
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
"version": "1.0.2",
"author": {
"name": "pablo-mano"
},
"homepage": "https://github.com/pablo-mano/Obsidian-CLI-skill",
"repository": "https://github.com/pablo-mano/Obsidian-CLI-skill"
}