We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我为 Windows 创建了一个功能齐全的 Markdown 编辑器,名为 MarkdownPad (http://markdownpad.com ),并且它支持完整的实时 HTML 预览:
MarkdownPad 是轻量级的(只有 1.5 MB,不是包括.NET 4 Framework),并提供了几个很棒的功能:
我什至在 MarkdownPad 中写了这篇文章:)
I created a full-featured Markdown editor for Windows called MarkdownPad (http://markdownpad.com), and it supports full live HTML preview:
MarkdownPad is lightweight (only 1.5 MB, not including the .NET 4 Framework), and offers several great features:
And I even wrote this post in MarkdownPad :)
我使用 MarkPad。它是免费的。它是开源的。看起来很棒。而且,它是用 WPF 编写的(我喜欢它)。
I use MarkPad. It's free. It's open source. It looks great. And, it's written in WPF (which I love).
如果您使用 Visual Studio,Markdown 模式扩展非常方便用于 Markdown 语法突出显示以及显示实时预览。
If you use Visual Studio, the Markdown Mode extension is pretty handy for both Markdown syntax highlighting as well as displaying a live preview.
ResophNotes 支持 Markdown 预览。
ReText 是一款支持 Markdown Preview 的 Python 应用,但 Windows 似乎不是主要目标平台。我让它在 Windows 中工作,但我必须单独下载图标,然后复制到应用程序目录之一才能使其正常工作。
WriteMonkey 还支持 Markdown。
ResophNotes supports Markdown with preview.
ReText is 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.
WriteMonkey also has Markdown support.
我编写了一个名为 Markdown Editor 的编辑器。
您可以在 http://mike-ward.net/markdownedit。
I've written a editor called Markdown Editor.
You can read more about it at http://mike-ward.net/markdownedit.
MarkdownPad 不支持图像。
编辑:应该显示它不支持本地图像。但从最新版本开始,确实如此!
我现在可以完全推荐它。它无疑是最好的 Markdown 编辑器,而且开发人员也是一个非常好的人。
MarkdownPad does not support images.
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.