-
Notifications
You must be signed in to change notification settings - Fork 838
feat: community plugin list #3642
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
base: v2
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for tauri-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| } | ||
| if (!headers.has('User-Agent')) { | ||
| headers.set( | ||
| 'User-Agent', | ||
| 'tauri-docs-plugins-discover (https://github.com/tauri-apps/tauri-docs)' | ||
| ); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://crates.io/data-access#api requires something like that if I understood correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should update weekly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data fetched is committed

related #3622
preview: https://deploy-preview-3642--tauri-v2.netlify.app/plugin/index-external-resources/
it should list all tauri-plugin-* found on npm or crates.io. That should cover all plugins that follows our naming convention