Skip to content

Instantly share code, notes, and snippets.

@laris
Created October 26, 2018 03:23
Show Gist options
  • Save laris/e6f3fe18a7f8173ccb1823a0c95933a8 to your computer and use it in GitHub Desktop.
Save laris/e6f3fe18a7f8173ccb1823a0c95933a8 to your computer and use it in GitHub Desktop.
GoodApp-Chrome-extention.md

App Chrome Extention

Copy Link or Image as Markdown code Copy as Markdown is a Chrome extension which can help you copy the following things as Markdown to your system clipboard:

  • Current Tab as Link
  • A Link on the Page
    • If the link has an Image in it, the copied Markdown will take that image as link text.
  • An Image on the Page
  • All Tabs as a List of Links
  • Select Tabs for a List of Links

You can also customize keyboards shortcuts to copy link of tab(s) without a single mouse click.

Known Issues

  • Cannot grab image.alt when copying image
  • On Microsoft Windows, copied page link doesn't come with the link title
  • (more issues in the issue tracker)

Source Code (MIT License)

Offered by: johnnyfee.github.io Overview Compatible with your device Used to copy the element in current page as markdown format. Just select HTML in your page and then click the the 'M' icon in the extension toolbar, then the markdown content is in your clipboard. Cool?

Also, you can use the shortcut of the extension, Alt + C for Windows or Option + C for Mac or define yourself. Enjoy it.

History:

2016.06.21 fix a bug, change relative links to absolute links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment