![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cmsplugin-simple-markdown
Advanced tools
A plugin for django-cms that provides just a markdown plugin and nothing more.
.. contents:: Table of contents
Simple Markdown plugin is just a simple markdown plugin for django-cms. It's brutally simple. Just a text area and you'll enter some markdown text and save it. And the reason why I make this is that, I really couldn't find any simple as stupid plugin for django-cms, all I've found was fancy with a lot of java script stuff.
cmsplugin-simple-markdown is available on PyPi:
http://pypi.python.org/pypi/cmsplugin-simple-markdown ::
$ pip install cmsplugin-simple-markdown
You can get latest stable changes from GitHub server: ::
$ git clone https://github.com/Alir3z4/cmsplugin-simple-markdown.git
$ cd cmsplugin-simple-markdown
$ python setup.py install
You can grab the latest tarball.
Get the latest tarball & install ::
$ wget https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.tar.gz
$ tar xvzf cmsplugin-simple-markdown-master.tar.gz && cd cmsplugin-simple-markdown-master
$ python setup.py install
Download latest ZIP archive.
https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.zip
Extract the archive, and run the following command in root directory of cmsplugin-simple-markdown ::
$ python setup.py install
Most people say that installation of cmsplugin-simple-markdown
is easy, it seems they're out of space.
It's fucking hard to install.
Make sure django-markdown
is configured as described in their Setup <https://github.com/klen/django_markdown#id5>
_ section.
Add cmsplugin_simple_markdown
to INSTALLED_APPS
.
If you are using Django 1.7 or higher add 'cmsplugin_simple_markdown': 'cmsplugin_simple_markdown.migrations_django',
to MIGRATION_MODULES
in settings.
Create the database tables::
$ python manage.py migrate
This is not easy, It's hard, confusing. I doubt, double doubt that those people that keep saying installing this is easy are on something.
Since every application won't begins with love, this plugin has been developed to solve a problem.
2 days back, I've been using cms.plugin.text for handling html pages and related content,
but when I've tried to use AWS S3/CloudFront for my static files, I got stuck with CORS
problem.
So I've develop cmsplugin-simple-markdown
to be used without any dependencies on JavaScript or CSS files.
Now these days, people all around the world are using it, They are happy with it, They go crazy with cmsplugin-simple-markdown
,
even they name their child cmsplugin-simple-markdown
, at least I did. ;)
FAQs
A plugin for django-cms that provides just a markdown plugin and nothing more.
We found that cmsplugin-simple-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.