Skip to main content

The humane web text generator from within Flask

Project description

The Python port of Dean Allen's humane web text generator packaged for use with Flask.

pip install flask-textile

Import into your project:

from flask_textile import Textile

And then...

app = Flask(__name__)
textile = Textile(app)

Or, if one prefers, with a factory:

textile = Textile()
...
textile.init_app(app)

Simple usage within a Jinja2 template:

{{ text|textile }}

Or use as a filter:

{% filter textile %}
h2. Textile

* is a _shorthand syntax_ used to generate valid HTML
* is *easy* to read and *easy* to write
* can generate complex pages, including: headings, quotes, lists, tables and figures

Textile integrations are available for "a wide range platforms":/article/.
{% endfilter %}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Textile-0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

Flask_Textile-0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page