mirror of
https://github.com/wakywayne/obsidian-hotstrings.git
synced 2026-07-22 05:35:15 +00:00
more changes before re-submitting
This commit is contained in:
parent
42ba0c5428
commit
341c23958e
4 changed files with 7 additions and 15 deletions
2
main.ts
2
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!");
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
*/
|
||||
Loading…
Reference in a new issue