vault backup: 2026-04-14 17:40:03

This commit is contained in:
2026-04-14 17:40:03 +02:00
commit 59aebfc1ee
21 changed files with 3209 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "obsidian-skills",
"owner": {
"name": "Steph Ango",
"url": "https://stephango.com/"
},
"plugins": [
{
"name": "obsidian",
"source": "./",
"description": "Claude Skills for Obsidian",
"version": "1.0.1"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"name": "obsidian",
"version": "1.0.1",
"description": "Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.",
"author": {
"name": "Steph Ango",
"url": "https://stephango.com/"
},
"repository": "https://github.com/kepano/obsidian-skills",
"license": "MIT",
"keywords": [
"obsidian",
"markdown",
"bases",
"canvas",
"pkm",
"notes"
]
}