yorkie-team / codepair

Build your own AI-powered collaborative markdown editor in just 5 minutes
https://codepair.yorkie.dev
Apache License 2.0
49 stars 19 forks source link

Add hyperlink creation feature #322

Closed choidabom closed 1 month ago

choidabom commented 2 months ago

Description: A feature that enhances text selection by enabling hyperlink creation when dragging and selecting text before pasting a link. Currently, when a link is pasted, the URL is inserted directly into the text instead of being applied to the selected text.

This feature would automatically detect if the copied content is a link and generate a Markdown link to connect the selected text with the URL.

Why: This feature would streamline the process of linking, improving the user experience by making it easier to create hyperlinks directly within text, without needing to manually format the links after pasting.