{% extends "plugins.html" %} {% from "macros/plugins.html" import render_plugin_list %} {% block body %}

Tag: {{ this.tag }}

{% for event in site.get('/docs/api/plugins/events').children.all() %} {% if this.tag == event.title %}

This is an event emitted by Lektor for plugins to hook. The following plugins hook this event. Take a look at their source code to see how they work!

Intro to Plugins || Plugin Commands || Plugin API || This Event

{% endif %} {% endfor %}

Plugins:

(*) Asterisks denote official plugins.

{{ render_plugin_list(this.items) }}

View a list of all Lektor plugin tags here.

{% endblock %}