Created
January 6, 2024 19:59
-
-
Save third774/2e5539f68db38c852a8fa8f4db5a3dfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Markdown Link | |
// Author: Kevin Kipp | |
// Twitter: @kevin_kipp | |
// Github: https://github.com/third774 | |
import '@johnlindquist/kit'; | |
const url = await arg('URL'); | |
const selectedText = await getSelectedText(); | |
await setSelectedText(`[${selectedText}](${url})`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment