-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add plugin: Shell Path Copy #6933
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
base: master
Are you sure you want to change the base?
Conversation
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 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. |
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 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. |
The issue with casting has been addressed, and a new version has been released. |
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: 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand what is going on. My entry is in the list and others have added theirs after mine. Why do I need to approve theirs?
I need help. I have merged this multiple times. I even moved my entry to the last entry - still have conflicts. I do not know what to do to fix this. Please help. |
Thank you for your submission, an automated scan of your plugin code's revealed the following issues: Required[1][2][3]:This class is only available on desktop, which means that this will throw errors on mobile (that's a problem since you have [1]:You should not cast this, instead use a Do NOT open a new PR for re-validation. |
The issues identified in the code review have been resolved in release 1.10.0: Fixed Issues:
Technical Changes:
Clarification: The plugin now has zero desktop-only dependencies at the module level. All changes are available in Please re-review when convenient. Thank you for the detailed feedback! |
Changes requested by bot have been made, ready for additional review by human. |
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD const title = isUnix ? 'Copy Relative Linux/Mac Path' : 'Copy Relative Windows Path';, .setTitle('Copy Absolute Path'), text: 'Path Format Examples:', containerEl.createEl('h2', { text: 'Shell Path Copy' }); |
The issues identified have been resolved. Changes
|
Added shell-path-copy (Shell Path Copy) for review
Hello!I found the following issues in your plugin submission Errors: ❌ Unable to find a release with the tag 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. |
The issue "Unable to find a release with the tag 1.13.0. Make sure that the version in your manifest.json file in your repo points to the correct Github Release" has been resolved. The new release is 1.14.0, and the version should match end to end. Thank you. |
Hi there, as this PR has not seen any activity in the last 7 days, it will be closed in 7 days unless there are any updates. |
|
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: 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. |
I have no idea what to do here. There are not clear instructions on what to do to resolve issues when others are adding to the json. I did not edit the file. all I did was fix my code in my repository and updated a comment. |
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/ckelsoe/obsidian-shell-path-copy
Release Checklist
main.js
manifest.json
styles.css
(optional)v
)id
in mymanifest.json
matches theid
in thecommunity-plugins.json
file.I have given proper attribution to these other projects in my
README.md
.