How longs does it take for Obsidian marketplace to accept the plugin? #2
Answered
by
Lapis0x0
TomLucidor
asked this question in
Q&A
-
|
Trying to find install instructions when it is still not there yet |
Beta Was this translation helpful? Give feedback.
Answered by
Lapis0x0
Sep 8, 2025
Replies: 1 comment 3 replies
-
|
I'm sorry, it's still in the review process. You can also download the files in the release and move them into the plugin folder to use them! The current usability is already very good. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just download the release files (manifest.json, main.js, and styles.css) and place them inside your vault under:
your-vault/.obsidian/plugins/plugin-name(like yolo)/
Then open Obsidian → Settings → Community Plugins and enable it. If you’re installing from source, you’ll need to run npm install && npm run build inside the plugin folder to generate the main.js file before enabling.