ob2qualkard v0.2 test alpha

This commit is contained in:
2026-08-05 21:11:46 -03:00
parent 43a66d604c
commit 7085576313
13 changed files with 308 additions and 209 deletions

View File

@@ -1,11 +1,10 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"version": "1.0.0",
"id": "ob2qualkard",
"name": "Obsidian to QualKard",
"version": "0.2.0",
"minAppVersion": "1.0.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Push a note's flashcard blocks to a QualKard spaced-repetition board on Kanboard.",
"author": "Ruben Carlo Benante",
"authorUrl": "https://code.beco.cc/beco/ob2qualkard",
"isDesktopOnly": false
}