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 bc73cec commit 02540ccCopy full SHA for 02540cc
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-js-engine-plugin",
3
"name": "JS Engine Plugin",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"minAppVersion": "1.3.5",
6
"description": "Run JavaScript from within your notes.",
7
"author": "Moritz Jung",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-js-engine-plugin",
"description": "This plugin for obsidian allows you to use and run JavaScript from within your notes.",
"main": "main.js",
"scripts": {
0 commit comments