Coder Social home page Coder Social logo

markdownoutlook's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

markdownoutlook's Issues

Option to "Paste Markdown as HTML"

Could a "Paste Markdown as HTML" button be added?

I was replying to a message in Outlook. I switched to Markdown mode, pasted my content, clicked "preview" and saw that the message I was replying to and the footer (in addition to my content) was converted to Markdown.

I often copy my Markdown notes (authored with built-in line preview mode using VSCode, Markdown Monster or QOwnNotes) and paste them into Outlook. I'm looking for a quick way to make it look pretty by pasting the code without having to have it first rendered by another program.

Suggestion: Partially disable formatting

This is more a suggestion than as issue.

I installed it, and it worked fine on the parts, I edited in the email.
However, I was replying to an email, and it messed up the formatting on the rest.
Therefore, I would suggest to add an option to write a markdown tag, for example:

<Markdown>
Something, *something* ***else***.
</Markdown>
After this no markdown formatting is applied.

Signature is overwritten

When the email already has a configured signature it is overwritten as plain text. In my case I have the company logo in the signature, when the email is sent the signature is only shown as plain text because it doesn't have MarkDown format

HTML render customization

I would like to ask, is it possible to customize how is html rendered? For example to define something like this to limit the line length and improve readability: max-width: 78ex;

p {
  max-width: 78ex;
}

or similary, is it possible to configure the font and size for the rendered html?

Maybe editing some configuration file? or not possible at all?

Thanks!

Directory Interpolation

It would be nice if the %variable% syntax could be interpolated. If I insert an inline image like so:
![G]( c:/users/wstaples/appdata/Roaming/Microsoft/Signatures/Geiger_files/image001.png) it works but If I try:
![G]( %appdata%/Microsoft/Signatures/Geiger_files/image001.png)
It does not work.

Also what is the starting point for a relative link?

Feature request: format selected Markdown

Thanks for this cool plugin.

If I try to respond to an email that was not written in Markdown, the formatting of the original that was copied into my response can become jacked up when sending. It would be nice to be able to write my reply, select it, and have a button or a key combo or something to convert it and then send it so that symbols elsewhere in the email (from text included because of reply or forward, etc) are not munged.

Lists?

do lists work? I tried

# markdown test

## a test

*emph* **emph2** 

- list
- list

Append formatted signature to bottom of e-mail

I currently have a nicely formatted signature that I use for my e-mails that gets reformatted according to Markdown syntax. Would it be possible to have that added to the final rendered e-mail instead of considering it to be part of the source text?

Math mode

Many thanks for the markdown functionality. I initially wanted to plug in formulas in my emails, so I looked for a plug in to write LaTeX code. Markdown looked good, but your plugin somehow doesn't provide Math functionality. Could you add the Math functionality with e.g. the use of $inline commands$. I would really love such a feature.

'Markdown' is a 'namespace' but is used like a 'type'

I tried to build with VS 2012 and latest version of MarkdownSharp. I added the reference, but build fails with the following error:

Error 2 'Markdown' is a 'namespace' but is used like a 'type' D:\www\MarkdownOutlook\MarkdownOutlook\ThisAddIn.cs 16 41 MarkdownOutlook

There are also other erros, and I ghink it may be due to MarkdownSharp version.

Could you specify in Readme.md the correct version of MarkdownSharp to use for?

Newlines in code blocks do not get formatted properly

When I type:

```java
public class Test
{
    public static void main(String[] args)
    {
        System.out.println("Hi.");
    }
}
```

I expect every line of code to be on its own line - instead, all lines get condensed onto one line:

screenshot

Runtime error in Outlook 2016 on Windows Server 2016

For work I am using Outlook 2016 on Windows Server 2016 running as a virtual desktop environment in VMware Horizon.

I installed MarkdownOutlook 1.2.0 via the installer. On the COM-Add-ins settings page of outlook it tells me that the add-in could not be loaded, because there was a runtime error while loading it.

Is this a known issue, or do you maybe have an idea what might be the problem here?

Is it possible to specify a font?

Outlook 2010 on Win 7. Both the preview and the sent messagess are in horrible Times New Roman, rather than any font I might be using. Is there any way to specify the font?

Also, it only works at all if you set the message format to "Rich Text". is that as desgned?

Feature suggestion: preview

Hi all,

I have a feature suggestion please. Add a preview so that the new email will be vertically divided into 2 parts: left for markdown text and right for preview.

Thanks. Refael.

Outlook Marketplace

Hello, would it be possible to have it install through the Marketplace instead of the .msi installer? It'd be useful if (like me) you work in an environment where policies don't allow running an installer without admin privileges but you can install extensions from the Marketplace

Regards,
F.

Message not parsed when already enabled on entry

Hi

Thank you for sharing this add-on .

I installed it, restarted Outlook a few times.
It works fine when I enable or re-enable the "Enable Markdown Mode" in the menu as shown below, but not when it is already enabled when I start a new message. In the latter case I have to click two times on the "Enable Markdown Mode" button (so disable/enable=re-enable).

image

(I use Outlook in dark mode as proposed in the 2021 version).

How can i

I cant add the picture in the mail using MarkdownOutlook in this way:

![image-xxxxx](\xxxxxx.assets\image-xxxxxxx.png)

What should i do to add the pictrues.

[Ask for tips] Saving email as markdown

Hello Matthew,

I'm searching ... the exact opposite i.e. save an email as a markdown file; perhaps do you've any tips ?

I'm using a markdown based documentation software and would like to keep important mails (sent or received) into that software so I need to be able to select an email and save as a .md file.

Any tips are welcome ;-)

Thanks.

Build without Visual Studio

I don't have Visual Studio installed on my computer, but would love to use Markdown with Outlook. Do you offer, or plan to offer a build or download that I can just add in to Outlook?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.