-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[add-resource] New Plugin: Copy as Markdown Button #4046
Description
I would like to add my new plugin to the Grav Repository.
Here are the project details: plugin repository
Copy as Markdown Button is a Grav CMS plugin that adds a one-click button to your pages to copy the content to the clipboard in Markdown format.
What makes it interesting is that it leverages a native advantage of Grav: since it's a file-based CMS built around .md files, the content already exists as pure Markdown — no conversion from HTML, no loss of formatting or structure. What gets copied is the actual original source.
It's designed especially for technical documentation sites, where it's increasingly common to want to bring an article or guide directly into an AI chat like ChatGPT or Claude. These models understand and process Markdown much better than HTML or plain text, preserving heading hierarchies, code blocks, lists and tables. The result is that the AI gets complete, well-structured context from the start — no manual copy-pasting or text cleanup needed.