--- layout: default ---

{{page.title}}

{% assign all_items = "" | split: "/" %} {% for col_item in site[page.collection] %} {% for item in col_item[page.reference] %} {% assign preprocessed = item | strip %} {% unless preprocessed == "" %} {% assign all_items = all_items | push: preprocessed %} {% endunless %} {% endfor %} {% endfor %} {% assign all_items = all_items | uniq | sort %}

The full list of plugins is available on the main plugin list page.


Click on a name to jump to the plugins that are marked with it.

{% for item in all_items %} {% unless tag == "" %} {{ item }} {% endunless %} {% endfor %}


{% for item in all_items %} {% unless item == "" %}

{{ item }}

{% for plugin in site[page.collection] %} {% assign col_items = "" | split: "/" %} {% for item in plugin[page.reference] %} {% assign lower_item = item %} {% assign col_items = col_items | push: lower_item %} {% endfor %} {% if col_items contains item %}
{% include plugin_card.html plugin=plugin %}
{% endif %} {% endfor %}
{% endunless %} {% endfor %}