amended the plugin manifest and package.json
This commit is contained in:
parent
a6dc16370c
commit
21658bd504
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue