Official filter and tag addons for pongo2
Go to file
2014-07-28 16:29:41 +02:00
.gitignore slugify-filter and tests added. 2014-07-26 17:28:14 +02:00
.travis.yml Added dependency to travis-script 2014-07-28 14:41:44 +02:00
filters_test.go ordinal-filter added. 2014-07-28 16:24:44 +02:00
filters.go ordinal-filter added. 2014-07-28 16:24:44 +02:00
LICENSE Initial commit 2014-07-20 00:24:32 +02:00
README.md Re-organized list in README. 2014-07-28 16:29:41 +02:00

pongo2-addons

Build Status GitTip

Official filter and tag add-ons for pongo2. Uses 3rd-party-libraries.

How to use and install

Install via go get -u github.com/flosch/pongo2-addons.

Simply add the following import line after importing pongo2:

_ "github.com/flosch/pongo2-addons"

All additional filters/tags will be registered automatically.

Filters

  • Regulars

    • slugify (creates a slug for a given input)
    • filesizeformat (human-readable filesize; takes bytes as input)
  • Markup

    • markdown (parses markdown text and outputs HTML; hint: use the safe-filter to make the output not being escaped)
  • Humanize

Tags

(nothing yet)