Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caktus/django-scribbler
django-scribbler is an application for managing snippets of text for a Django website.
https://github.com/caktus/django-scribbler
Last synced: 3 months ago
JSON representation
django-scribbler is an application for managing snippets of text for a Django website.
- Host: GitHub
- URL: https://github.com/caktus/django-scribbler
- Owner: caktus
- License: bsd-2-clause
- Created: 2012-06-19T12:21:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:37:13.000Z (9 months ago)
- Last Synced: 2024-07-13T00:34:14.616Z (4 months ago)
- Language: Python
- Homepage: http://readthedocs.org/docs/django-scribbler/
- Size: 904 KB
- Stars: 115
- Watchers: 24
- Forks: 13
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - django-scribbler - django-scribbler is an application for managing snippets of text for a Django website. (Python)
README
django-scribbler
===================django-scribbler is an application for managing snippets of text for a Django website.
Similar projects include django-flatblocks, django-chunks and django-pagelets. This
project attempts to take some of the best concepts from those previous projects as
well as focus on giving the users instant feedback inspired by Bret Victor's
`Inventing on Principle `_ talk... image:: https://travis-ci.org/caktus/django-scribbler.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/caktus/django-scribblerFeatures
--------------------------------------- Simple template tag for defining snippet blocks with default text
- Template tag for displaying and editing fields from arbitrary models
- Front-end editing of snippets with the powerful `CodeMirror `_ editor
- Live in-place preview of content while editing
- The full power of the Django template language in the snippet blocks
- Python 3 supportInstallation
--------------------------------------django-scribbler currently requires Django 2.2, 3.2, or 4.0 and Python >= 3.7. Older versions of
django-scribbler may support older versions of Django and Python.To install from PyPi::
pip install django-scribbler
.. note:: If you need to run an unreleased version from the repository, see the `Contributing Guide `_ for additional instructions.
Documentation
-----------------------------------Documentation on using django-scribbler is available on
`Read The Docs `_.License
--------------------------------------django-scribbler is released under the BSD License. See the
`LICENSE `_ file for more details.Contributing
--------------------------------------If you think you've found a bug or are interested in contributing to this project
check out `django-scribbler on Github `_. A
full contributing guide can be found in the `online documentation `_.If you are interested in translating django-scribbler into your native language
you can join the `Transifex project `_.Development sponsored by `Caktus Consulting Group, LLC
`_.