Plugin traits - #84
Draft
LazyStability wants to merge 3 commits into
Draft
Conversation
In the plugins.json file, the vencordDesktop type does not exist, instead there only exists this new desktop type. I treat this new type as a one to one replacement but it might very well be: desktop = discordDesktop ∪ vencordDesktop
This filtering shows all the valid plugins for the chosen platform, instead of plugins which only work on the chosen platform like it did before. This is under the assumption that plugins with the target flag discord require the official discord client, those with the desktop flag only on vesktop and those with web only on the webclient.
Plugins that only work in a certain environment now have a card elements showing which ones they work in.
LazyStability
force-pushed
the
plugin-traits
branch
from
November 16, 2025 14:44
125124a to
1a67268
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Addresses Issues:
I wanted to use the AutoDNDWhilePlaying plugin and only found out that it was restricted to the official client after browsing the prs in the vencord repo. This pr aims to fix this behavior.
Features
This pr acomplishes two things.
Disclaimer
I am not a javascript dev and have absolutetly no idea how astro works nor have any good insight into the project itself. So if I violate any guidelines or missunderstood any of the properties please let me know (I infered the possible types from the PLUGINS_JSON_URL). I just found it very irritating that the official documentation page does not show you whether a plugin works with the version of vencord you use.