Skip to content

yeslsl/atom-markdown-wrapper

 
 

Repository files navigation

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

About

Wraps markdown links, images, bold and italic text.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%