
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
mkdocs-copy-markdown
Advanced tools
An MkDocs plugin that adds a 'Copy as Markdown' button to every page for easy sharing with AI assistants
An MkDocs plugin that adds a "Copy as Markdown" button to every rendered documentation page, making it easy to copy content for pasting into AI assistants or sharing with others.
Install the plugin using pip:
pip install mkdocs-copy-markdown
Or install from source:
git clone https://github.com/ndrezn/mkdocs-copy-markdown.git
cd mkdocs-copy-markdown
pip install .
Add the plugin to your mkdocs.yml
configuration file:
plugins:
- copy-markdown
You can customize the plugin behavior with these options:
plugins:
- copy-markdown:
button_text: "Copy as Markdown" # Text displayed on the button
button_position: "top" # Position: "top" or "bottom"
"top"
: Places the button above the page content"bottom"
: Places the button below the page contentOnce installed and configured, the plugin will automatically add a copy button to every page in your MkDocs site. Users can click the button to copy the original markdown source of the page to their clipboard.
The button includes visual feedback:
The plugin uses the modern Clipboard API when available and falls back to the legacy document.execCommand('copy')
method for older browsers, ensuring broad compatibility.
To set up for development:
git clone https://github.com/ndrezn/mkdocs-copy-markdown.git
cd mkdocs-copy-markdown
pip install -e .
This project is licensed under the MIT License.
FAQs
An MkDocs plugin that adds a 'Copy as Markdown' button to every page for easy sharing with AI assistants
We found that mkdocs-copy-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.