嗯。 我的工作电子邮件是通过 Outlook 的 Web UI 访问的...我想我在这附近的某个地方闻到了 Chrome 扩展的味道...
I'm new to development on OS X, but -- I've been using the simple-but-it-works MarkdownLive for the same purpose. I think I've been using the free version of MarkdownPad on Windows, although I keep meaning to check out the MD functionality in WriteMonkey. Going forward, I almost certainly will just be using Sublime Text 2.
You might check out what Brett Terpstra is doing ... doubt he is running Outlook, but it might be a problem he has addressed all the same. I also want to look at this package of scripts for Marked
Hm. My work email is accessed through Outlook's web UI ... I think I smell a Chrome extension around here somewhere ...
A simple plugin for Outlook 2013 which adds a button to the compose mail menu to enable Markdown mode. When enabled your email will be turned from Markdown syntax to html when sending.
I haven't been able to find an editor BUT you can write your email where I'm typing now which will show you the result in the preview pane. (including code snippets)
You can then copy the result from the preview pane into outlook (I've tried thunderbird too and it works)
If at first your code doesnt render nicely (ie colour coded) then ensure you are editing in the 'Ask Question' editor (not in the Your Answer section) - this made a difference for me.
Since Outlook uses Word as an email editor (Outlook 2007, Outlook 2003 can be configured to use Word) you could use the AutoCorrect feature to apply simple formatting to your email. __text__ will trigger italic and **bold** will trigger bold. List can be created automatically when typing - or 1.
Another option might be to run a VBA macro on sending the email which converts the Markdown formatting to (X)HTML.
发布评论
评论(7)
如果您使用 Thunderbird,那么您可以使用 markdown-here 扩展。
If you use Thunderbird, then you can use the markdown-here extension.
我的 Outlook 2007 可以使用基本的降价斜体和*粗体*,无需配置。
My outlook 2007 works with basic markdown _italic_ and *bold* with no configuration.
我是 OS X 上的开发新手,但是 - 我一直在使用简单但有效的 MarkdownLive出于同样的目的。 我想我一直在 Windows 上使用免费版本的 MarkdownPad,尽管我一直想查看WriteMonkey 中的 MD 功能。 展望未来,我几乎肯定只会使用 Sublime Text 2。
您可以查看 Brett Terpstra 正在做什么...怀疑他正在运行 Outlook,但这可能是他遇到的问题都一样。 我还想看看这个 Marked 的脚本包
嗯。 我的工作电子邮件是通过 Outlook 的 Web UI 访问的...我想我在这附近的某个地方闻到了 Chrome 扩展的味道...
I'm new to development on OS X, but -- I've been using the simple-but-it-works MarkdownLive for the same purpose. I think I've been using the free version of MarkdownPad on Windows, although I keep meaning to check out the MD functionality in WriteMonkey. Going forward, I almost certainly will just be using Sublime Text 2.
You might check out what Brett Terpstra is doing ... doubt he is running Outlook, but it might be a problem he has addressed all the same. I also want to look at this package of scripts for Marked
Hm. My work email is accessed through Outlook's web UI ... I think I smell a Chrome extension around here somewhere ...
对于未来的访问者:https://github.com/mmanela/MarkdownOutlook
根据他们的 wiki:
For future visitors: https://github.com/mmanela/MarkdownOutlook
Per their wiki:
我找不到编辑器,但您可以在我现在正在输入的位置写电子邮件,这将在预览窗格中向您显示结果。 (包括代码片段)
然后,您可以将结果从预览窗格复制到 Outlook 中(我也尝试过雷鸟,它可以工作)
如果一开始您的代码没有很好地呈现(即颜色编码),那么请确保您在“询问”中进行编辑问题编辑器(不在“您的答案”部分)-这对我来说很重要。
I haven't been able to find an editor BUT you can write your email where I'm typing now which will show you the result in the preview pane. (including code snippets)
You can then copy the result from the preview pane into outlook (I've tried thunderbird too and it works)
If at first your code doesnt render nicely (ie colour coded) then ensure you are editing in the 'Ask Question' editor (not in the Your Answer section) - this made a difference for me.
由于 Outlook 使用 Word 作为电子邮件编辑器(Outlook 2007、Outlook 2003 可以配置为使用 Word),您可以使用自动更正功能对电子邮件应用简单的格式。
__text__
将触发斜体,**bold**
将触发粗体。 键入-
或1 时可以自动创建列表。
另一个选择可能是在发送电子邮件时运行 VBA 宏,将 Markdown 格式转换为 (X)HTML。
Since Outlook uses Word as an email editor (Outlook 2007, Outlook 2003 can be configured to use Word) you could use the AutoCorrect feature to apply simple formatting to your email.
__text__
will trigger italic and**bold**
will trigger bold. List can be created automatically when typing-
or1.
Another option might be to run a VBA macro on sending the email which converts the Markdown formatting to (X)HTML.
我开始在 Mac 上运行 Markdown Pro 并将预览窗格结果粘贴到消息中。 痛苦但可行。
Windows 上有一个类似的编辑器 MarkdownPad,但我还没有尝试过。
I've taken to running Markdown Pro on my Mac and pasting the preview pane results into the message. Painful but workable.
There is a similar editor, MarkdownPad, for Windows, but I have not tried it.