mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
Setting up plugin's id card by adding 2 files - "manifest.json", "versions.json"
This commit is contained in:
parent
f632244dab
commit
ecda4fb163
2 changed files with 13 additions and 0 deletions
10
manifest.json
Normal file
10
manifest.json
Normal 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
3
versions.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"1.0.0": "0.15.0"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue