amended the plugin manifest and package.json

This commit is contained in:
Nathan-CSE 2025-05-08 20:10:12 +10:00
parent a6dc16370c
commit 21658bd504
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{ {
"id": "grid-background", "id": "bookify",
"name": "Grid Background", "name": "Bookify",
"version": "1.0.0", "version": "1.0.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Adds a customisable grid background to note views.", "description": "Adds notebook styling to your editor.",
"author": "Nathan Nguyen", "author": "Nathan Nguyen",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "obsidian-sample-plugin", "name": "bookify",
"version": "1.0.0", "version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "Adds notebook styling to your editor.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"dev": "node esbuild.config.mjs", "dev": "node esbuild.config.mjs",