chore: scaffold obsidian-jekyll-publish

Co-Authored-By: Claude
This commit is contained in:
2026-06-19 01:41:57 +00:00
parent 530a897f18
commit b321633421
8 changed files with 2409 additions and 0 deletions

9
manifest.json Normal file
View File

@@ -0,0 +1,9 @@
{
"id": "jekyll-publish",
"name": "Jekyll Publish",
"version": "0.1.0",
"minAppVersion": "1.5.0",
"description": "Publish the active note as a Jekyll post (with images) via git.",
"author": "Claude",
"isDesktopOnly": true
}