From 2474f59e061599cd58bb1906aa265c037e48180e Mon Sep 17 00:00:00 2001 From: Amin Mesbah Date: Sun, 29 Apr 2018 23:29:25 -0700 Subject: [PATCH] Add lektor-webdav to plugin list I just wrote this plugin and started using it in my own Lektor website. Maybe someone else will find it useful. --- content/docs/plugins/list/contents.lr | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/plugins/list/contents.lr b/content/docs/plugins/list/contents.lr index 795e738f..a77756e0 100644 --- a/content/docs/plugins/list/contents.lr +++ b/content/docs/plugins/list/contents.lr @@ -58,6 +58,7 @@ ___ * [natural-language :ext](https://github.com/terminal-labs/lektor-natural-language) Add filters to do basic natural language processing with NLTK. Find keywords and sentence structure naturally. * [strip-html-tags :ext](https://github.com/terminal-labs/lektor-strip-html-tags) Add a filter to transform HTML into simple text by stripping HTML tags. * [thumbnail-generator :ext](https://github.com/skorokithakis/lektor-thumbnail-generator): Allows you to generate configurable thumbnails for all your attachment images, so you can link them in your pages. +* [webdav :ext](https://github.com/mesbahamin/lektor-webdav): Get a list of files hosted on a WebDAV server. * [yandex-metrica :ext](https://github.com/gagoman/lektor-yandex-metrica): Adds `Yandex Metrica` support to Lektor-generated site. ! Have your own plugin and you want to see it here? Just [edit this page