A simple bookmarklet that converts any webpage into Markdown format, perfect for copying content into LLM prompts.
This bookmarklet helps you quickly convert web pages into Markdown format. It's especially useful when you want to capture webpage content to use in LLM (Language Learning Model) prompts, like ChatGPT or Claude.
- One-click conversion of any webpage to Markdown
- Clean, readable output
- Copy button for easy pasting
- Opens in a new tab without affecting the original page
- No installation required beyond adding the bookmarklet
- Visit the page2markdown tool
- Drag the "page2markdown" button to your bookmarks bar
- On any webpage you want to convert, click the bookmarklet
- The converted Markdown will open in a new tab
- Click "Copy Markdown" to copy the content to your clipboard
Works in modern browsers that support bookmarklets (Chrome, Firefox, Safari, Edge).
This tool runs entirely in your browser - no data is sent to any server.
MIT License
Copyright (c) 2024 Mark Watson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.