适用于 Windows 的 Markdown 预览应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5204647/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 08:09:12  来源:igfitidea点击:

Markdown Preview Application for Windows

windowsmarkdown

提问by Kunal Jha

I have been using nvALT ? Brett Terpstra 2010which has the Markdown preview option for all the notes.
Is there any application on Windows end which has similar preview functionality. I understand that lot converters available but for the ease of use sake I am looking for an application with the similar preview option.

我一直在使用nvALT ?Brett Terpstra 2010具有所有笔记的 Markdown 预览选项。
Windows 端是否有任何具有类似预览功能的应用程序。我知道有很多转换器可用,但为了便于使用,我正在寻找具有类似预览选项的应用程序。

回答by Evan Wondrasek

I created a full-featured Markdown editor for Windows called MarkdownPad(http://markdownpad.com), and it supports full live HTML preview:

我为 Windows 创建了一个名为MarkdownPad( http://markdownpad.com)的全功能 Markdown 编辑器,它支持完整的实时 HTML 预览:

MarkdownPad, the Markdown Editor for Windows

MarkdownPad,适用于 Windows 的 Markdown 编辑器

MarkdownPad is lightweight (only 1.5 MB, not including the .NET 4 Framework), and offers several great features:

MarkdownPad 是轻量级的(只有 1.5 MB,不包括 .NET 4 Framework),并提供了几个很棒的功能:

  • Everything is customizable.Fonts, colors, sizes, and even the CSS stylesheet of the rendered HTML. The default CSS is beautiful and minimal, and will make your HTML documents look great.
  • Easy HTML export.You can export the full document as HTML, or just selected text.
  • Distraction-free Mode.This full-screen mode turns your whole monitor into a blank canvas for you to get some serious work done.
  • Frequent updates.I'm always improving MarkdownPad, and love hearing feedback from users.
  • Built natively for Windows.MarkdownPad was built from the ground up exclusively for Windows. It uses the latest Microsoft .NET 4 and Windows Presentation 4 Frameworks (translation: it's all kinds of shiny on the inside).
  • 一切都是可定制的。呈现的 HTML 的字体、颜色、大小,甚至 CSS 样式表。默认的 CSS 既美观又简约,将使您的 HTML 文档看起来很棒。
  • 简单的 HTML 导出。您可以将整个文档导出为 HTML,或仅导出选定的文本。
  • 无干扰模式。这种全屏模式将您的整个显示器变成一个空白画布,以便您完成一些严肃的工作。
  • 经常更新。我一直在改进 MarkdownPad,并且喜欢听取用户的反馈。
  • 为 Windows 原生构建。MarkdownPad 是专门为 Windows 构建的。它使用了最新的 Microsoft .NET 4 和 Windows Presentation 4 Frameworks(翻译过来就是:里面各种闪亮)。

And I even wrote this post in MarkdownPad :)

我什至在 MarkdownPad 中写了这篇文章:)

回答by Alireza Noori

I use MarkPad. It's free. It's open source. It looks great. And, it's written in WPF (which I love).

我使用MarkPad。免费。它是开源的。看起来不错。而且,它是用 WPF 编写的(我喜欢)。

Markdown For Windows

适用于 Windows 的 Markdown

回答by Cory

If you use Visual Studio, the Markdown Mode extensionis pretty handy for both Markdown syntax highlighting as well as displaying a live preview.

如果您使用 Visual Studio,Markdown 模式扩展对于 Markdown 语法突出显示以及显示实时预览都非常方便。

enter image description here

在此处输入图片说明

回答by braveterry

ResophNotessupports Markdown with preview.

ResophNotes支持带预览的 Markdown。

ResophNotes Screen shot

ResophNotes 屏幕截图



ReTextis a Python app that supports Markdown Preview, but Windows doesn't appear to be the main target platform. I got it to work in Windows, but I had to download the icons separately and copy then into one of the app directories in order to get it to work properly.

ReText是一个支持 Markdown Preview 的 Python 应用程序,但 Windows 似乎不是主要的目标平台。我让它在 Windows 中工作,但我必须单独下载图标,然后复制到应用程序目录之一才能使其正常工作。

ReText Screen shot

ReText 屏幕截图



WriteMonkeyalso has Markdown support.

WriteMonkey也有 Markdown 支持。

WriteMonkey Screen shot

WriteMonkey 屏幕截图

回答by Mike Ward

I've written a editor called Markdown Editor.

我写了一个名为 Markdown Editor 的编辑器。

screen shot

截屏

You can read more about it at http://mike-ward.net/markdownedit.

您可以在http://mike-ward.net/markdownedit阅读更多相关信息。

回答by sheamus

MarkdownPad does not support images.

MarkdownPad 不支持图像。

EDIT: that should read that it did not support local images. But as of the latest version it does!

编辑:应该是它不支持本地图像。但从最新版本开始!

I can now fully recommend it. It is easily the best Markdown editor, and the developer is a pretty good guy too.

我现在可以完全推荐它。它很容易成为最好的 Markdown 编辑器,开发人员也是一个很好的人。