obsidianmd / obsidian-sample-plugin

2.51k stars 855 forks source link

Obsidian App doesn't seem to load custom plugin #106

Open OneHoopyFrood opened 3 months ago

OneHoopyFrood commented 3 months ago

When I follow the directions, Obsidian does not show the plugin as loaded. I have confirmed the repository is in the correct place, the packages are correctly installed, and npm run dev completes successfully.

I was reading the source code and noticed that one of the loading functions is sensitive to the "author" field in the manifest, so I went ahead and changed things around to match what I'm trying to do (support definition lists)

Here is my directory structure: ~/.obsidian/plugins/obsidian-definition-lists-plugin

I am on a MacBook Pro:

Screenshot 2024-06-14 at 11 02 23 AM

What I see:

image

I expected to see the plugin listed here, as per the directions in the README.

What I've tried:

joethei commented 1 month ago

What is your current code?