markdown-helpers
Markdown helpers
catacgc 5,659 24 0.3.0 MIT GitHub

Markdown Helpers package

Features

  • automatically create link from selected words with the first google web result
  • automatically create images from selected words with the first google web result

Usage

Usage

The gif above should be self explanatory:

  1. write text that you want to link against and select it
  2. toggle Command Palette: Shift + Command + P
  3. search for "convert link"
  4. press enter and the Auto Markdown package automatically replaces your selection with the first Google search result for the selection text: [First Result Page Title](First Result Link)

Changelog

0.2.2

  • fix deprecations for latest versions of atom (tks @jonaswisplinghoff)