Markitdown In Chrome is an extension for saving user selected content in various formats.
Currently it can save selected elements as plain text, HTML and Markdown.
HTML is sanitized before you save it using the DOMpurify library, and is converted to Markdown using Turndown
As the extension is not yet released on the Chrome Web Store you will have to install it manually.
Clone the repository and install dependecies running on root directory npm install
.
Enable developer mode in Chrome Extensions page chrome://extensions
and select Load Unpacked. Select the project directory when prompted.