diff --git a/README.md b/README.md index 9ff6cd4..c749413 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Be the fastest to respond in Slack with the perfect relevant link or reaction GI Reasons to use this extension instead of the built-in Quicklinks: - You can copy links as either plain URLs or as markdown links (e.g.: `[title](url)`) - - `cmd+u` to copy the plain URL - - `cmd+l` to copy the Markdown link - - `cmd+p` to paste the plain URL to the frontmost active app - - `cmd+o` to past the Markdown link to the frontmost active app + - `cmd+u` to copy the plain URL + - `cmd+l` to copy the Markdown link + - `cmd+p` to paste the plain URL to the frontmost active app + - `cmd+o` to past the Markdown link to the frontmost active app - You can preview images (memes) within Raycast before sharing - - `enter` to preview the image and copy the plain URL to the clipboard - - `enter` again from the preview to paste the plain URL to the frontmost active app - - `cmd+enter` from the preview to paste the Markdown link to the frontmost active app - - The above copy/paste shortcuts also work from this view + - `enter` to preview the image and copy the plain URL to the clipboard + - `enter` again from the preview to paste the plain URL to the frontmost active app + - `cmd+enter` from the preview to paste the Markdown link to the frontmost active app + - The above copy/paste shortcuts also work from this view Notes: @@ -22,6 +22,6 @@ Notes: - Assumes a copy of `sqlite3` is present in the PATH. - `sqlite3` is installed by default on modern versions of MacOS. -![](metadata/blitlink-1.png) -![](metadata/blitlink-2.png) -![](metadata/blitlink-3.png) \ No newline at end of file +![](media/blitlink-1.png) +![](media/blitlink-2.png) +![](media/blitlink-3.png) diff --git a/media/blitlink-1.png b/media/blitlink-1.png new file mode 100644 index 0000000..b87e8f0 Binary files /dev/null and b/media/blitlink-1.png differ diff --git a/media/blitlink-2.png b/media/blitlink-2.png new file mode 100644 index 0000000..3b8650b Binary files /dev/null and b/media/blitlink-2.png differ diff --git a/media/blitlink-3.png b/media/blitlink-3.png new file mode 100644 index 0000000..2879db3 Binary files /dev/null and b/media/blitlink-3.png differ