Convert webpage to markdown: Difference between revisions
Jump to navigation
Jump to search
(+ markdownload) |
No edit summary |
||
| Line 3: | Line 3: | ||
== Convert webpage to markdown == | == Convert webpage to markdown == | ||
* [https://github.com/deathau/markdownload?tab=readme-ov-file deathau/markdownload]: "A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file." {{Gd}} Automatically identify and extract the primary content area of a webpage | * [https://github.com/deathau/markdownload?tab=readme-ov-file deathau/markdownload]: "A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file." {{Gd}} Automatically identify and extract the primary content area of a webpage (integration of [https://github.com/mozilla/readability mozilla/readability.js]) | ||
* [https://jina.ai/reader/ Jina Reader API] | * [https://jina.ai/reader/ Jina Reader API] | ||
Latest revision as of 14:15, 7 March 2025
Convert webpage to markdown[edit]
- deathau/markdownload: "A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file."
Automatically identify and extract the primary content area of a webpage (integration of mozilla/readability.js) - Jina Reader API
Bookmarklet
javascript:(function(){location.href='https://r.jina.ai/'+location.href})();