markdown-clipper icon indicating copy to clipboard operation
markdown-clipper copied to clipboard

A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.

Results 18 markdown-clipper issues
Sort by recently updated
recently updated
newest added

Hello, When copying code from websites, line breaks are not taken into account. Therefore, I have to do it manually? Is there a way to do it automatically? Thanks

Dear Dev Will you consider to add the option to save the content to clipboard? - when click the icon , display a small pop-up ,let user choose to download...

Hi there, when I try to get the Markdown from a Github Reame file, the titles seem to break the output. ## How to reproduce? - Visit any Readme on...

Crashes on files with page title tag missing. Google Docs exports HTML without Title Tags Browser: Chrome 93 ``` background.js:106 Successfully injected _generated_background_page.html:1 Unchecked runtime.lastError: Invalid filename ```

would be nice to have the Title and URL as metadata in the downloaded markdown file. For reference. Something like: ```md --- title: Awesome article about something awesome url: http://example.com...

Pretty big update: - added preference dialog that saves to chrome/browser storage - added ability to save images (they are saved to the same directory as the markdown file) -...

First thank for the add-on. I am having problems with the filenames. I use incron to convert the markdown to another format for my zettelkasten. Incron cannot handle special characters...

Here is an example, clip a minimal html page like this: ```html test head line some text... ``` the content of '\' tag 'head line' is missing from the clipped...

Provide an interface to turndown that has the ability to choose how markdown will be rendered. For example whether the header should be renderd as Setext or atx. Whether list...

If we use a web/memex highlighter - say green color or yellow color background, the article still exports as markdown without preserving those highlights/background color. Two ways to do this...