Browse the plugins directory

This commit is contained in:
Simon Willison 2022-09-28 17:39:36 -07:00 committed by GitHub
commit 34defdc10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ To avoid accidentally conflicting with a database file that may be loaded into D
- ``/-/upload-excel``
Try to avoid registering URLs that clash with other plugins that your users might have installed. There is no central repository of reserved URL paths (yet) but you can review existing plugins by browsing the `datasette-plugin topic <https://github.com/topics/datasette-plugin>`__ on GitHub.
Try to avoid registering URLs that clash with other plugins that your users might have installed. There is no central repository of reserved URL paths (yet) but you can review existing plugins by browsing the `plugins directory <https://datasette.io/plugins>`.
If your plugin includes functionality that relates to a specific database you could also register a URL route like this: