Change Plugin Name

This commit is contained in:
sradics 2025-05-03 11:52:12 +02:00
parent ea071af9d2
commit 23e36b18e4
4 changed files with 8 additions and 8 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

View file

@ -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
}

4
package-lock.json generated
View file

@ -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": {