django-elements

Enhanced Markdown editing for Django projects
Download

django-elements Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Weston Nielson
  • Publisher web site:
  • http://oppian.com

django-elements Tags


django-elements Description

django-elements is a Django app designed to provide an easy way to embed arbitrary objects into textual content. Text is written in Markdown and objects can be inserted, as either inline or block-level elements, using a simple Trac-like macro syntax. As a simple example, here is some text written in Markdown using django-elements:Let's assume that [] is installed. If I want to embed animage into this content, all I have to do is this`]`. So, here is the image, whichwill be rendered as a block-level element:]See how easy it is to insert arbitrary objected into a Markdown-baseddocument?You can also embed an item inline by simply adding it in the location youwant. For example, here is an image that has been placed inline with thetext ].: https://github.com/stefanfoulis/django-filerInstallationThe first step is to install the prerequisites. The only required package is markdown-macros, which can be installed via PyPI (using pip or easy_install):pip install markdown-macrosOptionally, if you'd like a nice editor for use in the admin, you can install django-markitup:pip install django-markitup==tipProduct's homepage


django-elements Related Software