Mailspring/internal_packages/composer-markdown
Juan Tejada b14e4f6aa2 fix(markdown): Fix textarea bug (use our fork of simplemde)
- Textarea bug prevented us from typing in the markdown editor, almost
consistently. Seems to be a chrome bug
- Stop using textarea and use contenteditable instead via codemirror's
inputStyle option. Had to use our fork of simplemde to be able to pass that option
- Disable spellchecker also
2016-09-01 19:43:10 -07:00
..
assets
lib fix(markdown): Fix textarea bug (use our fork of simplemde) 2016-09-01 19:43:10 -07:00
stylesheets Markdown support for quoted text / signatures 2016-09-01 17:31:59 -07:00
icon.png
package.json fix(markdown): Fix textarea bug (use our fork of simplemde) 2016-09-01 19:43:10 -07:00
README.md

N1 Markdown Composer

A plugin for N1 that allows you to compose emails using markdown.

Markdown Screenshot Editor Markdown Screenshot Preview

Install this plugin:

  1. Download and run N1

  2. Clone this repository (Make sure you have git installed and available in your system path)

  3. From the menu, select Developer > Install a Package Manually... From the dialog, choose the directory of this plugin to install it!

    When you install packages, they're moved to ~/.nylas/packages, and N1 runs apm install on the command line to fetch dependencies listed in the package's package.json

Usage

Just write emails using markdown.