Copy Markup Markdown chrome extension

Version: 0.10.0
Copy Markup Markdown
Copy seletion as Markup or Markdown
4.60 Based on 5 user rates

What is Copy Markup Markdown?

Copy Markup Markdown is a productivity chrome extension. it's a free extension , it has 840 active users since released its first version, it earns an average rating of 4.60 from 5 rated user, last update is 1897 days ago.


What’s new in version 0.10.0?

                # Copy Markup Markdown

This extension is made for cool people who like to take notes in markdown format. Having to copy content from the web then manually converting them to markdown format is a huge pain. Especially for formatting for code blocks and inline code. 

Select text / code blocks from a page then you can access the copy menu from either the browser extension button or the context menu from right clicking. The menu items will be dependent on if there were any selection on the page.

Menu without Selection
* Markdown Link `[Title](URL)` - copy page title with URL in Markdown link format.
* Page as HTML - copy entire page html, sanitized, eliminated classes, ids, javascripts with HTML structure intact.
* Page as Markdown - copy entire page in markdown format.

Menu with selection
Menu items without Selection, plus:
* Selection as HTML - copy selection as html, sanitized, with HTML structure.
* Selection as Markdown - copy selection as markdown.


===== SAMPLE COPY SELECTION AS MARKDOWN ======

An example of a closure
-----------------------

The following code returns a reference to a function:

```
function sayHello2(name) {
  var text = 'Hello ' + name; // Local variable
  var say = function() { console.log(text); }
  return say;
}
var say2 = sayHello2('Bob');
say2(); // logs "Hello Bob"
```

===== SAMPLE COPY SELECTION AS HTML ======

<h2>An example of a closure</h2>
<p>The following code returns a reference to a function:</p>
<p></p>
<div>
  <div>
    <pre><code>
      function sayHello2(name) {
        var text = 'Hello ' + name; // Local variable
        var say = function() { console.log(text); }
        return say;
      }
      var say2 = sayHello2('Bob');
      say2(); // logs "Hello Bob"
    </code></pre>
  </div>
</div>            

How to install Copy Markup Markdown?

You could download the latest version crx file or older version files and install it.


Preview of Copy Markup Markdown


Technical Features:

  • Latest Version: 0.10.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Sunday, February 24th, 2019
  • Author: scootcho.yoo

Copy Markup Markdown Available languages:

English (United States).


FAQ


Reviews of copy markup markdown:


Viet Hoang Le November 19th, 2021
Viet Hoang Le

Perfect. This is what I'm looking for.


dang quang minh July 2nd, 2020
dang quang minh

Can be better if it has some shortcut.


Jessie Proffitt November 25th, 2019
Jessie Proffitt

Works great, would be perfect if I could pick one of the modes and map it to cmd+shift+c so I don't have to right click and find the copy mode.

Read more review & comments of copy markup markdown