-
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: Todoist Context Bridge #4749
Conversation
Hello!I found the following issues in your plugin submission Errors: ❌ Please don't include Warnings: 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 Warnings: 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 automated review has not found any issues with your code, assigning human for additional review. |
# Obsidian Todoist Context Bridge containerEl.createEl('h1', { text: 'Todoist context bridge' }); containerEl.createEl('h2', { text: 'Todoist' });, containerEl.createEl('h2', { text: 'Text cleanup' });, containerEl.createEl('h2', { text: 'ID' });, containerEl.createEl('h2', { text: 'Task sync' }); new Setting(containerEl).setName('name here').setHeading(); .setName('Default Todoist Project'), .setButtonText('Verify Token'), contentEl.createEl("h2", { text: "Create Todoist Task" }); if (hasExistingFrontmatter) { import moment from 'moment'; |
Thank you for the comments; all of them have been addressed, and a new version has been released. |
Hello!I found the following issues in your plugin submission Warnings: 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 am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/wenlzhang/obsidian-todoist-context-bridge
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
.