From 341c23958e3a79df4924b640eaed1a8f1cdfa3f2 Mon Sep 17 00:00:00 2001 From: "wakywayne80@gmail.com" Date: Wed, 19 Feb 2025 14:37:21 -0500 Subject: [PATCH] more changes before re-submitting --- main.ts | 2 +- package-lock.json | 6 +++--- package.json | 6 +++--- styles.css | 8 -------- 4 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 styles.css diff --git a/main.ts b/main.ts index 3772aed..8b72dc4 100644 --- a/main.ts +++ b/main.ts @@ -18,7 +18,7 @@ export default class HotstringsPlugin extends Plugin { // Add a command to reload hotstrings this.addCommand({ id: "reload-hotstrings", - name: "Reload Hotstrings", + name: "Reload hotstrings", callback: async () => { await this.loadHotstrings(); new Notice("Hotstrings reloaded!"); diff --git a/package-lock.json b/package-lock.json index 738d3f9..6eeb935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "obsidian-sample-plugin", + "name": "hotstrings", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-sample-plugin", + "name": "hotstrings", "version": "1.0.0", - "license": "MIT", + "license": "GNU-3.0", "devDependencies": { "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", diff --git a/package.json b/package.json index 6a00766..c2ccae6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-sample-plugin", + "name": "hotstrings", "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "description": "Set custom hot strings that get expanded to text once typed.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", @@ -10,7 +10,7 @@ }, "keywords": [], "author": "", - "license": "MIT", + "license": "GNU-3.0", "devDependencies": { "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", diff --git a/styles.css b/styles.css deleted file mode 100644 index 71cc60f..0000000 --- a/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/