awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deathau avatar

deathau/markdown-clipperFork

0
View on GitHub↗
3,928 स्टार्स·330 फोर्क्स·JavaScript·Apache-2.0·2 व्यूज़

Markdown Clipper

markdown-clipper एक ब्राउज़र एक्सटेंशन है जो वेबसाइट कंटेंट को ऑफलाइन स्टोरेज और व्यक्तिगत नॉलेज बेस के लिए मार्कडाउन फाइल्स में बदल देता है। यह एक कंटेंट एक्सट्रैक्टर और HTML-टू-मार्कडाउन कन्वर्टर के रूप में कार्य करता है जो प्राथमिक टेक्स्ट को अलग करने के लिए लेआउट क्लटर को हटा देता है।

इस टूल में क्लिप की गई वेब कंटेंट को सीधे Obsidian नोट-लेने वाले एप्लिकेशन के भीतर वॉल्ट्स और फोल्डर्स में भेजने के लिए एक विशिष्ट एकीकरण शामिल है। यह सभी खुले ब्राउज़र टैब्स को व्यक्तिगत मार्कडाउन फाइल्स में बदलने के लिए बैच प्रोसेसिंग का भी समर्थन करता है।

एक्सटेंशन एक्सट्रैक्शन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें चयनित टेक्स्ट को कैप्चर करना, वेब पेज कंटेंट को सरल बनाना, और सिस्टम क्लिपबोर्ड या लोकल फाइल डाउनलोड के माध्यम से डेटा निर्यात करना शामिल है। यूजर्स बाहरी एप्लिकेशन्स के साथ संगतता बनाए रखने के लिए आउटपुट फाइल नेमिंग और केसिंग कन्वेंशन को अनुकूलित कर सकते हैं।

Features

  • Web Page Markdown Converters - Converts web page content into clean markdown files and saves them to the local system.
  • Browser Web Clippers - Functions as a browser extension that captures web page content and saves it as markdown notes.
  • Personal Knowledge Management - Captures web highlights and full pages for organization within personal knowledge bases like Obsidian.
  • HTML to Markdown Converters - Transforms raw HTML structures into clean markdown text to improve readability and portability.
  • Web-to-Markdown Conversions - Transforms HTML elements from the web page into a structured markdown format.
  • Web Article Extraction - Isolates the main article body by stripping layout clutter such as navigation bars and footers.
  • Browser-Extension Extractors - Extracts structured content from web pages using DOM traversal and readability algorithms within a browser extension.
  • Web Clipping Extractors - Isolates and saves specific user-selected segments of web content for use in other documents.
  • Browser Extension Scripts - Implements scripts that run within the web page context to manipulate the DOM and extract content.
  • Web Page Content Cleaning - Removes non-essential elements like ads and banners to isolate the most relevant primary content.
  • Obsidian Content Saves - Implements a bridge to store clipped web material directly as notes within an Obsidian vault.
  • Content Extractions - Captures only highlighted portions of a web page and saves them as individual markdown files.
  • Web Content Archiving - Saves website pages as markdown files for long-term local storage and offline reading.
  • Generated File Downloads - Triggers browser-managed downloads to save generated markdown files directly to local storage.
  • Bulk Tab Bookmarkers - Saves all currently open browser tabs as individual markdown files to capture research sessions.
  • Batch Content Extraction - Iterates through all open browser tabs to extract and save content in bulk as markdown files.
  • Offline Web Page Archivers - Captures web pages as local markdown files for reading and editing without an internet connection.
  • Web Clipping Extensions - Clips web pages into readable markdown files.

स्टार हिस्ट्री

