Markdown 编辑器 SimpleMDE

码农软件 · 软件分类 · Markdown开发包 · 2019-10-10 06:41:47

软件介绍

SimpleMDE 是一个嵌入式 JavaScript 文本框,用于替代书写好看且易懂的 markdown。WYSIWYG-esque 编辑器可以让用户修改 markdown 的工具条按钮和快捷键。WYSIWYG 编辑器产生的 HTML 复杂且多 Bug。Markdown 有很多办法可以解决这个问题,但是在编辑的时候不是很清晰。SimpleMDE 可以为那些不太熟悉或者正在学习 markdown 语法的非技术用户设计跨越此鸿沟的桥梁。

示例代码:

var simplemde = new SimpleMDE({
    element: document.getElementById("MyID"),
    status: false,
    status: ['autosave', 'lines', 'words', 'cursor'], // Optional usage
    toolbar: false,
    autofocus: true,
    lineWrapping: false,
    indentWithTabs: false,
    tabSize: 4,
    autosave: {
        enabled: true,
        unique_id: "MyUniqueID",
        delay: 1000,
    },
});

本文地址:https://codercto.com/soft/d/16423.html

Introduction to Programming in Java

Introduction to Programming in Java

Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00

By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码