# markdown-clipper
**Repository Path**: pipsqueak/markdown-clipper
## Basic Information
- **Project Name**: markdown-clipper
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-03
- **Last Updated**: 2025-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MarkDownload - Markdown Web Clipper
[](https://github.com/deathau/markdownload/releases/latest)
This is an extension to clip websites and download them into a readable markdown file. Please keep in mind that it is not guaranteed to work on all websites.
To use this add-on, simply click the add-on icon while you are browsing the page you want to save offline. A popup will show the rendered markdown so you can make minor edits or copy the text, or you can click the download button to download an .md file.
Selecting text will allow you to download just the selected text
See the [Markdownload User Guide](https://github.com/deathau/markdownload/blob/master/user-guide.md#markdownload-user-guide) for more details on the functionality of this extension
# Installation
The extension is available for [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/markdownload/), [Google Chrome](https://chrome.google.com/webstore/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi), [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/hajanaajapkhaabfcofdjgjnlgkdkknm) and [Safari](https://apple.co/3tcU0pD).
[](https://chrome.google.com/webstore/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi) [](https://chrome.google.com/webstore/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi) [](https://chrome.google.com/webstore/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi)
[](https://addons.mozilla.org/en-US/firefox/addon/markdownload/) [](https://addons.mozilla.org/en-US/firefox/addon/markdownload/) [](https://addons.mozilla.org/en-US/firefox/addon/markdownload/)
[](https://microsoftedge.microsoft.com/addons/detail/hajanaajapkhaabfcofdjgjnlgkdkknm) [](https://microsoftedge.microsoft.com/addons/detail/hajanaajapkhaabfcofdjgjnlgkdkknm)
[](https://apple.co/3tcU0pD)
# Obsidian Integration
For integration with obsidian, you need to install and enable community plugins named "Advanced Obsidian URI". This plugin help us to bypass character limitation in URL. Because it's using clipboard as the source for creating new file.
More information about Advanced Obsidian URI plugin: https://vinzent03.github.io/obsidian-advanced-uri/
You need to do some configurations in order to use this integration.
Steps to follow
1. Left-Click on the extension
2. Click on the gear icon to open the configuration menu
3. Scroll down to "Obsidian integration" section and turn "enable obsidian integration" on.
4. Fill out the form below (Obsidian vault name and Obsidian folder name.)
5. Right-click on the extension and open the menu
6. In "MarkDownload - Markdown Web Clipper", select "Send Tab to Obsidian"
` are preserved in code blocks (thanks @mnaumov !) - Update user guide link in README to point to GitHub - Added keyboard shortcuts to copy selection / current tab to obsidian (user-definable in browsers that support that) (thanks @legolasdimir and @likeablob !) - Select multiple tabs (hold crtl/cmd) then copy all tab urls as a markdown link list via keyboard shortcut or context menu (thanks @romanPrignon !) - Allow users to include custom text such like `{date:YYYY-MM-DD}/`` in their Obsidian Folder Name setting (thanks @likeablob !) - Fixed a small typo in the user guide (thanks @devon-research !) - Fix for missing headings on sites like Substack (thanks @eactisgrosso !) - Add support for websites using MathJax 3 (thanks @LeLocTai !) - Moved previous version history into [CHANGELOG.md](./CHANGELOG.md) > Previous version history is recorded in [CHANGELOG.md](./CHANGELOG.md)