lektor-website/content/docs/plugins/list/contents.lr

63 lines
4.4 KiB
Plaintext
Raw Normal View History

2015-12-19 14:52:17 +01:00
title: List
---
summary: A list of known plugins.
---
body:
Lektor is a very young project so naturally not that many plugins exist yet.
This is a list of currently known plugins.
## Official
These are official plugins which means that they were developed by the
authors of Lektor and kept in good shape together with the rest of the
project:
* [disqus-comments :ext](https://github.com/lektor/lektor-disqus-comments):
this plugin embeds disqus comments into your website.
* [webpack-support :ext](https://github.com/lektor/lektor-webpack-support):
adds support for building websites with webpack.
2015-12-25 00:19:47 +01:00
* [markdown-highlighter :ext](https://github.com/lektor/lektor-markdown-highlighter):
adds support for syntax highlighting to markdown code snippets.
* [markdown-header-anchors :ext](https://github.com/lektor/lektor-markdown-header-anchors):
2015-12-26 13:08:50 +01:00
adds support for header anchors and table of contents to Markdown.
2015-12-28 18:12:11 +01:00
* [markdown-admonition :ext](https://github.com/lektor/lektor-markdown-admonition):
2015-12-26 13:08:50 +01:00
adds admonition block support to Markdown.
2015-12-19 14:52:17 +01:00
2015-12-22 23:02:26 +01:00
## Unofficial
2015-12-19 14:52:17 +01:00
2015-12-22 23:02:26 +01:00
These are unofficial plugins. This list is moderated and updated
regularly, but they still aren't developed by the authors of Lektor,
so they might not keep pace with development on Lektor.
* [s3 :ext](https://github.com/spenczar/lektor-s3):
allows deployment of websites to S3 buckets
2015-12-26 11:01:12 +01:00
* [markdown-excerpt :ext](https://github.com/bancek/lektor-markdown-excerpt):
2015-12-25 22:10:03 +01:00
adds filter for Markdown body excerpt
2015-12-28 06:07:14 +01:00
* [github-repos :ext](https://github.com/marksteve/lektor-github-repos):
fetches your GitHub repos for display in Lektor templates
* [google-analytics :ext](https://github.com/kmonsoor/lektor-google-analytics): Adds `Google Analytics` support to Lektor-generated site.
2016-11-27 11:03:31 +01:00
* [yandex-metrica :ext](https://github.com/gagoman/lektor-yandex-metrica): Adds `Yandex Metrica` support to Lektor-generated site.
* [atom :ext](https://github.com/dwt/lektor-atom): Generate Atom feeds for your content.
2016-01-16 23:56:23 +01:00
* [surge :ext](https://github.com/ajdavis/lektor-surge): Publish your site to [Surge](https://surge.sh/).
2016-01-25 14:01:01 +01:00
* [netlify :ext](https://github.com/ajdavis/lektor-netlify): Publish your site to [Netlify](https://www.netlify.com/).
2016-03-23 03:49:47 +01:00
* [tags :ext](https://github.com/ajdavis/lektor-tags): For each tag on site, build a list of pages with that tag.
2016-03-30 15:38:14 +02:00
* [i18n :ext](https://github.com/numericube/lektor-i18n-plugin): Use GetText .PO files to translate your site **content**.
2016-04-02 19:14:21 +02:00
* [htmlmin :ext](https://github.com/vesuvium/lektor-htmlmin): Automatically minifies .html files in build directory
* [creative-commons :ext](https://github.com/humrochagf/lektor-creative-commons): Add Creative Commons license to your pages
2016-11-04 15:39:01 +01:00
* [nofollow :ext](https://github.com/yargies/lektor-nofollow): Easily create nofollow links in markdown
* [minify :ext](https://github.com/pietroalbini/lektor-minify): Minify changed files automatically during the build
2017-03-14 10:44:45 +01:00
* [asciidoc :ext](https://github.com/ajdavis/lektor-asciidoc/): Add asciidoc field type
2017-07-14 10:55:01 +02:00
* [shortcodes :ext](https://github.com/skorokithakis/lektor-shortcodes): A plugin allowing you to use shortcodes (something like tags) in your model fields
* [thumbnail-generator :ext](https://github.com/skorokithakis/lektor-thumbnail-generator): A plugin allowing you to generate configurable thumbnails for all your attachment images, so you can link them in your posts
2017-08-23 13:39:42 +02:00
* [rst :ext](https://github.com/fschulze/lektor-rst): A [reStructuredText](http://docutils.sourceforge.net) plugin
* [make :ext](https://github.com/BarnabyShearer/lektor-make): Run `make lektor` for custom build systems
2018-04-18 01:20:09 +02:00
* [jinja-content :ext](https://github.com/terminal-labs/lektor-jinja-content) Enable Jinja with the [Template Context](https://www.getlektor.com/docs/templates/#template-context) in your content fields, e.g. combining Jinja and Markdown.
* [slugify :ext](https://github.com/terminal-labs/lektor-slugify) Add a Jinja filter to slugify unicode.
* [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.
2015-12-26 20:17:00 +01:00
! Have your own plugin and you want to see it here? Just [edit this page
on GitHub :ref](https://github.com/lektor/lektor-website/edit/master/content/docs/plugins/list/contents.lr),
add your plugin to the list and send a pull request.