-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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: obsidian-ivre-plugin #1490
Conversation
10dcc68
to
87a173d
Compare
2696c3b
to
7749ddb
Compare
bf8a417
to
89c1e71
Compare
|
Based on comment in obsidianmd/obsidian-releases#1490: - Remove out-of-scope `this.app` - Validate `getActiveFile()` return value - Remove the "ivre-" prefix from the command name
Hello!I found the following issues in your plugin submission Warnings:
This check was done automatically. |
Hello!I found the following issues in your plugin submission Errors: ❌ Plugin ID mismatch, the ID in this PR is not the same as the one in your repo. Warnings:
This check was done automatically. |
Hello!I found the following issues in your plugin submission Warnings:
This check was done automatically. |
@liamcain thanks a lot for your review! Sorry for all the mistakes, I'm a total noob in both TypeScript and the Obsidian API! Hope it's better now, let me know if there are other things to fix. Release 1.2.0 contains your proposed fixes. |
|
Based on comment in obsidianmd/obsidian-releases#1490: - Remove this.app.workspace.getActiveFile calls
Thanks again @liamcain! That's done. Do you see something else that should be done? |
LGTM, merged! |
Thanks! |
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/ivre/obsidian-ivre-plugin
Release Checklist
Android (if applicable)iOS (if applicable)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
.