tanabe / markdown-live-preview

markdown editor with live preview
https://markdownlivepreview.com/
MIT License
271 stars 67 forks source link

[Enhancement] Add copy button to preview #39

Open 108signals opened 1 year ago

108signals commented 1 year ago

Currently a user must manually use their mouse to select all content and then use their keyboard to copy to their clipboard. Adding a single action to do this would streamline the UX.

108signals commented 1 year ago

@tanabe lmk if you have any questions or if I can help (happy to test or draw up designs - unfortunately I can't code). Thank you and really like the product!

tanabe commented 1 year ago

@108signals Hello. Thank you for your suggestion. I've added the copy-to-clipboard button at top of the page. I hope you try it out!

108signals commented 1 year ago

Very nice!

Sorry to ask but can you add the same action to the right pane.

Here's my use case: I copy content from ChatGPT in the left lane and then copy the content from the right pane and use in email, google docs. Etc.

108signals commented 1 year ago

Hi @tanabe wanted to see if you have any feedback on my enhancement request. Thank you again for making such a great tool.

tanabe commented 1 year ago

@108signals Hello. I understood your requirement. Unfortunately this service is designed for the person who writes and modifies markdown text. So currently I have no plan to implement copy button for rendered HTML. Thanks.