Setting up plugin's id card by adding 2 files - "manifest.json", "versions.json"

This commit is contained in:
NoahBoos 2025-03-03 18:36:55 +01:00
parent f632244dab
commit ecda4fb163
2 changed files with 13 additions and 0 deletions

10
manifest.json Normal file
View file

@ -0,0 +1,10 @@
{
"id": "obsidian-anki-integration",
"name": "Anki Integration",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "An Obsidian Plugin allowing to create Anki Flashcards in different ways.",
"author": "Noah Boos AKA Rift",
"authorUrl": "https://github.com/NoahBoos/obsidian-anki-integration",
"isDesktopOnly": true
}

3
versions.json Normal file
View file

@ -0,0 +1,3 @@
{
"1.0.0": "0.15.0"
}