obsidian-sample-plugin/manifest.json

12 lines
462 B
JSON

{
"id": "obsidian-law-ref",
"name": "Law References",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This plugin suggests laws to the user (including descriptions) on typing a paragraph symbol. Currently we only support german laws using openlegaldata.io.",
"author": "Silas Schimmel & Maris Beer",
"authorUrl": "https://github.com/TheOnlySilas/obsidian-law-links",
"fundingUrl": "https://ko-fi.com/hackmybeer",
"isDesktopOnly": false
}