Skip to main content

Markdown text element for Nive cms

Project description

# Markdown text element for Nive cms

See Nive cms: http://cms.nive.co

Adds a markdown text page element to the list of available elements. Markdown syntax is automatically converted to html.

## Usage

After installation (pip install nive_markdowntext) activate the element by adding nive_markdowntext to your website project module list.

For a default scaffold installation go to __init__.py of your website and add the following line to the configuration website.modules.append("nive_markdowntext") e.g.

website = AppConf("nive.cms.app",
    title=u"My website",
    id="website",
    ...
)
website.modules.append("nive_markdowntext")

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

nive_markdowntext-0.1.2.tar.gz (14.8 kB view hashes)

Uploaded Source

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