v0.1.20 - Add Copy button to Docs pages (#138)
🌟 Summary
A new "Copy page for LLM" button has been added to documentation pages, making it easy to copy content in a format ready for large language models (LLMs) like ChatGPT or Claude. 📋🤖
📊 Key Changes
- "Copy page for LLM" Button:
- A new button appears next to the "Edit this page" link (except on reference pages).
- Clicking the button copies the page content in Markdown, including the title and source link, and removes any unnecessary formatting.
- Visual feedback is provided when copying succeeds or fails.
- Improved Styling:
- Enhanced button icons and hover effects for a more modern and user-friendly interface.
- Versioning Update:
- The plugin version is now managed directly in the code for better consistency.
🎯 Purpose & Impact
- Faster Content Sharing:
- Users can quickly copy well-formatted documentation for use with LLMs, making it easier to ask questions or generate summaries.
- Enhanced Productivity:
- Streamlines workflows for developers, technical writers, and support teams who use LLMs for code or documentation assistance.
- User-Friendly Experience:
- The intuitive button and improved visuals make interacting with documentation smoother and more enjoyable.
This update brings a small but powerful boost to documentation usability, especially for anyone leveraging AI tools! 🚀
What's Changed
New Contributors
Full Changelog: v0.1.19...v0.1.20