Gorkycreator / obsidian-quick-tagger

Quick tagger for Obsidian.md
MIT License
27 stars 1 forks source link

Trouble installing #9

Closed spaceoutlaws closed 11 months ago

spaceoutlaws commented 11 months ago

hi there! really interested in your plugin, but I'm having trouble with installing. I've unzipped the folder and copied it to my plugin folder, but I receive an error when trying to enable it. I also can't find main.js... sorry if this is a dumb question, I'm still new to obsidian :)

Gorkycreator commented 11 months ago

Thanks for your interest! Sounds like you're downloading the code from the master branch rather than the release page.

image

To manually install the plugin correctly, go to the latest release--which you can find here--and download main.js and manifest.json from there, no zip file needed. When you've got everything in place, it should look like this (data.json will be created automatically when you enable the plugin and tweak the settings):

image

If you still have trouble with manually installing it, Obsidian BRAT can install plugins that aren't in the community plugins list yet[^1]. If you need more info on this option, there should be plenty of help available on Obsidian's forums.

[^1]: Quick Tagger has been submitted and is awaiting approval 🤞

spaceoutlaws commented 11 months ago

got it!! thank you so much!