-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Better document plugins #1383
Comments
We definitely need to have some form of default, because plugins like APIs can't have a banner. Shiggy banner time. Because this just sucks.
This doesn't seem like quite a big deal - merge bugfix PRs first for the plugin if applicable then move to folder. This way we should avoid the merge conflict issue. For new plugins, get them to move to the new system first. Then for plugins that don't need anything extended (e.g. APIs), then they can just stay bare and have some autofilled defaults. ezpz lemon squeezy Besides that the proposal looks good to me. We already use folders for certain plugins so the loader can handle it easily enough. |
If it comes to writing README.md for each one of those plugins, I could write them myself, writing is fun after all! |
Are we still working on this? I'd be willing to help |
did a shit ton of them, see #3061 |
As of now, plugins are pretty poorly documented. Beyond the basic description, you don't get more info / previews, so it's hard for users to understand what they're getting and how to use it
As such, we should add images & extended descriptions to all plugins
My idea is to restructure Vencord so that the structure looks something like so:
Obstacles
TODO
[hi](https://...)
) and images (![cool image](https://image.com)
) should work. The former should already be possible with Discord's parser, the latter would need to be implemented manuallyThe text was updated successfully, but these errors were encountered: