-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add plugin: Confluence Space Sync #4359
Add plugin: Confluence Space Sync #4359
Conversation
Hello!I found the following issues in your plugin submission Errors: ❌ Please don't use the word 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: ❌ Plugin ID mismatch, the ID in this PR ( 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. |
Thank you for your submission, an automated scan of your plugin code's revealed the following issues: Required[1][2]:You should not cast this, instead use a Optional[1]:Use Do NOT open a new PR for re-validation. |
Changes requested by bot have been made, assigning human for additional review. |
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. |
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. |
containerEl.createEl("h2", { text: "Confluence Sync Plugin Settings" }); .setName('Enable Sync'), .setName("Confluence Base URL"), .setName("API Token"), .setName("Sync Interval (in minutes)"), .setName('<- From Space to Target Folder ->'), .setPlaceholder("Target Folder Path"), .setButtonText("Add Space"), containerEl.createEl("h3", { text: "Spaces to Sync" });, .setTooltip("Delete Space"), return console.info( containerEl.createEl("h3", { text: "Spaces to Sync" }); new Setting(containerEl).setName('name here').setHeading(); |
Requested Changes done. |
.setName("Confluence base url"), .setDesc("The base url of your confluence instance.") |
adding obsidian-confluence-space-sync-plugin to community plugins
fdbcf39
to
8d27c52
Compare
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/pwnyprod/obsidian-confluence-space-sync-plugin
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
.