Extensions inspire

Copy Markup Markdown

4.5

Details

Author:
scootcho.yoo

Category:
Productivity

Version:
0.10.0

Users:
325

Rating:
4.5

Size:
145KiB

Price:
Free

Updated:
February 23, 2019

Webstore Link:
https://chrome.google.com/webstore/detail/copy-markup-markdown/kjolnndanembeldfjpchaipfopflpdph

Download

version 0.10.0  - Download ZIP file

Description

# 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>

Top Extensions

 
(10943)
 
(50577)
 
(98995)
 
(25231)
 
(8324)
 
(1434)
 
(11367)

What has inspired us?

Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!