Add nethys plugin

This commit is contained in:
2026-05-15 21:03:11 +02:00
parent 97bbf8f740
commit 5da66281ad
7 changed files with 2811 additions and 721 deletions

View File

@@ -1,11 +1,11 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"id": "obsidian-nethys",
"name": "Nethys",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Search for statblocks from Archives of Nethys and copy them into Obsidian",
"author": "",
"authorUrl": "",
"fundingUrl": "",
"isDesktopOnly": false
}