diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 217a36e0b..1a527391a 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -7,10 +7,15 @@ beets by itself doesn't do what you want it to, you may just need to enable a plugin---or, if you want to do something new, :doc:`writing a plugin ` is easy if you know a little Python. -To use one of the plugins included with beets (see below for a list), just use -the `plugins` option in your `config.yaml` file, like so:: +.. _using-plugins: - plugins: mygreatplugin someotherplugin +Using Plugins +------------- + +To use one of the plugins included with beets (see the rest of this page for a +list), just use the `plugins` option in your `config.yaml` file, like so:: + + plugins: inline discogs web The value for `plugins` can be a space-separated list of plugin names or a YAML list like ``[foo, bar]``. You can see which plugins are currently enabled