I’d like to use dataview or a similar plugin to check if all the plugins in a list is installed.
Things I have tried
I tried looking into the dataview docs, and do some google searches, but I’ve found nothing so far. This seems somewhat related, but it doesnt output what I’m looking for, and Id rather not need to install run-code if possible (though I am open to it).
The plugin list is not available in a pure dataview query, so you’ll need to switch to dataviewjs. And then app.plugins.manifests seems to list all plugins enabled or not, and the app.plugins.plugins are only the enabled plugins.
The next order of business would then be to compare the plugin against your list. Are you using names or id’s in your list? And in which property do you store the list to check against?
Great questions. I have not even made the list yet. Ideally it’s kept in a note or in the query itself in a way that is user friendly, but whatever would be easy to implement would be great.
Having a way to quickly generate a list would also be good.