Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OneHoopyFrood opened this issue Jun 14, 2024 · 1 comment
Open

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

OneHoopyFrood opened this issue Jun 14, 2024 · 1 comment

Comments

@OneHoopyFrood
Copy link

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:

  • Modifying the manifest
  • A separate vault
  • Moving main.js into the /plugins/ directory itself (didn't work, moved it back)
  • Wiping it out and starting over
  • With each attempt:
    • Reloading Obsidian through command
    • Fully closing Obsidian, making sure the process is halted, and re-starting.
@joethei
Copy link
Contributor

joethei commented Jul 31, 2024

What is your current code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants