Skip to content

Commit

Permalink
Note about where to find plugin examples, closes #1244
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 26, 2021
1 parent 726f781 commit afed51b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/writing_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.

.. _writing_plugins_one_off:

Writing one-off plugins
Expand Down

0 comments on commit afed51b

Please sign in to comment.