{"id":15646636,"url":"https://github.com/nvictus/django-stackedit","last_synced_at":"2025-07-08T06:41:55.070Z","repository":{"id":12335712,"uuid":"14976167","full_name":"nvictus/django-stackedit","owner":"nvictus","description":"Fork of the StackEdit Markdown Editor into a Django app","archived":false,"fork":false,"pushed_at":"2015-08-24T15:50:30.000Z","size":8574,"stargazers_count":9,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T07:45:20.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvictus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-06T07:03:17.000Z","updated_at":"2018-07-11T13:29:12.000Z","dependencies_parsed_at":"2022-09-10T14:41:13.130Z","dependency_job_id":null,"html_url":"https://github.com/nvictus/django-stackedit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvictus%2Fdjango-stackedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvictus%2Fdjango-stackedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvictus%2Fdjango-stackedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvictus%2Fdjango-stackedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvictus","download_url":"https://codeload.github.com/nvictus/django-stackedit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650897,"owners_count":20163610,"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-10-03T12:13:33.444Z","updated_at":"2025-03-09T05:30:46.595Z","avatar_url":"https://github.com/nvictus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django StackEdit\n================\n\nFork of Benoit Schweblin's [StackEdit](https://github.com/benweet/stackedit) ported from Node.js to Django.\n\nQuick start\n-----------\n\n1) Add \"stackedit\" to your INSTALLED_APPS setting like this:\n\n```\nINSTALLED_APPS = (\n    ...\n    'stackedit',\n)\n```\n\n2) Include the stackedit URLconf in your project urls.py like this:\n\n```\nurl(r'^editor/', include('stackedit.urls')),\n```\n\nAssumes that ``STATIC_URL`` settings variable is set appropriately. You may have to do ``python manage.py collectstatic`` if running with ``DEBUG = False``.\n\n\nDevelopment\n-----------\nStatic resources are minified (``static/stackedit/res-min/``) and used by default. For development, un-minified javascripts are stored in ``static/stackedit/res`` and are served instead by using ``http://.../?debug``. However, you will need to install the missing bower packages and other dependencies for this to work. See developer-guide in the docs.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvictus%2Fdjango-stackedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvictus%2Fdjango-stackedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvictus%2Fdjango-stackedit/lists"}