{"id":20329655,"url":"https://github.com/alir3z4/cmsplugin-simple-markdown","last_synced_at":"2025-04-11T20:52:48.126Z","repository":{"id":4633649,"uuid":"5778187","full_name":"Alir3z4/cmsplugin-simple-markdown","owner":"Alir3z4","description":"A plugin for django-cms that provides just a markdown plugin and nothing more.","archived":false,"fork":false,"pushed_at":"2016-10-22T16:30:36.000Z","size":34,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T20:52:42.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pypi.python.org/pypi/cmsplugin-simple-markdown","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alir3z4.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-12T10:13:24.000Z","updated_at":"2017-03-16T13:41:41.000Z","dependencies_parsed_at":"2022-08-26T07:40:26.892Z","dependency_job_id":null,"html_url":"https://github.com/Alir3z4/cmsplugin-simple-markdown","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fcmsplugin-simple-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fcmsplugin-simple-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fcmsplugin-simple-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fcmsplugin-simple-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alir3z4","download_url":"https://codeload.github.com/Alir3z4/cmsplugin-simple-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480515,"owners_count":21110936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T20:12:36.687Z","updated_at":"2025-04-11T20:52:48.101Z","avatar_url":"https://github.com/Alir3z4.png","language":"Python","readme":"=========================\ncmsplugin-simple-markdown\n=========================\n.. contents:: Table of contents\n\nSimple Markdown plugin is just a simple markdown plugin for django-cms.\nIt's brutally simple. Just a text area and you'll enter some markdown text and save it.\nAnd the reason why I make this is that, I really couldn't find any simple as stupid plugin\nfor django-cms, all I've found was fancy with a lot of java script stuff.\n\n\nRequirements\n=============\n\n- django-cms\n- django-markdown\n\nInstallation\n==============\n\nPyPi\n-----\n\n**cmsplugin-simple-markdown** is available on PyPi:\n\nhttp://pypi.python.org/pypi/cmsplugin-simple-markdown\n::\n\n    $ pip install cmsplugin-simple-markdown\n\nGit\n---\n\nYou can get latest stable changes from GitHub server:\n::\n\n    $ git clone https://github.com/Alir3z4/cmsplugin-simple-markdown.git\n    $ cd cmsplugin-simple-markdown\n    $ python setup.py install\n\nZip, Tarball\n------------\n\nYou can grab the latest tarball.\n\n*unix\n------\n\nGet the latest tarball \u0026 install\n::\n\n    $ wget https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.tar.gz\n    $ tar xvzf cmsplugin-simple-markdown-master.tar.gz \u0026\u0026 cd cmsplugin-simple-markdown-master\n    $ python setup.py install\n\nWindows\n-------\n\nDownload latest ZIP archive.\n\nhttps://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.zip\n\nExtract the archive, and run the following command in root directory of cmsplugin-simple-markdown\n::\n\n    $ python setup.py install\n\nConfiguration\n==============\n\nMost people say that installation of ``cmsplugin-simple-markdown`` is easy, it seems they're out of space.\nIt's fucking hard to install.\n\nConfiguration \u0026 Usage\n----------------------\n\n1. Make sure ``django-markdown`` is configured as described in their `Setup\n\u003chttps://github.com/klen/django_markdown#id5\u003e`_ section.\n2. Add ``cmsplugin_simple_markdown`` to  ``INSTALLED_APPS``.\n3. If you are using Django 1.7 or higher add ``'cmsplugin_simple_markdown': 'cmsplugin_simple_markdown.migrations_django',`` to ``MIGRATION_MODULES`` in settings.\n4. Create the database tables::\n\n    $ python manage.py migrate\n\n\nThis is not easy, It's hard, confusing. I doubt, double doubt that those people that keep saying installing this\nis easy are on something.\n\n\nDrama story\n===========\nSince every application won't begins with love, this plugin has been developed to solve a problem.\n2 days back, I've been using **cms.plugin.text** for handling html pages and related content,\nbut when I've tried to use AWS S3/CloudFront for my static files, I got stuck with ``CORS`` problem.\nSo I've develop ``cmsplugin-simple-markdown`` to be used without any dependencies on JavaScript or CSS files.\n\nNow these days, people all around the world are using it, They are happy with it, They go crazy with ``cmsplugin-simple-markdown``,\neven they name their child ``cmsplugin-simple-markdown``, at least I did. ;)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falir3z4%2Fcmsplugin-simple-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falir3z4%2Fcmsplugin-simple-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falir3z4%2Fcmsplugin-simple-markdown/lists"}