We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02540cc commit fd8d1a5Copy full SHA for fd8d1a5
esbuild.dev.config.mjs
@@ -48,7 +48,7 @@ const context = await esbuild.context({
48
logLevel: 'info',
49
sourcemap: 'inline',
50
treeShaking: true,
51
- outdir: 'exampleVault/.obsidian/plugins/obsidian-js-engine-plugin/',
+ outdir: 'exampleVault/.obsidian/plugins/js-engine/',
52
outbase: 'src',
53
plugins: [
54
copy({
manifest.json
@@ -1,6 +1,6 @@
1
{
2
- "id": "obsidian-js-engine-plugin",
3
- "name": "JS Engine Plugin",
+ "id": "js-engine",
+ "name": "JS Engine",
4
"version": "0.0.2",
5
"minAppVersion": "1.3.5",
6
"description": "Run JavaScript from within your notes.",
0 commit comments