ckeditor-prism
================
<strong>OVERVIEW</strong>:<br>
<a href="http://ckeditor.com/addon/prism">Prism Highlighter</a> is a plugin for <a href="http://ckeditor.com">CKEditor</a> for inserting beautiful formatted text, markdown, or code snippets in your blog or website. Prism is the chosen renderer/highlighter/colorizer since it's pretty, lightweight, and extendable. I also use this plugin in my [personal website](http://www.ranelpadon.com/content/practical-regex-part-12-common-operators).
This plugin utilizes the following libraries: <br>
<ul>
<li><a href="http://ckeditor.com/addon/codesnippet">CKEditor Code Snippet Plugin</a></li>
<li><a href="http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.codesnippet.highlighter">CKEditor Code Snippet API</a></li>
<li><a href="http://prismjs.com/">Prism Syntax Highlighter with Dark Theme</a></li>
<li><a href="http://prismjs.com/plugins/line-numbers/">Prism Line Numbers Add-on</a></li>
</ul>
By default, Prism has no line numbering mechanism, so the **Line Number** add-on has been added. Also, in order for the line numbers to work smoothly in CKEditor and when rendering the actual page, I did some minor patching in **prism.js** and **prism.css**.
<strong>LIVE DEMO PAGE</strong>:<br>
Demo page could be found <a href="http://www.ranelpadon.com/sites/all/libraries/ckeditor/plugins/prism/demo/index.html">here</a>.
<strong>INSTALLATION</strong>:<br>
Kindly refer to <a href="https://github.com/ranelpadon/ckeditor-prism/blob/master/Installation%20Guide.txt">Installation Guide</a>.
<strong>HOW TO USE</strong>:<br>
Kindly refer to <a href="https://github.com/ranelpadon/ckeditor-prism/blob/master/Creating%20and%20Editing%20Code%20Snippets.txt">How to Create and Edit Prism Snippets</a>.
<strong>LICENSE and CREDITS</strong>:<br>
License: <a href="https://www.gnu.org/licenses/lgpl-2.1.txt">LGPLv2.1</a> or later should apply. Note that LGPLv2.1+ is also compatible with <a href="https://www.drupal.org/node/1475972#gplv2-compatible-licenses">GPLv2</a>.<br>
Copyright 2015 by [Engr. Ranel O. Padon](http://www.ranelpadon.com)<br>
Thanks to CKEditor, Prism, and other great open-source softwares and their unsung developers.<br>
=======================================================
没有合适的资源?快使用搜索试试~ 我知道了~
基于Django实现Blog.zip
共102个文件
py:41个
css:13个
html:10个
需积分: 5 0 下载量 163 浏览量
2024-04-26
16:37:21
上传
评论
收藏 1.23MB ZIP 举报
温馨提示
django Django是一个高级的Python Web框架,可以快速开发安全和可维护的网站。由经验丰富的开发者构建,Django负责处理网站开发中麻烦的部分,可以专注于编写应用程序,而无需重新开发。它是免费和开源的,有活跃繁荣的社区,丰富的文档,以及很多免费和付费的解决方案。 [8]2019年12月2日,Django 3. 0发布 Django是高水准的Python编程语言驱动的一个开源模型.视图,控制器风格的Web应用程序框架,它起源于开源社区。使用这种架构,程序员可以方便、快捷地创建高品质、易维护、数据库驱动的应用程序。这也正是OpenStack的Horizon组件采用这种架构进行设计的主要原因。另外,在Dj ango框架中,还包含许多功能强大的第三方插件,使得Django具有较强的可扩展性 [2]。Django 项目源自一个在线新闻 Web 站点,于 2005 年以开源的形式被释放出来。Django 框架的核心组件有: 1. 2. 用于创建模型的对象关系映射; 3. 为最终用户设计较好的管理界面; 4. URL 设计; 5. 设计者友好的模板语言; 6. 缓存系统。
资源推荐
资源详情
资源评论
收起资源包目录
基于Django实现Blog.zip (102个子文件)
bootstrap.css 170KB
bootstrap.min.css 138KB
layui.css 78KB
bootstrap-grid.css 37KB
bootstrap-grid.min.css 28KB
layer.css 14KB
laydate.css 7KB
monokai.css 5KB
bootstrap-reboot.css 5KB
bootstrap-reboot.min.css 4KB
prism.css 2KB
prism_patched.min.css 2KB
code.css 1KB
iconfont.eot 46KB
loading-0.gif 6KB
loading-2.gif 2KB
loading-1.gif 701B
.gitignore 5B
list.html 5KB
detail.html 3KB
header.html 2KB
create.html 2KB
base.html 2KB
edit.html 2KB
update.html 1KB
register.html 1KB
login.html 1KB
footer.html 237B
coffee.jpeg 69KB
offs.jpeg 10KB
img1.jpg 84KB
layui.js 284KB
bootstrap.bundle.js 207KB
bootstrap.js 121KB
prism_patched.min.js 97KB
jquery-3.7.0.min.js 85KB
bootstrap.bundle.min.js 69KB
bootstrap.min.js 50KB
plugin.js 4KB
bootstrap.min.css.map 549KB
bootstrap.css.map 420KB
bootstrap.bundle.js.map 350KB
bootstrap.bundle.min.js.map 287KB
bootstrap.js.map 207KB
bootstrap.min.js.map 172KB
bootstrap-grid.css.map 96KB
bootstrap-grid.min.css.map 67KB
bootstrap-reboot.css.map 59KB
bootstrap-reboot.min.css.map 25KB
README.md 2KB
README.md 519B
icon.png 11KB
icon-ext.png 6KB
views.py 5KB
settings.py 4KB
views.py 4KB
models.py 2KB
urls.py 1KB
0001_initial.py 1KB
0001_initial.py 1018B
models.py 990B
0003_auto_20230617_1818.py 947B
0001_initial.py 934B
views.py 845B
forms.py 837B
urls.py 724B
models.py 614B
0004_articlepost_tags.py 574B
manage.py 543B
admin.py 459B
0005_articlepost_avatar.py 415B
wsgi.py 391B
0002_auto_20230618_1040.py 390B
0002_articlepost_total_views.py 388B
urls.py 382B
forms.py 266B
urls.py 189B
forms.py 157B
admin.py 148B
apps.py 97B
admin.py 91B
apps.py 89B
apps.py 89B
tests.py 60B
tests.py 60B
tests.py 34B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
__init__.py 0B
db.sqlite3 220KB
iconfont.svg 299KB
iconfont.ttf 45KB
LICENSE.txt 26KB
Installation Guide.txt 13KB
Creating and Editing Code Snippets.txt 818B
共 102 条
- 1
- 2
资源评论
生瓜蛋子
- 粉丝: 3910
- 资源: 7441
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- new_bird_c-c语言入门
- christmasTree-圣诞树html网页代码
- working-shell脚本入门——流程控制
- hadoop_install-sqoop数据导入
- ThinkCMF-mysql安装
- BigData-Notes-sqoop的安装与配置
- C语言-leetcode题解之28-implement-strstr.c
- C语言-leetcode题解之27-remove-element.c
- C语言-leetcode题解之26-remove-duplicates-from-sorted-array.c
- C语言-leetcode题解之24-swap-nodes-in-pairs.c
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功