This commit is contained in:
pavel 2026-04-03 01:25:20 +02:00
commit ba443ba770
21 changed files with 6559 additions and 0 deletions

9
manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"id": "obsidian-sample-plugin",
"name": "Single Text Input",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Adds a ribbon button that opens a simple interface with one text input.",
"author": "Pavel",
"isDesktopOnly": false
}