-
Notifications
You must be signed in to change notification settings - Fork 6
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
Suggestion: Contextually relevant messages #2
Comments
Thank you for your feedback, will definitely consider it! |
Hello, guys. BTW, is there any method to check for plugins/app updates which returns something like true/false/array? The app.plugins.checkForUpdates() only shows a notification and returns undefined. |
Yes, there kinda is. I currently have outstanding updates and it looks like this: {
"obsidian-leaflet-plugin": {
"repo": "valentine195/obsidian-leaflet-plugin",
"version": "5.5.0",
"manifest": {
"id": "obsidian-leaflet-plugin",
"name": "Obsidian Leaflet",
"description": "Interactive maps inside your notes",
"version": "5.5.0",
"minAppVersion": "0.12.12",
"author": "Jeremy Valentine",
"repo": "valentine195/obsidian-leaflet-plugin",
"isDesktopOnly": false
}
}
} |
This idea came from Gemmy's "You have plugins that you can update!" message, which coincidentally showed up just after I had updated my plugins, ie. at a time where I definitely didn't have any updates available.
It would be cool if there was an option to filter/populate the list of possible messages dynamically before selecting a message. Then it would for example be possible to start an update-check (
app.plugins.checkForUpdates()
), and only show the updates related message if there's actually any new updates.This feature could also be extended to make Gemmy actually useful in certain conditions, some other (more or less helpful) contextually relevant suggestions could be:
Gemmy is probably my favorite April fools joke this year, I'd hope to see it grow over time! :)
The text was updated successfully, but these errors were encountered: