mdEditor

授权协议 GPL-3.0 License
开发语言 C/C++
所属分类 应用工具、 文档/文本编辑
软件类型 开源软件
地区 不详
投 递 者 周意智
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

mdEditor

mdEditor Logo

Web application for writing metadata. Built using ember.js. Go to https://www.mdeditor.org/ to use the application.

See CONTRIBUTING.md for info on making contributions.

Also, see the wiki for more info about the project.

Prerequisites (for development)

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/adiwg/mdEditor.git this repository
  • cd mdEditor change into the new directory
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint
  • yarn lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

By default, this will deploy to GitHub pages:

ember deploy staging

Note that the gh-pages branch must exist in the git repository. See ember-cli-deploy-git for details.Visit https://.github.io/mdEditor

Further Reading / Useful Links

  • editor-config.ts: declare var editormd: any; export class EditorConfig { public width = '100%'; public height = '400'; // no,自适宜h public path = 'assets/editor.md/lib/'; // 正确的lib文件件 public c

  • pip安装mdeditor pip install -i https://pypi.tuna.tsinghua.edu.cn/simple django-mdeditor 用清华源安装会快很多 settings.py配置mdeditor 安装app INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth'

  • 床前明月光 疑是地上霜 举头望明月 ![在这里插入图片描述](https://img-blog.csdn.net/20181011223458611?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2p4aWFuaHVp/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70) 低头思故乡

  • 图片上传问题: 1.选择本地上传图片但是没有URL回显 解决:在setting.py中添加X_FRAME_OPTIONS 2.选择本地上传图片在mdeditor中有URL显示了,但是在编辑器中markdown却没有图片 问题分析:mdeditor配置不正确 setting.py下配置 配置与setting.py同目录下的urls.py

  • *在线地址:* http://ghosertblog.github.io/mdeditor/ # Markdown 语法简明手册 ### 1. 使用 * 和 ** 表示斜体和粗体 示例: 这是 *斜体*,这是 **粗体**。 ### 2. 使用 === 表示一级标题,使用 --- 表示二级标题 示例: 这是一个一级标题 ============================ 这是一个二级标题

  • 大厂的对象存储都提供了完善的SDK,使用非常简单。django使用对象存储有两种场景,一种结合django的Storage存储类,图片经由模型上传至COS,然后由django端删除,本地不保留;另外一种自定义场景,比如结合django-mdeditor使用。本文介绍的是第二种,结合django-mdeditor编辑器,通过“添加图片”直接上传到腾讯COS中。 腾讯COSpython文档地址:htt

  • 背景 使用django3进行开发时,由于项目前端页面使用iframe框架,浏览器错误提示信息如下: Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'deny'根据提示信息发现是因为X-Frame-Options=deny导致的。 X-Frame-Options是什么? The X-Frame-Opti

  • django博客开发中遇到的一些小功能 带有置顶功能的分页器 直接查询出所有文章的QuerySet然后按添加时间倒序排序,直接进入分页器。这样会没有置顶功能。 事先过滤出is_commend置顶文章,把器添加时间置为2099年,之后按时间倒序排序。但是这样前段显示时间又成了问题。试了联合查询也未能实现。 我直接增加了一个更新时间字段,把置顶文章显示它的更新时间。 解决不完美,待后期完善。 simp

  • 在博客文章写作过程中,一直再寻找一个合适的编辑器。先后尝试了wangEditor、layui-Editor在用户页面得到应用。但文章的整洁程度难以和markdown媲美。mdendtor是个不错的选择,在安装完Django-enditor之后,最大的难题就是前端显示了。最初引入python库markdown,转化效果不是很理想。紧接着找到前端js对应的showdown.js库,显示效果依旧不好。于

  • django-mdeditor出现的问题 在使用的过程中出现了一些问题,在页面中加载django-mdeditor的时候会自动聚焦到输入栏中,当我们使用该表单作为评论功能的时候就会出现一些问题,比如说是会出现文章没有看到,直接回聚焦到了评论框中. 为了解决这问题,我们将会是更改安装包中的一些数据 首先我们先要进入到的Python安装的环境中: 例如: 我是使用的虚拟环境,故而该安装包的位置就会出现

相关阅读

相关文章

相关问答

相关文档