deathau/markdown-clipper के लिए स्टार हिस्ट्री चार्टdeathau/markdown-clipper के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Markdown Clipper के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Markdown Clipper के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mendableai/firecrawl-mcp-servermendableai का अवतार

    mendableai/firecrawl-mcp-server

    6,602GitHub पर देखें↗

    This project is a Model Context Protocol server that connects large language models to web scraping and crawling tools. It functions as a bridge, allowing LLM clients to utilize a web crawling engine and scraping utilities to extract and process web data. The server integrates a markdown web converter that transforms dynamic web pages and PDF documents into clean markdown to optimize consumption by AI models. It also provides a browser automation interface for controlling headless sessions and bypassing access restrictions. The system covers broad capabilities including large-scale website d

    JavaScript
    GitHub पर देखें↗6,602
  • kepano/defuddlekepano का अवतार

    kepano/defuddle

    3,189GitHub पर देखें↗

    Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web pages and convert the result into standardized markdown. It functions as a content cleaner that removes layout clutter, such as sidebars and headers, to retrieve the main text and associated metadata. The tool provides a terminal interface that processes content from remote URLs, local files, or piped HTML streams. It supports custom content targeting, allowing users to specify CSS selectors to manually define the main content area when automatic detection is insufficient. The sy

    TypeScript
    GitHub पर देखें↗3,189
  • deathau/markdownloaddeathau का अवतार

    deathau/markdownload

    3,678GitHub पर देखें↗

    Markdownload is a browser extension that functions as a markdown web clipper, converting webpages and selected text into clean markdown files for offline storage and archiving. It operates as a content extractor that isolates the main document from the page while removing navigation elements and advertisements. The tool includes a template generator for injecting dynamic front-matter and metadata into documents via user-defined placeholders. It also serves as a local media downloader that saves remote images to the filesystem and updates links to reference those local files. Additionally, it

    JavaScriptchrome-extensionedge-extensionfirefox-addon
    GitHub पर देखें↗3,678
  • obsidianmd/obsidian-clipperobsidianmd का अवतार

    obsidianmd/obsidian-clipper

    3,032GitHub पर देखें↗

    This project is a markdown web clipper and local-first web archiver. It functions as a browser extension that extracts web page content and highlights, saving them as structured markdown files for personal knowledge management and long-term preservation. The utility acts as a template-based content extractor, transforming raw website data into formatted notes. It uses custom variables and processing filters to organize how captured information is structured before it is sent to a local directory.

    TypeScriptbravebrowser-extensionchrome
    GitHub पर देखें↗3,032
Markdown Clipper के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

deathau/markdown-clipper क्या करता है?

markdown-clipper एक ब्राउज़र एक्सटेंशन है जो वेबसाइट कंटेंट को ऑफलाइन स्टोरेज और व्यक्तिगत नॉलेज बेस के लिए मार्कडाउन फाइल्स में बदल देता है। यह एक कंटेंट एक्सट्रैक्टर और HTML-टू-मार्कडाउन कन्वर्टर के रूप में कार्य करता है जो प्राथमिक टेक्स्ट को अलग करने के लिए लेआउट क्लटर को हटा देता है।

deathau/markdown-clipper की मुख्य विशेषताएं क्या हैं?

deathau/markdown-clipper की मुख्य विशेषताएं हैं: Web Page Markdown Converters, Browser Web Clippers, Personal Knowledge Management, HTML to Markdown Converters, Web-to-Markdown Conversions, Web Article Extraction, Browser-Extension Extractors, Web Clipping Extractors।

deathau/markdown-clipper के कुछ ओपन-सोर्स विकल्प क्या हैं?

deathau/markdown-clipper के ओपन-सोर्स विकल्पों में शामिल हैं: mendableai/firecrawl-mcp-server — This project is a Model Context Protocol server that connects large language models to web scraping and crawling… kepano/defuddle — Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web… deathau/markdownload — Markdownload is a browser extension that functions as a markdown web clipper, converting webpages and selected text… obsidianmd/obsidian-clipper — This project is a markdown web clipper and local-first web archiver. It functions as a browser extension that extracts… webclipper/web-clipper — Web Clipper is a browser extension that captures web content and saves it directly to a variety of note-taking and… tagspaces/tagspaces — TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable…