From 91098e474dc362f07f672b1863608ec12834c2e5 Mon Sep 17 00:00:00 2001 From: "wakywayne80@gmail.com" Date: Thu, 9 Jan 2025 20:52:16 -0500 Subject: [PATCH] updated manifest --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..dd0f2df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "obsidian-hotstrings", + "name": "Obsidian Hot Strings", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "description": "Allows you to set custom hot strings that get converted to text once typed. In less then 15 seconds you can make a custom string that will be converted into whatever text you want. All strings are managed in a hotstrings file. After adding a new hotstring just run the reload command or use a hotkey config in the plugin by clicking th + icon.", + "author": "wakywayne", + "authorUrl": "https://github.com/wakywayne/wakywayne/blob/main/README.md", + "fundingUrl": "", "isDesktopOnly": false }