• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » Software » Browsers » Write Email in Markdown on Chrome, Firefox, and Thunderbird

Write Email in Markdown on Chrome, Firefox, and Thunderbird

Posted on June 26, 2012 by Renji | Short URL: http://sumtips.com/?p=7033

Markdown syntax allows users to write text naturally, keeping the text enjoyable for a person to read, and then convert it to structurally valid XHTML (or HTML) without even using HTML tags. This makes Markdown document publishable as-is, in plain text.

If you often write codes in email, you’d know how tedious it can be. To makes things easy, install the Markdown Here extension.

Markdown Here

Markdown Here is an extension that lets you write email in Markdown and render it before sending with syntax highlighting. It’s available for Google Chrome, Mozilla Firefox, and Thunderbird.

The extension works perfectly with all popular email services such as Gmail, Hotmail, Yahoo Mail, and also Google Groups posts.

Using Markdown Here

  • Once the extension is installed, enter Compose mode in the webmail service of your choice.
  • Enable Rich Text editor. In Thunderbird, enable “Compose messages in HTML format”.
  • Write in Markdown. For example:
  • **Hello** `world`.
    
    ```javascript
    alert('Hello syntax highlighting.');
    ```
  • When you are done, right-click in the compose box and choose the “Markdown Toggle” item from the context menu to see your email rendered correctly from Markdown into rich HTML.

That’s it! Send this mail to whoever you want, and it will appear exactly how it looks to you.

To revert back to Markdown from HTML, just right-click anywhere in the compose box, and click the “Markdown Toggle” menu item again.

If you just want to convert a particular block of code to HTML, select the desired text, right-click on it, and click the “Markdown Toggle” menu item.

As simple as that!

Download Markdown Here: Chrome | Firefox


Tweet

Related posts:

  • Navigate Using Mouse Gestures on Chrome, Firefox and Opera
  • Add Option to Hide/Show Comments on Google+ Posts with +Comment Toggle
  • View Email Sender's Photo in Gmail with SocialGmail
  • Disable All Chrome Extensions & Apps With a Single Click
  • Automatically Scroll Long Pages in Google Chrome with TelePrompter
Categories: Browsers | Tags: Browser, Extension, Gmail, Google Chrome, Google Groups, Hotmail, Mozilla Firefox, Thunderbird, Yahoo
Delete URLs from Chrome Omnibox Suggestions
Add Favicon to JavaScript Bookmarklet in Firefox

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • Online Tools to Check If A Game Would Run On Your Computer
    • Create a Multi-Boot USB Flash Drive
    • Create Custom Windows Run Shortcuts for Any Software or File
    • Mini Wallpaper
    • Now Watch Full Episodes of WWE Shows on YouTube
    • Two Sites to Create Dummy Images
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy