atom-markdown-wrapper

Wraps markdown links, images, bold and italic text.

Stefan Stölzle

4,759

2

Bug Reports

5.2.2

MIT

GitHub

build status known vulnerabilities apm version apm downloads license

Atom.io Markdown Wrapper package

Wraps markdown links, images, bold and italic text, and strikethrough.

Installation

apm install atom-markdown-wrapper

Usage

Links

  1. Copy the link
  2. Select the text
  3. Click ctrl+shift+v (cmd+shift+v on Macs) and the markdown link will be created in place.

Images

  1. Copy the image link
  2. Select the text (optional)
  3. Click ctrl+shift+i (cmd+shift+i on Macs) and the markdown image will be created in place.

Bold

  1. Select the text
  2. Click ctrl+b (cmd+b on Macs) and the selected text will be marked bold (**bold**).

Italic

  1. Select the text
  2. Click ctrl+i (cmd+i on Macs) and the selected text will be marked italic (_italic_).
  3. Click ctrl+b (cmd+b on Macs) and the selected text will be marked bold (**bold**).

Strikethrough

  1. Select the text
  2. Click ctrl+s (ctrl+i on Macs) and the selected text will be marked strikethrough (~~strikethrough~~).

License

MIT

Thanks

@bitoiu for markwrap