Skip to content

Commit f7f7b61

Browse files
committed
Init working state
1 parent 5890d32 commit f7f7b61

File tree

8 files changed

+3433
-147
lines changed

8 files changed

+3433
-147
lines changed

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ esbuild.build({
1515
banner: {
1616
js: banner,
1717
},
18-
entryPoints: ['main.ts'],
18+
entryPoints: ['src/main.ts'],
1919
bundle: true,
2020
external: [
2121
'obsidian',

main.ts

Lines changed: 0 additions & 137 deletions
This file was deleted.

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-sample-plugin",
3-
"name": "Sample Plugin",
4-
"version": "1.0.1",
5-
"minAppVersion": "0.12.0",
2+
"id": "obsidian-meta-bind-plugin",
3+
"name": "Meta Bind Plugin",
4+
"version": "0.1.0",
5+
"minAppVersion": "0.14.0",
66
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
7-
"author": "Obsidian",
8-
"authorUrl": "https://obsidian.md",
7+
"author": "Moritz Jung",
8+
"authorUrl": "https://mprojectscode.github.io/",
99
"isDesktopOnly": false
1010
}

0 commit comments

Comments
 (0)