diff --git a/README.md b/README.md index 518aa24..78c2de9 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@ Useful when transferring code to GPT, embedding in blogs, or for documentation purposes! -![Demo GIF](images/demo.gif) +![Demo GIF](images/demo/demo.gif) ## Features - Automatically adds the file name at the top of any copied code, so that the file name is displayed when pasted. - Option to include file path, or just the file name. - Automatically detects the language of the file being copied and inserts the file path in an appropriate comment format. -- Optionally wrap codeblock with backticks(```). + ![Demo GIf for language option](images/demo/demo_language.gif) +- Optionally wrap codeblock with backticks(```) when `YOCO.useBacktick` is set true. + ![gif for backtick option](images/demo/demo_backtick.gif) ### Key Binding diff --git a/images/demo.gif b/images/demo.gif deleted file mode 100644 index 8505a52..0000000 Binary files a/images/demo.gif and /dev/null differ diff --git a/images/demo/demo.gif b/images/demo/demo.gif new file mode 100644 index 0000000..d297043 Binary files /dev/null and b/images/demo/demo.gif differ diff --git a/images/demo/demo_backtick.gif b/images/demo/demo_backtick.gif new file mode 100644 index 0000000..051c128 Binary files /dev/null and b/images/demo/demo_backtick.gif differ diff --git a/images/demo/demo_language.gif b/images/demo/demo_language.gif new file mode 100644 index 0000000..69873de Binary files /dev/null and b/images/demo/demo_language.gif differ