From c9eef80a20096500591dd9ca9c66e214279a7997 Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Thu, 5 Oct 2023 15:54:08 +0100 Subject: [PATCH] wip --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bdb82db..f90dca1 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,16 @@ Alpine.plugin(Clipboard.configure({ })) ``` +## Specifying the mime type of the content + +If you're using the `$clipboard` magic function, you can pass an additional argument to the function specifying the mime-type of the content. This is especially useful for copying things as HTML and being able to paste into rich text editors, email clients, etc. + +```html + +``` + ## Versioning This projects follow the [Semantic Versioning](https://semver.org/) guidelines.