{"id":31931530,"url":"https://github.com/vimwei/markdownall","last_synced_at":"2026-04-20T19:06:59.937Z","repository":{"id":313873806,"uuid":"1050962474","full_name":"VimWei/MarkdownAll","owner":"VimWei","description":"Scraping web pages and convert to clean, readable Markdown files.","archived":false,"fork":false,"pushed_at":"2025-12-01T15:46:05.000Z","size":11276,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-18T17:41:30.801Z","etag":null,"topics":["clawler","markdown","markitdown","playwright","pyside6"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VimWei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T08:13:19.000Z","updated_at":"2026-03-30T01:17:38.000Z","dependencies_parsed_at":"2025-09-09T17:43:30.424Z","dependency_job_id":null,"html_url":"https://github.com/VimWei/MarkdownAll","commit_stats":null,"previous_names":["vimwei/markitdowngui","vimwei/markurldown","vimwei/markdownall"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/VimWei/MarkdownAll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VimWei%2FMarkdownAll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VimWei%2FMarkdownAll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VimWei%2FMarkdownAll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VimWei%2FMarkdownAll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VimWei","download_url":"https://codeload.github.com/VimWei/MarkdownAll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VimWei%2FMarkdownAll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clawler","markdown","markitdown","playwright","pyside6"],"created_at":"2025-10-14T04:56:28.361Z","updated_at":"2026-04-20T19:06:59.918Z","avatar_url":"https://github.com/VimWei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkdownAll\n\nMarkdownAll is a sophisticated desktop application designed to effortlessly convert web articles into clean, readable Markdown files. Built with a modular architecture and modern GUI framework, it's perfect for archiving content, creating a personal knowledge base.\n\n## Screenshots\n\n![Splash Screen](src/markdownall/ui/assets/screenshot_splash.webp)\n\n![Main Application Window](src/markdownall/ui/assets/screenshot.webp)\n\n## Features\n\n* **Modern \u0026 Intuitive GUI:** Clean and responsive graphical interface built with PySide6, featuring tabbed interface and splitter layout for optimal user experience.\n* **Batch Conversion:** Convert multiple URLs in a single session with real-time progress tracking and status updates.\n* **Advanced Crawler Technology:** Multi-strategy crawler system with Playwright, httpx, and Requests for handling complex websites with anti-detection measures and smart retry logic.\n* **Specialized Site Handlers:** Dedicated processors for WeChat Official Account Articles, Zhihu.com, WordPress blogs, Next.js blogs, sspai.com, appinn.com, and intelligent Generic Handler for all other websites.\n* **Comprehensive Options:** Proxy support, SSL verification bypass, local image downloading, content filtering, and Speed Mode with shared browser for improved performance.\n* **Configuration Management:** Auto-save configurations, config export/import, and support for multiple named configurations for different projects.\n* **Multilingual Support:** Built-in support for English and Chinese (Simplified) with automatic language detection and easy switching.\n* **Structured Logging:** Comprehensive logging system with phase-aware progress tracking and conversion duration statistics.\n\n## Installation\n\nTo set up the project locally, you will need a working Python environment (Python 3.10+ recommended).\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/VimWei/MarkdownAll\n   ```\n2. **Install Python venv:**\n   ```bash\n   # 2.1 Intasll uv\n   ## Windows (PowerShell)\n   powershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n   ## Linux/macOS\n   curl -LsSf https://astral.sh/uv/install.sh | sh\n\n   # 2.2 sync python environment\n   cd MarkdownAll\n   uv sync\n   ```\n3. **Install Playwright browsers:**\n   ```bash\n   playwright install\n   ```\n\n## Usage\n\n### Launching the Application\n\nOption 1: (Windows/Linux/macOS) Command line:\n```bash\nuv run markdownall\n```\nOption 2: (Windows only) Double-click launcher file `MarkdownAll.vbs`.\n\n### Basic Usage\n\n**Converting Articles:**\n1. Add URLs to the list using the input field and \"Add +\" button\n2. Set your output directory using \"Browse…\" \n3. Configure options in the \"Webpage\" tab (optional):\n   * **Download Images:** Recommended for complete offline archives\n   * **Speed Mode:** Enable for faster batch processing\n   * **Proxy/SSL:** Configure if needed for your network environment\n4. Click \"Convert to Markdown\" to start the process\n\n**Tips:**\n- Use up/down arrows to reorder URLs before conversion\n- Enable \"Filter Non-content Elements\" for cleaner Generic Handler results\n- Check the log panel for real-time conversion progress and status\n\n## Acknowledgements\n\nThis project stands on the shoulders of giants. We would like to thank the developers of these outstanding open-source libraries:\n\n* **MarkItDown:** For the core Markdown conversion engine that powers the entire application.\n* **PySide6:** For the powerful and modern Qt-based GUI framework that provides the responsive user interface.\n* **Playwright:** For modern browser automation and handling complex anti-bot scenarios on challenging websites.\n* **httpx:** For high-performance HTTP/2 client capabilities and modern async support.\n* **Requests:** For robust and simple HTTP requests with excellent session management.\n* **BeautifulSoup4:** For its excellence in parsing and navigating HTML content.\n* **lxml:** For fast and reliable XML/HTML parsing capabilities.\n* **aiohttp:** For asynchronous HTTP client functionality enabling concurrent image downloads.\n\n## License\n\nThis project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**. \n\nThis means:\n- You are free to use, modify, and distribute this software\n- Any derivative works must also be licensed under GPL-3.0\n- You must make the source code available when distributing the software\n- You must preserve copyright notices and license information\n\nFor more details, see the [LICENSE](LICENSE) file or visit [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimwei%2Fmarkdownall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimwei%2Fmarkdownall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimwei%2Fmarkdownall/lists"}