
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
DjangoCMS Plugin that lets you insert raw HTML code into a page.
A raw HTML plugin may be a bit of a CMS anti-pattern, but every now and then there are times when inserting a little block of HTML code is needed to get a job done quickly.
This Plugin combines the ideas of cmsplugin-raw-html <https://github.com/makukha/cmsplugin-raw-html>
_
with code-editor-django-admin <https://mr-coffee.net/blog/code-editor-django-admin>
_ by giving
you a nice HTML editor CodeMirror <http://codemirror.net/>
_ to edit the code in rather than
a default TextField
.
Install via pip::
pip install djangocms-rawhtml
Add to your INSTALLED_APPS
(in settings.py
)::
INSTALLED_APPS = ( ... 'djangocms_rawhtml', ... )
Run migrations::
python manage.py migrate djangocms_rawhtml
"Raw HTML" should now be available as a plugin in the CMS!
In your settings.py
you can set:
CODEMIRROR_THEME
: (Optional) The name of the codemirror theme you would like to use (just the name, don't include the .css
part). Will use default
if not set. See: https://codemirror.net/theme/ for a list of themes.
FAQs
Raw HTML Plugin for DjangoCMS with HTML code editor.
We found that djangocms-rawhtml 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.