Skip to content

Commit

Permalink
Merge pull request #52 from YOCOING/docs/add-more-demo-gif
Browse files Browse the repository at this point in the history
[docs] add more demo gifs for readme.md
  • Loading branch information
fliklab authored May 13, 2024
2 parents e9bcf7e + b76c8d4 commit 348a2f9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file removed images/demo.gif
Binary file not shown.
Binary file added images/demo/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo/demo_backtick.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo/demo_language.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 348a2f9

Please sign in to comment.