markdown编辑器

In the past I've suggested a particular workflow to creating body copy for web pages: write the text in Microsoft Word (taking advantage of the program's inline grammar and spell checking, correct typography, and easy exchange of the file with clients), then transfer the text into your web editor of choice, clean up the markup, and use the resulting HTML in your web page.

过去,我曾建议过一种特殊的工作流来创建网页的正文:使用Microsoft Word编写文本(利用程序的内联语法和拼写检查,正确的排版以及与客户端的文件轻松交换),然后将文本传输到您选择的Web编辑器中,清理标记,然后在您的网页中使用生成HTML。

It is a system that works well, and is still my go-to option. But sometimes you just need to create a quick bit of text with markup: for example, writing a few paragraphs for a blog entry, or a short article for a CMS. For such a task the Word-DreamWeaver route takes too long, and DreamWeaver by itself is too much (and won't do correct typography).

它是一个运行良好的系统,仍然是我的首选。 但是有时您只需要用标记快速创建一些文本:例如,为博客条目写一些段落,或为CMS写一篇简短的文章。 对于此类任务,Word-DreamWeaver路线花费的时间太长,而DreamWeaver本身的路线就太多了(并且不会进行正确的排版)。

Enter a compromise between the two: the markdown editor. Invented by John Gruber (of Daring Fireball) and the late Aaron Swartz, Markdown exists at a halfway point between a fully-featured webpage creation tool and a text editor: using a few, instinctive text shortcuts, a markdown process will take this:

在两者之间输入一个折衷方案:降价编辑器。 Markdown由Daring Fireball的John Gruber和已故的Aaron Swartz发明 ,位于功能齐全的网页创建工具和文本编辑器之间的中间位置:使用一些本能的文本快捷方式,降价过程将采用以下方式:

###僵尸启示录的准备清单 (###Preparation List for the Zombie Apocalypse)

A few things I will need:

我需要做的几件事:

* Food and water for at least 60 days (*very important!*)* Shotgun (**60 more shells needed**)* Axe

*至少60天的食物和水( *非常重要!* )* Shot 枪( **还需要60枚炮弹** )*斧头

And transform it into this:

并将其转换为:

<h3>Preparation List for the Zombie Apocalypse</h3><p>A few things I will need:</p><ul><li>Food and water for at least 60 days (<em>very important!</em>)<li>Shotgun (<strong>60 more shells needed</strong>)<li>Axe</li>
</ul>
My personal favourite markdown editors are

Mou and Macdown. Both offer the features supplied by Word – inline spellcheck, correct typography – but generate correct markup at the same time. They also have excellent specific features: the easy ability to add images, search based on patterns, auto completion, and support for multiple languages. Both also have a minimum of buttons: simply start them up (Mou is less than 2MB in size) and start typing. This article was written in Mou, which is (as of this writing) only available for Mac, although there are other markdown editors for Windows: MarkdownPad is very similar to Mou.

Mou和Macdown 。 两者都提供Word提供的功能-内联拼写检查,正确的排版-但同时生成正确的标记。 它们还具有出色的特定功能:轻松添加图像,基于模式进行搜索,自动完成以及支持多种语言的功能。 两者都有最少的按钮:只需启动它们(Mou的大小小于2MB)并开始键入即可。 本文是用Mou编写的(尽管撰写本文时)仅适用于Mac,尽管还有其他针对Windows的markdown编辑器: MarkdownPad与Mou非常相似。

If you're familiar with HTML, and need a tool to do basic markup without getting in your way, I'd encourage you to look into markdown editors: you might just find that they remove several steps from a task that should be about expressing yourself in human language, not wrangling tags.

如果您熟悉HTML,并且需要一种工具来进行基本标记而又不碍事,那么我建议您研究一下markdown编辑器:您可能会发现他们从一项任务中删除了一些与表达有关的步骤用人类语言表达自己,而不用打乱标签。

翻译自: https://thenewcode.com/403/Markdown-Editors

markdown编辑器

markdown编辑器_Markdown编辑器相关推荐

  1. markdown 编辑器_Markdown 编辑器使用指南

    Markdown 编辑器使用指南 1.快捷键 加粗: Ctrl/Cmd + B 标题: Ctrl/Cmd + H 插入链接: Ctrl/Cmd + K 插入代码: Ctrl/Cmd + Shift + ...

  2. 文本编辑器_markdown编辑器与富文本编辑器优缺点比较

    其实对于用户来说,Markdown编辑器和富文本编辑器的作用是一样的,功能上也没有什么区别,在Markdown诞生之前大家都是用富文本编辑器的,也没见什么功能不能实现的,而两者主要区别在于他们的使用方 ...

  3. Markdown富文本编辑器(数学公式教程)

    Markdown富文本编辑器(数学公式教程) 简单分类 行内公式示例如下 行间公式实例如下 希腊字母 上标与下标 括号 小括号与方括号 大括号 尖括号 上取整 下取整 求和与积分 求和 积分 连乘 其 ...

  4. Vue 中引入markdown富文本编辑器并根据md格式渲染

    Vue 中引入markdown富文本编辑器 在vue组件中,比较好用的是mavon-editor,github文档地址 https://github.com/hinesboy/mavonEditor ...

  5. Notable —— markdown日志文件编辑器

    Notable -- markdown日志文件编辑器 Notable是一款开源的笔记应用,专注于笔记.文档和知识管理. Markdown支持 Notable支持Markdown语法,作为日志编辑工具的 ...

  6. 《真香编辑器—CSDN编辑器|CSDN编辑器测评》

    <真香编辑器-CSDN编辑器|CSDN编辑器测评> 文章目录 <真香编辑器-CSDN编辑器|CSDN编辑器测评> *前言 一.页面介绍 二.功能介绍 Markdown语法介绍 ...

  7. kali linux 里vim如何使用_Kali Linux的vi编辑器/vim编辑器使用方法

    转载声明:本文为转载文章 Kali Linux系统的vi编辑器/vim编辑器的使用和CentOS有很多不同.基本使用方法如下 1.vi的基本概念 基本上vi可以分为三种状态,分别是命令模式(comma ...

  8. python编辑器怎么下载_海龟编辑器(Python编辑器)下载-海龟编辑器(Python编辑器)下载v1.3.6-IE浏览器中文网站...

    针对少儿的一款代码编辑软件,海龟编辑器(Python编辑器)将代码以堆积木的方式呈现,让孩子在游戏中学习,降低学习难度,提高和吸引孩子的学习兴趣. 软件特点 1.一键安装第三方库. 2.扩展功能强大. ...

  9. python文本编辑器下载_海龟编辑器官方下载|海龟编辑器(Python编辑器)下载 v1.3.4 官方版 - 绿点软件站...

    编程软件,积木和代码一键转化,学起来简单有趣,可以让孩子们搭一搭积木就轻松写出Python代码,既可以提高孩子对编程的学习兴趣,又可以降低小朋友们学习Python编程的门槛,海龟编辑器扩展功能强大,支 ...

最新文章

  1. html5移动端笔记--代码分享
  2. Linxu内核模块开发入门(金荣的第一篇个人技术博客)
  3. mongodb 安装包_MongoDB快速入门,掌握这些刚刚好!
  4. centos查看网关地址
  5. div高度、宽度100% div width、height 100%
  6. matplotlib画图时间长_Python学习第86课-数据可视化之matplotlib介绍
  7. 利用jquery getJSON 调用ashx实现ajax调用
  8. python手机号码正确编程_python 小练习之生成手机号码
  9. 制作html5谭木记页面,北斗区域地理配套练习答案
  10. C和指针之函数之求最大公约数
  11. flexbox布局_Flexbox vs Grid-如何构建最常见HTML布局
  12. mfc简易的学生管理系统
  13. 01_01_三步开启C语言编程_小白篇
  14. hadoop大数据处理平台与案例
  15. 英文论文写作必备网站
  16. 离散实验sdut3805双射
  17. 精英科技GearReleases视频培训,以帮助​​客户避免损坏他们的触摸屏
  18. 海思平台(hi3559av100)异构多系统的使用Linux(2*A53+2*A73)+liteos(A53)+liteos(M7)
  19. 牛顿法(Newton‘s method)和拟牛顿法(quasi Newton method)
  20. he Enigma Protector一字节过注册

热门文章

  1. Servlet 容器和 Web 服务器的区别
  2. IDEA —— Debug调试模式
  3. rmi反序列化导致rce漏洞修复_RMI反序列化漏洞分析
  4. shell 常用工具指令
  5. 没有图片显示默认图片
  6. K8S环境部署jaeger-all-in-one
  7. hdu4416——后缀自动机
  8. windows10安装pyltp
  9. 对接阿里云opensearch
  10. 你真的懂one-hot编码吗?