diff --git a/README.md b/README.md index a877418..adc6341 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Obsidian Copy Protocol Plugin +![Plugin Demo](demo.gif) + This is a simple plugin for Obsidian that registers a custom `obsidian://copy` protocol. It allows you to create internal links that, when clicked, will silently copy a specific text to your clipboard without opening any external applications or showing popups. diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..ad0322e Binary files /dev/null and b/demo.gif differ