more changes before re-submitting

This commit is contained in:
wakywayne80@gmail.com 2025-02-19 14:37:21 -05:00
parent 42ba0c5428
commit 341c23958e
4 changed files with 7 additions and 15 deletions

View file

@ -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!");

6
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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.
*/