diff --git a/.DS_Store b/.DS_Store index 4c889e0..88bed5d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/manifest.json b/manifest.json index dfa940e..2e6423d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "obsidian-course-module-loader", + "name": "Course Module Loader", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "description": "Downloads course modules from a given URL and loads them into Obsidian.", + "author": "Sebastian Kamilli", + "authorUrl": "https://www.linkedin.com/in/sebastiankamilli/", "isDesktopOnly": false } diff --git a/package-lock.json b/package-lock.json index 5a892e7..502a34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "obsidian-sample-plugin", + "name": "obsidian-course-module-loader", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-sample-plugin", + "name": "obsidian-course-module-loader", "version": "1.0.0", "license": "MIT", "dependencies": {