panoskouf / mdcopy

A chrome extension to copy the current page link and title in a markdown or org-mode format fast.

Home Page:https://chrome.google.com/webstore/detail/mdcopy/jphaecfkoakhmnhpgigacoiagmhcpjnb?hl=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdcopy

this is the code for the mdcopy chrome extension

Copy the current page link in a markdown or org-mode format to clipboard with title included.

Useful for saving lists of links in your notes. The title of each link is generated based on the document title which is consistent with the content of the page 99% of the time.

  • Alt + i :: copy in markdown format
  • Alt + o :: copy in org-mode format
  • Alt + l :: copy just the link

You may change the key bindings by visiting chrome://extensions/shortcuts

About

A chrome extension to copy the current page link and title in a markdown or org-mode format fast.

https://chrome.google.com/webstore/detail/mdcopy/jphaecfkoakhmnhpgigacoiagmhcpjnb?hl=en

License:MIT License


Languages

Language:TypeScript 71.2%Language:CSS 24.9%Language:Shell 3.9%