textile

Compile Textile into HTML

To install, run nikola plugin -i textile

Compiler plugin to support the Textile markup.

More information about Textile

Suggested Configuration:

# Add the textile compiler to your COMPILERS dict. Make sure it does not
# conflict with reST.
COMPILERS = {
    "textile": [".txt"]
}

# Add textile files to your POSTS, PAGES
POSTS = POSTS + (("posts/*.txt", "posts", "post.tmpl"),)
PAGES = PAGES + (("pages/*.txt", "pages", "page.tmpl"),)

Requirements:

  • textile (Python package)

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.