Skip to content

Conversation

Skilletron
Copy link

@Skilletron Skilletron commented Aug 7, 2025

I am submitting a new Community Plugin

Repo URL: https://github.com/Skilletron/obsidian-automatic-installation-of-plugins

Link to my plugin: https://github.com/Skilletron/obsidian-automatic-installation-of-plugins/releases/tag/1.0.8

Release Checklist

  • I have tested the plugin on
    • Windows
  • My GitHub release contains all required files (as individual files, not just in the source.zip / source.tar.gz)
    • main.js
    • manifest.json
  • GitHub release name matches the exact version number specified in my manifest.json (Note: Use the exact version number, don't include a prefix v)
  • The id in my manifest.json matches the id in the community-plugins.json file.
  • My README.md describes the plugin's purpose and provides clear usage instructions.
  • I have read the developer policies at https://docs.obsidian.md/Developer+policies, and have assessed my plugins's adherence to these policies.
  • I have read the tips in https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines and have self-reviewed my plugin to avoid these common pitfalls.
  • I have added a license in the LICENSE file.
  • My project respects and is compatible with the original license of any code from other plugins that I'm using.
    I have given proper attribution to these other projects in my README.md.

add new plugin for share community-plugins.js and install plugins automatically from it, also sync plugin configuration for dev commands
Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ You did not follow the pull request template. The PR template can be found here
❌ Could not parse community-plugins.json, invalid JSON. Expected double-quoted property name in JSON at position 611708


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ Please don't include Obsidian in the plugin description
❌ Unable to find a release with the tag 1.0.0. Make sure that the version in your manifest.json file in your repo points to the correct Github Release.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ Unable to find a release with the tag 1.0.0. Make sure that the version in your manifest.json file in your repo points to the correct Github Release.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ Your latest release is missing the main.js file.
❌ Your latest release is missing the manifest.json file.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@Skilletron Skilletron closed this Aug 7, 2025
@Skilletron Skilletron reopened this Aug 7, 2025
Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ Unable to find a release with the tag 1.0.0. Make sure that the version in your manifest.json file in your repo points to the correct Github Release.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@Skilletron Skilletron closed this Aug 7, 2025
@Skilletron Skilletron reopened this Aug 7, 2025
Copy link

github-actions bot commented Aug 7, 2025

Hello!

I found the following issues in your plugin submission

Errors:

❌ Your latest release is missing the main.js file.
❌ Your latest release is missing the manifest.json file.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@Skilletron Skilletron closed this Aug 7, 2025
@Skilletron Skilletron reopened this Aug 7, 2025
@github-actions github-actions bot changed the title Add plugin: [Automatic Installation of Plugins] Add plugin: Automatic Installation of Plugins Aug 7, 2025
@ObsidianReviewBot
Copy link
Collaborator

Thank you for your submission, an automated scan of your plugin code's revealed the following issues:

Required

[1][2][3][4][5]:Obsidian's configuration directory isn't necessarily .obsidian, it can be configured by the user. You can access the configured value from Vault#configDir

[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16]:You should consider limiting the number of console.logs in your code, to not pollute the dev console.


Optional

[1][2][3]:Casting to any should be avoided as much as possible.


Do NOT open a new PR for re-validation.
Once you have pushed all of the required changes to your repo, the bot will update the labels on this PR within 6 hours.
If you think some of the required changes are incorrect, please comment with /skip and the reason why you think the results are incorrect.

@ObsidianReviewBot ObsidianReviewBot added Changes requested Additional review required PR needs to be reviewed by another person, after the currently requested changes have been made Ready for review and removed Ready for review Changes requested Additional review required PR needs to be reviewed by another person, after the currently requested changes have been made labels Aug 8, 2025
@ObsidianReviewBot ObsidianReviewBot removed their assignment Aug 8, 2025
@ObsidianReviewBot
Copy link
Collaborator

Changes requested by bot have been made, ready for additional review by human.
Please be aware that it might take a few weeks before your plugin is reviewed due to the high volume of submissions currently.

@ObsidianReviewBot
Copy link
Collaborator

Thank you for your submission, an automated scan of your plugin code's revealed the following issues:

Required

[1][2]:This class is only available on desktop, which means that this will throw errors on mobile (that's a problem since you have isDesktopOnly marked as false in your manifest.json file.

[1]:You should not cast this, instead use a instanceof check to make sure that it's actually the adapter you expect.


Do NOT open a new PR for re-validation.
Once you have pushed all of the required changes to your repo, the bot will update the labels on this PR within 6 hours.
If you think some of the required changes are incorrect, please comment with /skip and the reason why you think the results are incorrect.

@ObsidianReviewBot ObsidianReviewBot added Changes requested Additional review required PR needs to be reviewed by another person, after the currently requested changes have been made and removed Ready for review labels Aug 9, 2025
@Skilletron Skilletron closed this Aug 11, 2025
@Skilletron Skilletron reopened this Aug 11, 2025
@Skilletron
Copy link
Author

Skilletron commented Aug 12, 2025

/skip For some reason, the bot does not respond to the corrections made. I'm tryed close/open pr but nothing happen

@github-actions github-actions bot added the Skipped code scan Code scanning skipped because submission is not in TS/author believes result is wrong label Aug 12, 2025
@Skilletron Skilletron closed this Aug 13, 2025
@Skilletron Skilletron reopened this Aug 13, 2025
Copy link

Hello!

I found the following issues in your plugin submission

Errors:

❌ The newly added entry is not at the end, or you are submitting on someone else's behalf. The last plugin in the list is: shuxueshuxue/PackUp4AI. If you are submitting from a GitHub org, you need to be a public member of the org.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@Skilletron
Copy link
Author

@ObsidianReviewBot Hello?

@Skilletron
Copy link
Author

/check

@Skilletron
Copy link
Author

/help

@Skilletron Skilletron closed this Aug 28, 2025
@Skilletron Skilletron reopened this Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Additional review required PR needs to be reviewed by another person, after the currently requested changes have been made Changes requested plugin Skipped code scan Code scanning skipped because submission is not in TS/author believes result is wrong
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants