mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More than 90 plugins now
This commit is contained in:
parent
6373bb3414
commit
035dc5e7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Writing plugins
|
|||
|
||||
You can write one-off plugins that apply to just one Datasette instance, or you can write plugins which can be installed using ``pip`` and can be shipped to the Python Package Index (`PyPI <https://pypi.org/>`__) for other people to install.
|
||||
|
||||
Want to start by looking at an example? The `Datasette plugins directory <https://datasette.io/plugins>`__ lists more than 50 open source plugins with code you can explore. The :ref:`plugin hooks <plugin_hooks>` page includes links to example plugins for each of the documented hooks.
|
||||
Want to start by looking at an example? The `Datasette plugins directory <https://datasette.io/plugins>`__ lists more than 90 open source plugins with code you can explore. The :ref:`plugin hooks <plugin_hooks>` page includes links to example plugins for each of the documented hooks.
|
||||
|
||||
.. _writing_plugins_one_off:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue