AOSSIE-Org / AOSSIE-Org/Rein

[Feature] HTTP based copy and paste functionality based on client's clipboard

未关闭
#97 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
GSoC 2026
主要语言
TypeScript
星标
38
派生
78
平均合并
2 天 3 小时
30 天内合并 PR
6

描述

### Expected Behavior

- When **Copy** (Ctrl+C) is triggered, the system clipboard content should be sent to the client's clipboard.
- When **Paste** (not Ctrl+V) is triggered, the client's clipboard content should be sent at once.
- Server clipboard as fallback.
- Shouldn't rely on Nut.js for anything other than sending Ctrl+C and the client's clipboard content.

***

`navigator.clipboard.writeText(text)` requires HTTPS, but TanStack doesn't support it yet https://github.com/TanStack/router/issues/4287.

So, we need to consider methods that don't require HTTPS.

***

Provide a video showcasing that copy copies to mobile clipboard (i.e., copying from server and pasting on mobile) and paste pastes from mobile clipboard (i.e., copying on mobile and pasting on server).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。