lucasgonze/sQratch

Feature: copy to clipboard

开放

#25 创建于 2024年2月13日

 (1 条评论) (0 个反应) (0 位负责人)HTML (0 个派生)user submission
good first issuehelp wanted

仓库指标

星标
 (1 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

There should be a button to copy the article contents to the clipboard.

UI:

  • It should not have any language associated with it, so that it works in all languages.
  • Using the model established by @mathieu-william, it should be a button next to the others.

Code:

  • It should work on pretty much any browser possible, including older ones.
  • If it won't work on a particular browser, the button should not be shown.
  • There doesn't have to be visual feedback that the copy worked, but it would not be a bad thing.

贡献者指南