Skip to content

Commit

Permalink
[fix] fix image file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fliklab committed May 13, 2024
1 parent b320d3a commit 92feabe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +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.
![Demo GIf for language option](images/demo_language.gif)
![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_backtick.gif)
![gif for backtick option](images/demo/demo_backtick.gif)

### Key Binding

Expand Down

0 comments on commit 92feabe

Please sign in to comment.